Skip to content

Improve workspace footer handling of smaller screen widths#5549

Merged
knolleary merged 2 commits intodevfrom
5516-sidebar-tab-buttons-overflow
Mar 9, 2026
Merged

Improve workspace footer handling of smaller screen widths#5549
knolleary merged 2 commits intodevfrom
5516-sidebar-tab-buttons-overflow

Conversation

@knolleary
Copy link
Copy Markdown
Member

Fixes #5516

This is not a perfect solution, but an incremental improvement over what's there now.

  • Prevents wrapping of status bar content
  • If there is not horizontal space for the right-hand sidebar buttons, they collapse to a single button. That button shows a menu for selecting the tabs.
image image

It doesn't solve the issues entirely, but does at least behave better.

Remaining issues:

  • if the screen is even narrower, the collapsed button is pushed off screen
  • only the RH tab buttons collapse

To get everything to behave on a very small screen will need a broader review. This PR isn't intended to solve everything.

@knolleary knolleary merged commit 55462b2 into dev Mar 9, 2026
5 checks passed
@knolleary knolleary deleted the 5516-sidebar-tab-buttons-overflow branch March 9, 2026 17:51
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.

UX: Update sidebar buttons and status widgets to handle narrow screen sizes

1 participant