Bug 1892430 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hides the launcher by default, until the user selects the sidebar toolbar button.
This patch will add a "Hide Sidebar" setting to the Customization Menu and needs to have specific behaviors:

- The launcher shows the expanded state (with icons and titles)
- If a user selects a tool, it opens the corresponding sidebar panel
- If a user closes the sidebar panel or clicks on the corresponding icon in the launcher, it closes the sidebar and goes back to the expanded launcher state.

This clickable figma [prototype](https://www.figma.com/proto/ZFavpnAJee39j2mFf8U3D0/Sidebar-UX-Spec?page-id=7511%3A115048&type=design&node-id=8280-123892&viewport=766%2C-978%2C0.12&t=RmSpy55HH4a5s77u-1&scaling=scale-down&starting-point-node-id=8280%3A123892&show-proto-sidebar=1) will better illustrate the sequences.

We'll need to persist this setting across windows and sessions.
Hides the collapsed sidebar by default, until the user selects the sidebar toolbar button.
This patch will add a "Hide Sidebar" setting to the Customization Menu and needs to have specific behaviors:

- The sidebar shows the expanded state (with icons and titles)
- If a user selects a tool, it opens the corresponding panel
- If a user closes thepanel or clicks on the corresponding icon in the launcher, it closes the sidebar and goes back to the expanded sidebar state.

This clickable figma [prototype](https://www.figma.com/proto/ZFavpnAJee39j2mFf8U3D0/Sidebar-UX-Spec?page-id=7511%3A115048&type=design&node-id=8280-123892&viewport=766%2C-978%2C0.12&t=RmSpy55HH4a5s77u-1&scaling=scale-down&starting-point-node-id=8280%3A123892&show-proto-sidebar=1) will better illustrate the sequences.

We'll need to persist this setting across windows and sessions.
Hides the collapsed sidebar by default, until the user selects the sidebar toolbar button.
This patch will add a "Hide Sidebar" setting to the Customization Menu and needs to have specific behaviors:

- The sidebar shows the expanded state (with icons and titles)
- If a user selects a tool, it opens the corresponding panel
- If a user closes the panel or clicks on the corresponding icon in the sidebar, it closes the panel and goes back to the expanded sidebar state.

This clickable figma [prototype](https://www.figma.com/proto/ZFavpnAJee39j2mFf8U3D0/Sidebar-UX-Spec?page-id=7511%3A115048&type=design&node-id=8280-123892&viewport=766%2C-978%2C0.12&t=RmSpy55HH4a5s77u-1&scaling=scale-down&starting-point-node-id=8280%3A123892&show-proto-sidebar=1) will better illustrate the sequences.

We'll need to persist this setting across windows and sessions.
This patch will add a "Hide Sidebar" setting to the Customization Menu and needs to have specific behaviors:
- The sidebar is hidden by default until the user clicks the sidebar toolbar button.
- When clicked, the sidebar shows the expanded state (with icons and titles)
- If a user selects a "tool" (ie, history) or sidebar extension, it opens the corresponding panel.
- If a user closes the panel or clicks on the corresponding icon in the sidebar, it closes the panel and goes back to the expanded sidebar state.
- But the sidebar toolbar button with this setting only hides or shows the sidebar (including the panel if open).

This clickable figma [prototype](https://www.figma.com/proto/ZFavpnAJee39j2mFf8U3D0/Sidebar-UX-Spec?page-id=7459%3A96013&type=design&node-id=8326-272215&viewport=1247%2C-4590%2C0.16&t=mSC2yZs9TJeJCx76-1&scaling=scale-down&starting-point-node-id=8326%3A272215&show-proto-sidebar=1) will better illustrate the sequences.

We'll need to persist this setting across windows and sessions.

Back to Bug 1892430 Comment 0