- 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. |
||
|---|---|---|
| __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 | ||