feat(app): sidebar reveal animation, hover peek overlay, and weaker dividers#16374
Merged
adamdotdevin merged 13 commits intodevfrom Mar 6, 2026
Merged
feat(app): sidebar reveal animation, hover peek overlay, and weaker dividers#16374adamdotdevin merged 13 commits intodevfrom
adamdotdevin merged 13 commits intodevfrom
Conversation
3d0aae9 to
1f4fcf7
Compare
ee91876 to
a3e9445
Compare
qdddddd
pushed a commit
to qdddddd/opencode
that referenced
this pull request
Mar 7, 2026
…ividers (anomalyco#16374) Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
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.
Issue for this PR
Closes #
Type of change
What does this PR do?
The sidebar now feels like it is always present underneath the main content instead of popping in, and the layout no longer pushes session content off-screen when the sidebar opens.
border-weaker-basefor subtle dividers and applied it to the session side panel dividers, terminal tabs divider, and the review tabs list divider.max-widthof 400px.These changes work by keeping the sidebar rendered behind the main layer and animating the main layer’s left edge, so the viewport width stays stable while the review column takes the hit when space is tight.
How did you verify your code works?
bun run typecheckinpackages/appbun run typecheckinpackages/uiScreenshots / recordings
TODO: add a short recording showing open/close + hover peek overlay.
Checklist