Skip to content

backmerge(dev): mark the FAQ-opener welcome card with a send icon (from #138) - #157

Open
KDwevedi wants to merge 1 commit into
amul-devfrom
backmerge/faq-card-send-icon-dev
Open

backmerge(dev): mark the FAQ-opener welcome card with a send icon (from #138)#157
KDwevedi wants to merge 1 commit into
amul-devfrom
backmerge/faq-card-send-icon-dev

Conversation

@KDwevedi

Copy link
Copy Markdown
Collaborator

Back-merges the one piece of content that exists on amul-prod but never made it to amul-dev.

Why

PR #138 (2026-07-28) was authored directly on the promote/faq-third-card-prod branch against amul-prod, so the Send glyph 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-prod was 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 Send glyph the FAQ rows use, right-anchored, on that card only.

The icon stays wrapped in a <span> deliberately — Button's size: default variant carries has-[>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 HEAD is empty with this applied — dev and prod trees are identical again. vitest run 19/19, tsc --noEmit clean, npm run build passes.

🤖 Generated with Claude Code

https://claude.ai/code/session_01BRwfx5r7o7cnqDuXQHLYNx

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant