Conversation
When the titlebar is too narrow to fit all menu items on one row, overflow items are now hidden and a hamburger button (☰) appears. Hovering hamburger entries shows flyout submenus with full menu contents including nested sub-submenus. Also dismisses all menus, context menus and popups on window blur.
Tests cover: hamburger existence, visibility when menus fit/overflow, dropdown open/close on click, flyout submenu on hover, restore on expand, close on ESC key, command execution from flyout menu items, and command execution from flyout submenu items. Uses awaitsForCondition for robust async assertions.
- Position hamburger as last item in menu bar (after visible menus) - Right-align dropdown to hamburger button - Hide more items until hamburger fits on one row - Close hamburger when hovering a normal menu, and auto-open that menu - Auto-open hamburger when hovering from an open normal menu - Fix missing closing brace that broke module loading - Dismiss all menus and popups on window blur
Adds a « / » button before the File menu that toggles sidebar visibility. Shows context-aware tooltip (Hide/Show Sidebar) and updates icon direction on panelCollapsed/panelExpanded events.
Each dialog now tracks its own wrapper reference instead of using
$(".modal-wrapper:last").remove() which could remove the wrong
wrapper when a closing animation overlaps with a new dialog opening.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Uh oh!
There was an error while loading. Please reload this page.