scraps/backend
End Nightshade 42dd5eb229
fix(shop): fix try-luck error handling and roll cost display
- 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
2026-02-19 18:29:15 -07:00
..
dist undo stuffs 2026-02-17 16:38:10 -05:00
drizzle fix refinery meow 2026-02-16 11:35:17 -05:00
src fix(shop): fix try-luck error handling and roll cost display 2026-02-19 18:29:15 -07:00
.gitignore add in dash and stuff 2026-01-30 10:15:24 -05:00
bun.lock add in loops and airtable syncs 2026-02-06 17:07:10 -05:00
Dockerfile before mobile optimize 2026-02-03 15:56:26 -05:00
drizzle.config.ts add in dash and stuff 2026-01-30 10:15:24 -05:00
package.json push push push spsuh push psuh 2026-02-16 20:16:12 -05:00
README.md PUBLIC RELEASE: add in some checks and readme 2026-02-04 13:29:57 -05:00
tsconfig.json add in dash and stuff 2026-01-30 10:15:24 -05:00

scraps backend

just don't