- Refactor ClubEventList to support persistent page state in sessionStorage and dynamic toggle for finished events. - Move pagination logic to useRunOnce hook for initialization, ensuring correct state restoration. - Update ClubSearchTable to support "My Favorites" tab, using useRef to cache search results for different club types. - Enhance EventCard with precise time formatting (HH:mm:ss) and dynamic countdown logic using dayjs timezone. - Persist club selection in GameSelector using local storage and integrate ClubSummary component. - Fix geo data handling in KaiqiuService, ensuring coordinates are correctly passed to iCalendar generator. - Remove unused imports and simplify component structure across affected files. |
||
|---|---|---|
| __test__ | ||
| .vscode | ||
| prisma | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun-env.d.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| docker-compose.yml | ||
| dockerfile | ||
| package.json | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||