- Add "Clear Current Round" and "Clear All Groups" buttons to reset specific or entire match results. - Implement a summary Table showing current scores, predicted scores after the latest round, and score differentials. - Import necessary Ant Design components (Button, Table) and icons (ClearOutlined). - Refactor `buildMatchGroupTable` to return full arrays instead of filtering out falsy values. - Disable row hover effect in GroupMember table for cleaner appearance. |
||
|---|---|---|
| .. | ||
| components | ||
| dao | ||
| hooks | ||
| page | ||
| prisma | ||
| services | ||
| store | ||
| types | ||
| utils | ||
| App.tsx | ||
| frontend.tsx | ||
| global.d.ts | ||
| index.css | ||
| index.html | ||
| index.tsx | ||
| logo.jpg | ||
| logo.svg | ||
| routes.tsx | ||