Block a user
chore: update dependencies
we really need to review the dependencies, there are a lot that are quite old
fix: prevent content overflow on right side of screen
the app has a bad habit of letting content that should be visible run off the right side of the screen without enabling scroll in the container
chore: update dependencies
fix: prevent content overflow on right side of screen
As a tournament admin, I want to configure team creation options for round robin tournaments
✅ Closed - Fully Implemented
Team configuration options for round robin tournaments are fully implemented:
src/app/admin/tournaments/new/page.tsx- Tournament creation form with: -…
As a tournament admin, I want to configure team creation options for round robin tournaments
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage
✅ Closed - Fully Implemented
The wordmark navigation feature is fully implemented:
src/app/wordmark-redirect/route.ts- Server-side redirect based on user role- `src/components/Navigati…
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage