mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 22:05:09 +00:00
- ShopItemModal: check data.error/data.success instead of response.ok (backend returns 200 for all responses including errors, so response.ok was always true and errors were silently swallowed, closing the modal) - Shop page + ShopItemModal: use baseProbability for roll cost display (matching backend calculateRollCost which uses fixed base probability) - Auth: anchor session cookie regex to prevent matching wrong cookies - Auth: keep dev-mode reduced OAuth scopes |
||
|---|---|---|
| .. | ||
| dist | ||
| drizzle | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
scraps backend
just don't