-
-
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 users navigate to the Profile card or Edit Profile section, there is no back arrow to return to the previous page or dashboard. This forces users to rely on browser navigation, which disrupts the flow and is not intuitive.
Describe the solution you'd like
Add a back arrow button in the header of the Profile and Edit Profile pages. Clicking the arrow should take the user back to the previous section (e.g., Dashboard or Profile Overview).
Describe alternatives you've considered
- Using a "Back" text link instead of an icon.
- Adding a breadcrumb navigation at the top.
Additional context
This enhancement will improve navigation, especially for new users who may not think to use the browser's back button. It also makes the UI consistent with common app design patterns.

eccentriccoder01