Previously, the refresh button was hidden whenever the cached uidScore size was greater than 0, or when the cached data was empty. This logic prevented the button from appearing even after a data request successfully returned data in uidScoreRequest. The updated logic now checks both the cached uidScore and the request data. If either contains data, the button is shown, ensuring users can refresh scores regardless of the caching state. |
||
|---|---|---|
| __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 | ||