fix(garden): soft planter containers + staggered card fade-in - #79
Merged
Conversation
Brief: the Thought Garden looked like stickers stacked on a wall — flat-tinted theme banners + same-elevation cards stacked in space, no atmosphere despite the "garden" framing. Three small visual changes, no logic touched: 1. Soft "planter" container. When there's more than one theme, each group sits inside a rounded-3xl sage-tinted container with a subtle border. Cards now feel held by their group, not floating loose. Single-theme view stays plain — nothing to separate from. 2. Drop the hard banner around the theme label. The planter itself is the visual anchor now, so the label can sit inline with a small sprout icon, no background tint or border. Action buttons stay ghost-styled rather than bg-primary/20 chips. 3. Stagger card fade-in (60ms per card, animationFillMode: backwards so cards aren't pre-painted before their delay). Opening the page now feels like cards blooming in sequence rather than all landing at once. Reversible — pure CSS, no data, no logic. Co-Authored-By: Claude Opus 4.7 <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.
Summary
Thought Garden looked like stickers stacked on a wall — flat-tinted theme banners + same-elevation cards stacked, no atmosphere despite the "garden" framing.
Three small visual changes, no logic touched:
rounded-3xl bg-primary/[0.04]container with a subtle border. Cards feel held by their group, not floating loose.animationFillMode: backwards. Garden "blooms" instead of stickers slapping down at once.Single-theme view stays plain (nothing to separate from).
Test plan
tsc --noEmitclean🤖 Generated with Claude Code