fix: move sidebar expand button to bottom section#275
Merged
butschster merged 2 commits intomasterfrom Mar 31, 2026
Merged
Conversation
Replaced the hidden edge-handle expand button (centered, hover-only) with a visible expand button in the bottom section above the connection status. Collapse button at top and expand button at bottom are now the same size.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What
Moves the sidebar expand button from the hard-to-find centered edge handle (hover-only) to the bottom section of the collapsed sidebar. Adds a full-width separator between the expand button and the connection status indicator.
Why
The previous edge-handle button was invisible until hover and positioned in the middle of the sidebar — users couldn't find it. Placing it in the bottom section makes it always visible and discoverable.
How
layout-sidebar__edge-handle(absolute-positioned, opacity-on-hover chevron)layout-sidebar__expand-btnin the bottom section, above a full-width separator and the connection status dotw-9 h-9withw-5 h-5icons so they match in sizeTesting