• Joined on 2024-06-17
david pushed to bugfix/16-dependency-updates at david/euchre_camp 2026-04-27 03:14:00 +00:00
ca8acc0439 chore: update dependencies
ce13bae949 fix: prevent content overflow on right side of screen
48730fcf26 chore: bump version to v0.1.9
Compare 3 commits »
david deleted branch bugfix/23-content-overflow from david/euchre_camp 2026-04-27 03:13:41 +00:00
david pushed to main at david/euchre_camp 2026-04-27 03:13:39 +00:00
ce13bae949 fix: prevent content overflow on right side of screen
david merged pull request david/euchre_camp#28 2026-04-27 03:13:38 +00:00
fix: prevent content overflow on right side of screen
david closed issue david/euchre_camp#23 2026-04-27 03:13:38 +00:00
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
david pushed to bugfix/23-content-overflow at david/euchre_camp 2026-04-27 03:12:57 +00:00
ce13bae949 fix: prevent content overflow on right side of screen
48730fcf26 chore: bump version to v0.1.9
Compare 2 commits »
david created pull request david/euchre_camp#29 2026-04-27 03:10:39 +00:00
chore: update dependencies
david created branch bugfix/16-dependency-updates in david/euchre_camp 2026-04-27 03:10:24 +00:00
david pushed to bugfix/16-dependency-updates at david/euchre_camp 2026-04-27 03:10:24 +00:00
ec14822b89 chore: update dependencies
david created pull request david/euchre_camp#28 2026-04-27 03:03:21 +00:00
fix: prevent content overflow on right side of screen
david created branch bugfix/23-content-overflow in david/euchre_camp 2026-04-27 03:03:13 +00:00
david pushed to bugfix/23-content-overflow at david/euchre_camp 2026-04-27 03:03:13 +00:00
6fd273c16c fix: prevent content overflow on right side of screen
david commented on issue david/euchre_camp#22 2026-04-27 02:56:49 +00:00
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: -…
david closed issue david/euchre_camp#22 2026-04-27 02:56:48 +00:00
As a tournament admin, I want to configure team creation options for round robin tournaments
david commented on issue david/euchre_camp#24 2026-04-27 02:56:39 +00:00
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…
david closed issue david/euchre_camp#24 2026-04-27 02:56:37 +00:00
As a user, clicking the EuchreCamp wordmark when logged in should take me to my homepage
david pushed to main at david/euchre_camp 2026-04-27 02:39:16 +00:00
36339d7914 test: remove migrated Playwright tests (epic3-rankings, home-page)
david pushed to main at david/euchre_camp 2026-04-27 02:35:37 +00:00
efd1c0e975 test: migrate rankings and home-page tests from Playwright to Cucumber
david closed issue david/euchre_camp#25 2026-04-27 02:13:58 +00:00
E2E Tests Reveal Implementation Gaps
david commented on issue david/euchre_camp#25 2026-04-27 02:13:54 +00:00
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…