-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Feature Request
Description
When a user clicks on any tab in the project, the URL should update to reflect the current tab location. This will enable users to copy the URL and share it, allowing others to directly navigate to that specific tab.
Use Case
- Users can bookmark specific tabs
- Users can share direct links to specific sections
- Browser history will properly track tab navigation
Proposed Implementation
- Update URL hash or query parameters when tab changes
- Handle initial page load to navigate to the correct tab based on URL
- Ensure browser back/forward buttons work correctly with tab navigation
Affected Components
- All tab components (NestedTabs, EpicTabs, etc.)
- React Router integration may be needed
Metadata
Metadata
Assignees
Labels
No labels