Keep new tab button beside tabs / 固定新建会话按钮贴近标签页#4493
Merged
esengine merged 1 commit intoJun 16, 2026
Conversation
Collaborator
Author
|
Supersession note: #3986 explored the alternate product direction of removing the duplicate top Thank you @NkAntony777 for the work in #3986: it clarified the duplicate-entry concern and helped frame the final product decision here. Authorship note: @SivanCola is the primary author of this PR. @NkAntony777 contributed as a repository collaborator through #3986; that contribution is acknowledged as part of the shared repository work behind this final tab/new-session direction. |
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.
Summary
Root cause
The themed AppChrome tab list used
flex: 1 1 auto, so it expanded across the remaining titlebar space and pushed the+new-session button toward the right chrome controls when the right dock changed the available width.Verification
npm run check:csstsx src/__tests__/app-chrome-tabs.test.ts+button sits beside the last tab.Related
+button entirely. This PR keeps the button and fixes its placement for the current UI direction.