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
Currently, there is no visual feedback provided to users during the sign-up process. This can lead to confusion, especially when the process takes longer than expected. To improve user experience, we should add a loading spinner using Material UI that displays when a user initiates the sign-up process and disappears once the process is complete.
Proposed Solution:
Integrate Material UI's CircularProgress component to show a spinner.
Display the spinner conditionally when the sign-up process is in progress.
Ensure proper state management to control the visibility of the spinner.
Acceptance Criteria:
A loading spinner should appear when the sign-up process starts.
The spinner should disappear once the sign-up is successful or if it fails.
The spinner should not obstruct interaction with other elements unnecessarily.
Additional Context:
This will provide better user feedback and enhance the usability of the sign-up process.
Hungry.Box.and.2.more.pages.-.Personal.-.Microsoft.Edge.2025-01-14.23-59-35.mp4
Currently, there is no visual feedback provided to users during the sign-up process. This can lead to confusion, especially when the process takes longer than expected. To improve user experience, we should add a loading spinner using Material UI that displays when a user initiates the sign-up process and disappears once the process is complete.
Proposed Solution:
Acceptance Criteria:
Additional Context:
This will provide better user feedback and enhance the usability of the sign-up process.