feat: redesign home page, add mobile nav, clean up invite pages - #34
Merged
Merged
Conversation
…obile improvements - Replace all alert() calls with sonner toast notifications (success/error/warning) - Fix getSession() → getUser() security issue in login page and auth button - Fix hardcoded text-gray-400 → text-muted-foreground in auth button - Add prefers-reduced-motion CSS media query for accessibility - Improve mobile responsiveness: commissioner controls wrap, weekly scores hide on small screens - Add skip-to-content link and focus-visible rings for keyboard navigation - Upgrade home page loading skeleton with card-shaped placeholders 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Redesign home page with Card grid layout, league type badges, and responsive 2-column grid - Add empty state with Trophy icon and CTA when user has no teams - Move "New League" button into header row alongside "My Teams" heading - Upgrade NavBar: increase height to h-14, add hamburger menu for mobile with slide-down panel - Desktop nav links hidden on small screens, mobile panel shows nav + theme toggle + auth - Clean up invite pages: remove duplicate custom header bars (ThemeToggle + AuthButton), replace raw HTML with shadcn Card/Button/Input/Label components - Update loading skeleton to match new card grid layout - Invite page bundle size reduced ~45% by removing duplicate component imports 🤖 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.
|
Team name and league name are now independent links again — team name navigates to the team page, league name to the league home. Each highlights individually on hover. Co-Authored-By: Claude Opus 4.6 (1M context) <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
Menu/Xicons) atmd:breakpoint — slides down panel with nav links, theme toggle, and auth button. Increased nav height to 56px for better touch targetsTest plan
/invite/team/[id]and/invite/league/[id]— should use global NavBar (no duplicate header)🤖 Generated with Claude Code