my-kaiqiuwang/src/components/GameSelector
kyuuseiryuu 5927861af7 feat(club-management): add club follow/unfollow functionality
Introduce a follow/unfollow feature for clubs in the ClubSummary component.
Users can now toggle their subscription status to a specific club, with
the state persisted locally using zustand.

Changes include:
- Added 'Follow' and 'Unfollow' buttons with corresponding star icons (StarOutlined/StarFilled).
- Updated ClubStore to manage a simplified list of clubs (id and name only).
- Refactored Data type in ClubSearchTable to use Pick<ClubInfo, 'id' | 'name'>.
- Fixed club name in GameSelector clubList to '东华乒乓球俱乐部'.
- Excluded follow buttons for club ID '47' (Donghua).

The implementation ensures a consistent UI state across the application
and persists user preferences.
2026-03-26 13:44:32 +09:00
..
clubList.ts feat(club-management): add club follow/unfollow functionality 2026-03-26 13:44:32 +09:00
GameSelector.tsx refactor(components): optimize event list and search table with pagination persistence 2026-03-15 02:33:34 +09:00
index.ts init 2026-01-29 22:00:49 +09:00