-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
Description
Is your feature request related to a problem or challenge?
When a user updates their profile, there is currently no feedback confirming whether the update was successful or not. This can cause confusion, as users may not be sure if their changes were saved.
Describe the solution you'd like
After clicking the Update Profile button, display a success message such as "Profile updated successfully!" to confirm that the action was completed.
Describe alternatives you've considered
- Redirecting the user back to the profile view page with updated details highlighted.
- Displaying a notification banner at the top of the page instead of a popup/alert.
Additional context
This feature will improve the user experience by providing clear confirmation and reducing uncertainty after performing an update action.
eccentriccoder01