Description
The navigation dropdown menu is currently positioned on the right side of the toolbar. For quick access and better UX consistency, it should be on the left side instead.
Current Behavior
The menu button sits after ui.space() in the toolbar layout (layout.py), which pushes it to the right edge.
Expected Behavior
The menu button should appear on the left side of the toolbar for faster access when switching between Vault Habits and Vault Web.
Fix
Move the menu button before the ui.space() call in the toolbar layout.
Description
The navigation dropdown menu is currently positioned on the right side of the toolbar. For quick access and better UX consistency, it should be on the left side instead.
Current Behavior
The menu button sits after
ui.space()in the toolbar layout (layout.py), which pushes it to the right edge.Expected Behavior
The menu button should appear on the left side of the toolbar for faster access when switching between Vault Habits and Vault Web.
Fix
Move the menu button before the
ui.space()call in the toolbar layout.