-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GDB-10463 navbar toggle and improvements (#1493)
* GDB-10463 navbar toggle and improvements ## What Implemented navbar toggle behavior and other layout improvements. ## Why To match the current workbench behavior. ## How Implemented the toggle navbar function. Moved main-menu styles in the navbar component. Extended the tests. * fix the issue with the styles of the root level menu items when selected - should have a red background * expand or collapse navbar on window resize and make it work also with navbar state when the user closes the navbar * Extend menu toggle functionality and responsiveness based on resolution and user's selection. * resolve collisions after rebase * Implemented model driven approach for the navbar component. This allows the logic in the menu to be greatly simplified and moved inside the navbar model instead of using the DOM. * Removed redundant top level menu item definitions to simplify the UI model building. * Properly expand, collapse and highlight submenu items when the navbar is collapsed. Translate the labels used in the navbar. * disabled menu plugins processing in legacy-workbench app.js * Removed obsolete layout stylesheet from the shell app
- Loading branch information
1 parent
026f047
commit 991bb9b
Showing
53 changed files
with
1,913 additions
and
820 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
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
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
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
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
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
Oops, something went wrong.