my-kaiqiuwang/__test__
kyuuseiryuu 80aebac57a feat: implement user favorite player system with Logto sync
- Add `FavPlayerDAO` for database operations (create, read, delete, check) against `user_fav` table.
- Integrate Prisma ORM with MariaDB adapter in `src/prisma/db.ts`.
- Implement backend API routes (`/api/fav`) to handle GET, PUT, and DELETE requests for managing favorites based on user audience (aud).
- Create `FavePlayersPage` with support for:
  - Viewing local stored favorites.
  - Syncing server-side favorites via Logto authentication.
  - Visual distinction between "Local" and "Account" favorite lists using Segmented control.
  - Loading states and empty state handling with Ant Design components.
- Enhance `Logto/Callback` to redirect users back to their intended destination (e.g., `FavePlayersPage`) after authentication if a `redirect` param was stored in session storage.
- Update `UserCenter` page to include "Backup Codes" management option under account settings.
- Add necessary dependencies: `@logto/react`, `ahooks`, and update UI imports accordingly.
2026-03-09 10:16:27 +09:00
..
data fix(global) .gitkeep 2026-01-29 22:14:39 +09:00
fav-dao.test.ts feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
redis.test.ts feat: add current-score grouping flow with cached uid score API 2026-02-26 00:13:37 +09:00
utils.load-html.test.ts refactor(utils): split shared helpers and server scraping modules 2026-02-26 00:26:25 +09:00
utils.test.ts refactor(utils): split shared helpers and server scraping modules 2026-02-26 00:26:25 +09:00
xcxapi.test.ts init 2026-01-29 22:00:49 +09:00