feat: NCAA tournament player rankings page - #27
Merged
Merged
Conversation
- Add NCAA rankings page with draggable player ranking cards - Add team game settings for tournament projections - Add nav bar component to root layout - Update metadata title/description - Add database types for ncaa_team_info, user_ncaa_rankings, user_ncaa_team_settings - Add Supabase migration for NCAA rankings tables - Fix column alignment in player ranking cards with fixed-width spans 🤖 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.
|
…ected games Move ThemeToggle and AuthButton into the global NavBar so all pages (home, league, draft, rankings) share consistent navigation. Remove duplicate page-level headers. Also change expected games inputs from integer dropdowns to decimal number inputs. 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
/rankings/ncaa) with drag-and-drop reordering via@hello-pangea/dndncaa_team_info,user_ncaa_rankings, anduser_ncaa_team_settingstablesTest plan
/rankings/ncaaand verify player list loads with stats🤖 Generated with Claude Code