mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Allow reopening finalized tournaments from the admin panel in development mode. This makes testing tournament finalization easier without needing CLI scripts. - Add REOPEN_TOURNAMENT action to admin panel - Convert reopen-tournament.ts script logic to Kysely - Show Admin tab in tournament nav even after finalization (dev only) - Add tournamentId column to TournamentBadgeOwner TypeScript interface - Delete scripts/reopen-tournament.ts |
||
|---|---|---|
| .. | ||
| components | ||
| db | ||
| features | ||
| hooks | ||
| modules | ||
| routines | ||
| styles | ||
| utils | ||
| browser-test-setup.ts | ||
| entry.client.tsx | ||
| entry.server.tsx | ||
| root.tsx | ||
| routes.ts | ||
| test-setup.ts | ||