- Cache user profile data in Redis with 10-minute expiration in XcxAPI service to reduce API overhead. - Added a refresh/sync button on FavPlayersPage to manually trigger fetching players from the account. - Refactored authentication logic to properly set and use ID token claims for syncing. - Improved UX by removing automatic view switching logic that caused layout shifts, relying on state-driven rendering instead. - Unified login redirect flow using the new `useAutoLogin` hook. |
||
|---|---|---|
| __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 | ||