Skip to content

DH-15686: Loading Spinner Stutter #1531

@bmingles

Description

@bmingles

Description

The loading spinner stutters a bit when loading the page. It's only really noticeable when the page load takes long enough to see it such as when plugins are being loaded.

Supports DH-15686

spinner-stutter

Steps to reproduce

This can be seen locally when plugins are being loaded. A synthetic delay can be introduced in PluginUtils right after the manifest is loaded

await new Promise(resolve => {
  setTimeout(resolve, 5000);
});

Expected results

The spinner should rotate seamlessly

Actual results

It shifts a small bit and backtracks

Versions
0.26.0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions