You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
The current approach (button with checkboxes in the secondary menu) is aw(kward/ful) because it stays open and creates a separate mode that we then need to exit out of.
Solution
Create a button-opens-a-menu component, make sure the menu opens in relative to the button not the mouse (it's not a context menu). Note the button highlight when the menu is open.
Use it instead of the secondary toolbar for the show/hide navigator/inspector/codeeditor menu
For the context menu, use the [checkbox][label][keyboard shortcut] three-column format
Populate it with the current settings and keyboard shortcuts
For clarity, this is the standard pattern that gets used in lots of UIs all over the place, including VSCode itself and Figma
The text was updated successfully, but these errors were encountered:
Problem
The current approach (button with checkboxes in the secondary menu) is aw(kward/ful) because it stays open and creates a separate mode that we then need to exit out of.
Solution
For clarity, this is the standard pattern that gets used in lots of UIs all over the place, including VSCode itself and Figma
The text was updated successfully, but these errors were encountered: