feat(agenticChat): soften border radii across primary surfaces (SS-5650)#12334
feat(agenticChat): soften border radii across primary surfaces (SS-5650)#12334twblack88 wants to merge 1 commit into
Conversation
- Bump Composer box: xl → 2xl (most prominent surface) - Bump AgenticChatWindow floating container: xl → 2xl - Bump DrawerChatButton: xl → 2xl - Bump user message bubbles in Chat: lg → xl - Bump search input in DrawerChatHistory: lg → xl - Bump conversation list item active highlights: md → lg - Bump DisplayToolCard root: lg → xl - Bump TxStepCard root: lg → xl; step row highlight: md → lg - Bump ReceiveUI inner containers: md → lg - Bump Markdown table/code blocks: md → lg Resolves SS-5650 Co-authored-by: Tim B | FBL <timothy.william.black@gmail.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Softens border radii throughout the agentic chat UI to make surfaces feel cohesive and less sharp. Applies a two-tier bump:
xl→2xllg→xlmd→lgFiles changed
Composer.tsxxl→2xl— main prompt box is now the most visually soft elementAgenticChatWindow.tsxxl→2xl— floating chat window containerDrawerChatButton.tsxxl→2xl— AI Chat entry buttonChat.tsxlg→xl— user message bubblesDrawerChatHistory.tsxlg→xl; conversation item highlightsmd→lgDisplayToolCard.tsxlg→xl— tool result cardsTxStepCard.tsxlg→xl; step rowmd→lgReceiveUI.tsxmd→lgMarkdown.tsxmd→lgIssue (if applicable)
closes SS-5650
Risk
Low — pure visual styling changes. No logic, state, or API interactions affected. All changes are within the
agenticChatfeature which is behind theAgenticChatfeature flag.Testing
Engineering
Enable the
AgenticChatfeature flag locally and visually verify:Operations
Visual QA: open the AI Chat drawer/window, send a message, inspect the Composer box, New Chat button, Connect Wallet button, tool cards, and conversation list — all should feel cohesively softer with no hard edges or clipping artifacts.
Screenshots (if applicable)
Linear Issue: SS-5650