Describe the Issue
Some buttons and dashboard actions do not show any loading indicator or visual feedback after being clicked.
Because of this, it becomes difficult to tell whether:
- the click was registered
- data is loading
- the request is still processing
At first it feels like nothing happened, especially when API responses take a few seconds.
Steps to Reproduce
- Open the dashboard
- Click on buttons/actions that fetch or update data
- Notice there is no loading state or feedback while the request is processing
Expected Behavior
Buttons and dashboard actions should provide some kind of visual feedback such as:
- loading spinner
- loading text
- disabled state
- skeleton loader
so users know the action is currently processing.
Screenshots / Logs
No logs. This is mainly a UX/UI improvement.
Environment
- OS: Windows
- Browser: Chrome
Additional Context
Adding loading feedback would make the dashboard feel more responsive and user-friendly.
Describe the Issue
Some buttons and dashboard actions do not show any loading indicator or visual feedback after being clicked.
Because of this, it becomes difficult to tell whether:
At first it feels like nothing happened, especially when API responses take a few seconds.
Steps to Reproduce
Expected Behavior
Buttons and dashboard actions should provide some kind of visual feedback such as:
so users know the action is currently processing.
Screenshots / Logs
No logs. This is mainly a UX/UI improvement.
Environment
Additional Context
Adding loading feedback would make the dashboard feel more responsive and user-friendly.