Go to file
kyuuseiryuu 86c3b6651b feat(fav-players): optimize un-fav API response and refactor player list UI
- Modify the DELETE /api/fav endpoint to include the player uid in the response JSON.
- Refactor FavPlayersPage to remove explicit dependency on `aud` for API calls, relying solely on `useAuthHeaders`.
- Add a dedicated "un-fav" button to player cards to allow users to unfollow individual players.
- Implement logic to distinguish between local un-fav (for unauthenticated users) and server-side un-fav (for authenticated users).
- Improve UI layout using `styled-components` and updated Ant Design components (`Typography.Title`).
- Add a link to sign in and view cloud favorites when the local list is empty.
2026-03-16 19:33:44 +09:00
__test__ feat(app): split game selector and implement club detail page 2026-03-13 10:27:05 +09:00
.vscode feat(global): find user 2026-02-10 11:11:08 +09:00
prisma feat: migrate user fav system from session aud to Logto sub 2026-03-16 12:45:12 +09:00
src feat(fav-players): optimize un-fav API response and refactor player list UI 2026-03-16 19:33:44 +09:00
.env.example feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
.gitignore feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
bun-env.d.ts init 2026-01-29 22:00:49 +09:00
bun.lock feat: migrate user fav system from session aud to Logto sub 2026-03-16 12:45:12 +09:00
bunfig.toml init 2026-01-29 22:00:49 +09:00
docker-compose.yml chore(docker): add restart policy for app service 2026-02-10 21:21:11 +09:00
dockerfile feat(likes): sync local favorites and add auto-login flow 2026-03-09 16:51:57 +09:00
package.json feat: migrate user fav system from session aud to Logto sub 2026-03-16 12:45:12 +09:00
prisma.config.ts feat: implement user favorite player system with Logto sync 2026-03-09 10:16:27 +09:00
README.md init 2026-01-29 22:00:49 +09:00
tsconfig.json init 2026-01-29 22:00:49 +09:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.