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
Refactor: Replace skeleton loading with spinner overlay (#60)
I've replaced the skeleton loading UI with a centered spinner icon overlay on the following pages:
- Tables list
- Datasets list
- Models/Providers management
- Workflows list
This change aims to prevent the "flash" effect that could occur when data loads quickly, providing a smoother loading experience.
The implementation involves:
- Adding a reusable `IconSpinner` component.
- Modifying the respective page/list components to use this spinner during their loading state.
- Ensuring the spinner is centered and overlays the content area.
Build checks, type checks, and unit tests in the ui/ directory pass with these changes.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments