BUG #2423
open[SQA] Add Loading Indicator for Save, Delete, and Update Actions
Description
To enhance user experience and provide clear feedback during backend operations, a loading indicator should be displayed whenever data is being saved, deleted, or updated.
Requirements:
- When to Show the Indicator:
During any Save, Delete, or Update operation across all modules.
Should appear immediately after the user initiates the action (e.g., clicking Save or Delete).
Should disappear only after the operation is successfully completed or fails.
- Visual Behavior:
Can be a spinner, overlay, or button-level loader depending on context.
Disable the action button (e.g., Save/Delete) while loading to prevent multiple submissions.
- Placement Suggestions:
Inline (e.g., on the button) for smaller actions.
Overlay with dim background for full-page or form-wide operations.
Benefits:
Provides visual confirmation that an action is in progress.
Prevents repeated clicks or accidental duplicate submissions.
Enhances professionalism and user trust in the system.
Updated by Nazmul Hossain Shovon 10 months ago
- Status changed from Pending to In Progress
- Assignee set to Md. Abdul Hamid
we will consider loading spinner for delete operations later
Updated by Md. Abdul Hamid 10 months ago
- Assignee changed from Md. Abdul Hamid to Nazmul Hossain Shovon
- % Done changed from 0 to 90
After implementing the loader in Delete, we will close the issue.
Updated by Md. Abdul Hamid 10 months ago
- Assignee changed from Nazmul Hossain Shovon to Md. Abdul Hamid
- % Done changed from 90 to 100
Add a new issue for implementing the loader for deletion
Updated by Md. Abdul Hamid 10 months ago
- Status changed from In Progress to Complete