Skip to content

hamburger menu and collapse sidebar button#2789

Merged
abose merged 5 commits intomainfrom
ai
Apr 4, 2026
Merged

hamburger menu and collapse sidebar button#2789
abose merged 5 commits intomainfrom
ai

Conversation

@abose
Copy link
Copy Markdown
Member

@abose abose commented Apr 4, 2026

image

abose added 4 commits April 4, 2026 20:41
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.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 4, 2026

@abose abose merged commit b50d417 into main Apr 4, 2026
17 of 21 checks passed
@abose abose deleted the ai branch April 4, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant