backmerge(dev): mark the FAQ-opener welcome card with a send icon (from #138) - #157
Open
KDwevedi wants to merge 1 commit into
Open
backmerge(dev): mark the FAQ-opener welcome card with a send icon (from #138)#157KDwevedi wants to merge 1 commit into
KDwevedi wants to merge 1 commit into
Conversation
The third welcome card opens the settings FAQ list instead of sending its prompt to the agent, but nothing on the card signalled that. Add the same red Send glyph the FAQ rows already use (settings-drawer.tsx), right-anchored, on that card only — the other four keep their plain layout. The icon is wrapped in a span because Button's `size: default` variant carries `has-[>svg]:px-3`; a bare svg child shrinks the card's horizontal padding and shifts it ~11px left of its neighbours. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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.
Back-merges the one piece of content that exists on
amul-prodbut never made it toamul-dev.Why
PR #138 (2026-07-28) was authored directly on the
promote/faq-third-card-prodbranch againstamul-prod, so theSendglyph on the FAQ-opener welcome card shipped to prod and never came back to dev. It surfaced during the AMUL-53 promotion (#154):git diff origin/amul-dev origin/amul-prodwas down to this single file.This is a clean cherry-pick of
3d0181c— no behaviour change on prod, dev catches up.What it does
The third welcome card opens the settings FAQ list instead of sending its prompt to the agent, and nothing on the card signalled that. It now carries the same red
Sendglyph the FAQ rows use, right-anchored, on that card only.The icon stays wrapped in a
<span>deliberately —Button'ssize: defaultvariant carrieshas-[>svg]:px-3, so a bare<svg>child would shrink that card's padding and shift it ~11px left of the other four.Verified
git diff origin/amul-prod HEADis empty with this applied — dev and prod trees are identical again.vitest run19/19,tsc --noEmitclean,npm run buildpasses.🤖 Generated with Claude Code
https://claude.ai/code/session_01BRwfx5r7o7cnqDuXQHLYNx