Block a user
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
E2E Tests Reveal Implementation Gaps
E2E Tests Reveal Implementation Gaps
Root Cause Analysis & Resolution
Issue Found
The E2E tests were using waitForLoadState('networkidle') which is unreliable with Next.js 14+ due to HMR websockets and other persistent…