fix: UI cleanup — migrate legacy tokens and polish interactions - #31
Merged
Merged
Conversation
…er states - Migrate all legacy color tokens (text-primary-text, text-secondary-text, bg-surface) to shadcn semantic tokens (text-foreground, text-muted-foreground, bg-card) across 15 files - Remove legacy CSS variables and Tailwind aliases that are no longer referenced - Replace emoji icons in theme toggle with Lucide SVG icons (Moon, Sun, Stars, etc.) - Replace text arrows (▲/▼) with Lucide ChevronUp/ChevronDown in Previous Leagues toggle - Fix non-functional hover:bg-opacity-80 → hover:brightness-110 in league home - Add cursor-pointer to interactive team rows and Previous Leagues toggle - Fix generic alt text on team avatars to use actual team name 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
text-primary-text,text-secondary-text,bg-surface) to shadcn semantic tokens (text-foreground,text-muted-foreground,bg-card) across 15 filesglobals.cssandtailwind.config.tshover:bg-opacity-80in league home (→hover:brightness-110)cursor-pointerto interactive team rows and Previous Leagues toggleTest plan
🤖 Generated with Claude Code