- Add 'Club' vs 'Points Club' filter in `ClubSearchTable` using Radio buttons. - Update `searchClub` request to accept and pass `clubType` parameter to the backend API. - Refactor logic in `ClubEventList` to determine "Show All" button visibility based on whether all items are finished or not finished, rather than just a fixed count. - Add custom CSS (styled-components) to limit the height of the game selector drawer for better UX. - Update backend service `KaiqiuService` to handle the new query parameters for filtering clubs by type. |
||
|---|---|---|
| __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 | ||