13 Commits

Author SHA1 Message Date
bf813acfa6 fix(gitignore): add app.pid to ignore list and ensure cron_update.log is properly formatted 2026-03-26 23:44:16 +01:00
1b867857b8 fix(gitignore): add cron_update.log to ignore list and ensure proper formatting 2026-03-26 23:42:52 +01:00
5e2eaff7c4 feat(transfer): implement transfer functionality with user selection and balance validation 2026-03-26 23:31:57 +01:00
992c9a2e63 refactor(blackjack): remove Blackjack game components and actions
refactor(home): update sellableData state to use array type
fix(account): improve type safety for user data fetching
fix(cart): streamline item removal and purchase handling
2026-03-26 23:13:54 +01:00
eef355a791 fix(sellable): update addSellable function to use availableItems and enhance logging 2026-03-26 23:03:58 +01:00
8b4eaee510 feat(cart): update CartItem model to use composite key and adjust related logic
fix(cart): ensure cart item updates and deletions are based on cartId and itemId

feat(buy): implement balance checks and updates during purchase process

fix(sellable): ensure cart items are deleted when a sellable is removed

feat(user): add conflict checks for shop creation to prevent ID collisions
2026-03-26 20:33:11 +01:00
f588672894 update dev and start scripts to specify port; remove unused account page 2026-03-22 21:29:10 +01:00
9949ad9385 blackjack base 2026-01-30 02:00:47 +01:00
f5c581000e better item primary key and cart updates, balance updating WIP 2026-01-29 02:41:31 +01:00
9e52f569f8 functional account and item management 2026-01-23 12:13:27 +01:00
ed5afb1dec Functional cart and balance display 2026-01-22 18:54:51 +01:00
bcc5164abb getting lost files back and making some changes p1 2026-01-14 20:15:07 +01:00
26d140f910 initialization 2026-01-14 15:05:36 +01:00