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
Fix: Introduce delayed loading to prevent screen flash
Introduced a `useDelayedLoading` hook to ensure that loading indicators are displayed for a minimum duration (500ms). This prevents the screen flashing effect on pages where data loads very quickly.
The hook has been integrated into the following pages:
- Dataset list page
- Table list page
- Model manager page
- Workflow list page
Updated `dataset-list-page.test.tsx` to accommodate the new loading delay, ensuring all automated checks pass.
0 commit comments