chore(web): fix card radius hierarchy + replace rounded-[var(...)] arbitraries #210
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Depends on
#208 feat(web): unify tailwind theme with design tokens + add light palette
charles/claude-hooks
Reference
charles/claude-hooks#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a dashboard operator, I want a consistent border-radius hierarchy across cards and inputs, so that surfaces read as one coherent system instead of a mix of
rounded-defaultandrounded-cardapplied interchangeably — and I want the tworounded-[var(--ch-radius-*)]arbitraries replaced with the canonical utility classes.Dependencies
rounded-compact/default/card/pillutilities need to be confirmed exposed via@themebefore we sweep call sites.Acceptance criteria
Quick-win bug fixes
rounded-[var(--ch-radius-default)]androunded-[var(--ch-radius-card)]withrounded-default/rounded-cardrespectively.Hierarchy
rounded-card, inner inputs/buttons =rounded-compact, pills =rounded-pill, subtle edges =rounded-default).apps/web/CLAUDE.md(create the file if missing).rounded-defaultuses and 33rounded-carduses as outer/inner and migrate to the chosen convention.Verification
bun run build+bun run qaclean.routes/specs.tsx,routes/planner.index.tsx,components/pipeline-list.tsx,components/agent-chips.tsx.Out of scope
shadow-lg+ 1 ofshadow-sm; not in scope here. File a follow-up if the convention discussion surfaces a need.References
🤖 Auto-assigned to dev (heuristic: type:chore → dev (well-scoped)). Reply
/unassignto reroute.