[Feature Request]: Add a loading indicator for pages
Is your feature request related to a problem? Please describe. Users can’t tell if the app is loading a new page, leading to confusion for big components.
Describe the solution you'd like Add a loading indicator (e.g., spinner, progress bar) that appears during page transitions.
Describe alternatives you've considered Skeleton screens. A simple "Loading..." message. Disabling interactions with an overlay.
Additional context A loading indicator improves user experience and perceived performance.
This issue is stale because it has been open for 15 days with no activity.
Not only is this seriously needed, but there are other areas of the application where visual feedback is needed while operations are taking place, i.e. sorting/filtering tables when there are anything more than a trivial number of rows.
There should also be debouncing implement in the filter or it starts to feel clunky.
This issue is stale because it has been open for 15 days with no activity.
Picking this up now.
PR for this is opened here: https://github.com/satnaing/shadcn-admin/pull/119 Let me know your thoughts @deivisonrpg @PerryCodes.