Go to file
kyuuseiryuu 36e280cb9f fix(GroupingPrediction): show refresh button when uidScoreRequest data exists
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.
2026-03-23 14:44:59 +09:00
__test__ feat(api): add user location management endpoints and database model 2026-03-19 00:29:02 +09:00
.vscode feat(global): find user 2026-02-10 11:11:08 +09:00
prisma feat(api): add user location management endpoints and database model 2026-03-19 00:29:02 +09:00
src fix(GroupingPrediction): show refresh button when uidScoreRequest data exists 2026-03-23 14:44:59 +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(api): add user location management endpoints and database model 2026-03-19 00:29:02 +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 chore: refactor dockerfile for prisma migration and build optimization 2026-03-18 01:39:54 +09:00
package.json feat(api): add user location management endpoints and database model 2026-03-19 00:29:02 +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.