Refactor the design of bottombox of Chatbox UI#1749
Open
Douglasymlai wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
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.
Closes #1729
Related Issue
New Feature
Description
Refactors the ChatBox BottomBox composer into a clearer two-tier layout and adds new picker / project-setup controls.
Layout & structure
BoxBottom— a dedicated row under the input for project-setup controls (session mode, model, thinking effort), separate from the message composer inInputBox.InputBoxand intoBoxBottom; both render read-only once a project has started, interactive on the workspace composer.BoxAction(task time, status, pause/resume) from the bottom bar.BoxMainwithout affecting layout.rounded-3xl, revised background tokens, and a subtle backdrop on the chat overlay container.New UI
PickerPanel— floating connector and skill pickers triggered from the input action row; toggling inserts/removes#skill/@connectortokens inline.ThinkingEffortSelect— pill-style reasoning-effort control matching the model dropdown and mode toggle (UI only for now; fixed to Medium, not yet persisted per project — tracked in [Feature Request] Add model thinking effort controls #1717).ProjectModeToggle— read-only variant for in-project chat (transparent background, no chevrons).Input & rich text
@connectortokens alongside existing#skilltokens.src/lib/connectorIcons.ts(reused by the picker and Connectors settings page).Other
ChatInputModelDropdowntrigger styling (removes Sparkles icon, grows to menu width while open).Testing Evidence (REQUIRED)
Manual verification:
@connectortokens, closes on outside click.#skilltokens, closes on outside click.What is the purpose of this pull request?
Contribution Guidelines Acknowledgement