sendou.ink/app
Kalle 650bd0028e Fix reopening round robin match locking subsequent matches
When reopening a match in round robin format to correct a misreported score,
subsequent matches that were already in progress would become locked. This
happened because resetMatchStatus was clearing their status and startedAt.

Now round robin matches are left as-is when a preceding match is reopened,
allowing them to continue where they left off.

Closes #2690
2026-01-04 22:01:45 +02:00
..
components Add Vitest browser testing setup with GroupCard tests (#2694) 2026-01-04 17:35:28 +02:00
db Add tournament reopen feature in admin panel (dev only) 2026-01-04 18:16:44 +02:00
features Fix reopening round robin match locking subsequent matches 2026-01-04 22:01:45 +02:00
hooks React 19, Vite 7, Vitest 4 etc. (#2683) 2025-12-30 17:03:13 +02:00
modules Add Vitest browser testing setup with GroupCard tests (#2694) 2026-01-04 17:35:28 +02:00
routines SQ serverside refactoring, add tests, add Knip (#2665) 2025-12-22 15:47:15 +02:00
styles Fix avatar badge not attached 2026-01-03 00:25:40 +02:00
utils Allow configuring PORT (both server & E2E tests) 2026-01-04 11:08:51 +02:00
browser-test-setup.ts Add Vitest browser testing setup with GroupCard tests (#2694) 2026-01-04 17:35:28 +02:00
entry.client.tsx Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
entry.server.tsx Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
root.tsx User middleware try 2 (#2692) 2026-01-03 13:47:32 +02:00
routes.ts Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00
test-setup.ts Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00