You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Swapped our LoadingSpinner implementation with a simpler html / CSS
only spinner
- Fixes a layout shift after font load caused by `font-size:
$iris-panel-icon-font-size` in `.message-icon` of LoadingOverlay
- Fixes loading spinner backtracking due to multiple instances of
spinners
**Regression Tests Performed**
- LoadingOverlay - I added a synthetic wait to PluginUtils right after
the manifest loading. Loading overlay is now seamless. No layout shift
or backtracking
Verified the following look as they did before
Community
- Styleguide indeterminate and progress spinners
- Styleguide context menu spinners
- Console "Running" spinner
- AppMainContainer disconnection spinner
- Command history tooltip elapsed spinner
- Advanced filter spinner
- Column statistics spinner
- IrisGridCopyHandler slight adjustment such that spinner + text are
centered
- PartitionSelectorSearch spinner
- Commit button in PendingDataBottomBar
- Custom column builder "applying" spinner
- Table CSV exporter spinner
Enterprise
- Enterprise login spinner
```
await new Promise(resolve => {
setTimeout(resolve, 2000);
});
```
fixes#1531
BREAKING CHANGE: Inline LoadingSpinner instances will need to be
decorated with `className="loading-spinner-vertical-align"` for vertical
alignment to work as before
0 commit comments