mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
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 |
||
|---|---|---|
| .. | ||
| 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 | ||