my-kaiqiuwang/src
kyuuseiryuu 56159de837 feat: add score prediction and clear actions to BattleTable
- 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.
2026-03-11 00:48:44 +09:00
..
components feat: add score prediction and clear actions to BattleTable 2026-03-11 00:48:44 +09:00
dao feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
hooks feat: add player profile cache & manual sync button 2026-03-10 11:19:30 +09:00
page feat(logto): handle redirect navigation after successful login 2026-03-10 13:46:49 +09:00
prisma feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
services fix(xcxApi): change redis cache key 2026-03-10 11:23:58 +09:00
store feat: add current-score grouping flow with cached uid score API 2026-02-26 00:13:37 +09:00
types feat(global): find user 2026-02-10 11:11:08 +09:00
utils refactor: extract BattleTable to dedicated component and add score calculation utils 2026-03-10 17:11:49 +09:00
App.tsx feat: add favorite player functionality and improve navigation 2026-02-11 16:00:01 +09:00
frontend.tsx feat: integrate Logto for authentication 2026-03-07 02:24:01 +09:00
global.d.ts init 2026-01-29 22:00:49 +09:00
index.css init 2026-01-29 22:00:49 +09:00
index.html feat: add favorite player functionality and improve navigation 2026-02-11 16:00:01 +09:00
index.tsx feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
logo.jpg init 2026-01-29 22:00:49 +09:00
logo.svg init 2026-01-29 22:00:49 +09:00
routes.tsx feat: integrate Logto for authentication 2026-03-07 02:24:01 +09:00