feat(friends): cardstock texture behind the add-friend dialog - #85
Conversation
A whisper-quiet graph-paper grid on the 24px section rhythm plus a faint accent wash from the top edge, defined once in index.css as .texture-cardstock and built entirely from the live theme variables so both themes flow through. Static background only — §6 motion rules and the reduce-motion kill switch are untouched. DESIGN-SYSTEM §5 records the sanctioned deviation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches✨ Simplify code
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 |
Textually clean merge; overlapping files (lib.rs, index.css, strings.ts, ARCHITECTURE.md, DESIGN-SYSTEM.md) touched disjoint hunks.
Retitle the staged Unreleased section to 1.7.0 and fold in the user-facing story of PRs #81–#85 (Gemma ungated + three quants, the add-friend two-column layout + cardstock texture, friendly DB errors, settings spacing) that the wave-3 staging predated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Summary
The add-friend dialog read as bland — adds a cardstock texture: a whisper-quiet graph-paper grid on the 24px section rhythm plus a faint accent wash bleeding from the top edge. Fits the study-app identity (graph paper) while staying inside the calm direction.
.texture-cardstockinsrc/design/index.css, built entirely from the live theme variables (--border-subtle/--accent-mutedviacolor-mix), so dark/light themes and future palette edits flow through untouched.check-contrastcompares token pairs, not rendered layers, so the color-mix strengths are deliberately whisper-quiet (grid at 55% of an already-hairline border color; wash at 10% of accent-muted) to keep worst-case composites behindtext-mutedcomfortably above AA.Stacked on #84 (rebased onto main after its merge).
Testing
npm run build,lint,test(776),check-tokens,check-strings,check-contrastall green. Existing AddFriendDialog stories render the texture for the axe gate.🤖 Generated with Claude Code