-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[front] - fix(navigation): tabs switch glitch (#8579)
* [front] - refactor: streamline state management in NavigationSidebar - Remove useState and useEffect for activePath and currentTab in favor of useMemo - Simplify tab and navigation item rendering logic with direct mapping from navs - Ensure a default value for the Tabs component when no currentTab is identified - Remove redundant conditionals and nested fragment structures for navigation rendering * [front] - refactor: clean up import statements and fix JSX format in NavigationSidebar - Simplify import statement for SidebarNavigation type - Ensure proper formatting with space in self-closing Logo JSX tag * [front] - docs: add TODO for fixing AppLayout issue - Added a comment to address the AppLayout changing issue between pages at a future date
- Loading branch information
1 parent
9b4b84e
commit 56f988e
Showing
1 changed file
with
59 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters