Commit Graph

5 Commits

Author SHA1 Message Date
f1ca5cda75 feat: remove web-push dependency and add event summary links to game table
- Remove web-push and related sub-dependencies (asn1.js, http_ece, etc.) from package.json and bun.lock
- Update AppBar z-index to 8 for proper layering
- Enhance GameTable component:
  - Add Skeleton loading states for event names
  - Introduce EventName component with Link to event detail pages
  - Fix column widths and add row-span logic for event grouping
  - Enable horizontal scrolling for better mobile view
- Add /api/match-summary/:matchId endpoint for frontend event name fetching
- Rename getEventInfo to getMatchSummary in KaiqiuService for consistency
2026-03-26 11:52:25 +09:00
bbc6a592f4 feat(global): find user 2026-02-10 11:11:08 +09:00
73892a5f40 feat(GameTable): css
styled table
2026-02-04 00:16:53 +09:00
bc8a783edc fix(Profile): fix hasMore check 2026-01-30 12:03:09 +09:00
8831ac456b feat(Profile): GameTable 2026-01-30 11:55:44 +09:00