-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
It’s sometimes confusing for users to understand where they are within the application, especially when navigating through nested pages like "Tambah Mata Pelajaran" under "Mata Pelajaran". Users have no easy way to return to a previous section or understand the page context.
Describe the solution you'd like
Implement a breadcrumb navigation component at the top of the page. It should clearly indicate the current location within the app’s hierarchy and allow users to click on previous sections to navigate back easily.
Example: Mata Pelajaran > Tambah Mata Pelajaran
Describe alternatives you've considered
- Using a "Back" button, but it only goes to the last visited page (not always parent).
- Manual breadcrumbs using page titles, but not interactive.
- Relying on menu/sidebar navigation, which is less contextual.
Additional context
The breadcrumb pattern is common in admin panels, dashboards, and multi-step applications. Adding this will enhance the user experience and improve overall navigation clarity.
Refer to the screenshot below for visual reference:
