Commit graph

143 commits

Author SHA1 Message Date
ae8dcab038
style: fix formatting in constructor definitions 2025-04-02 09:20:45 +02:00
aad692aea5
refactor(blackjack): update import paths for components 2025-04-02 09:20:42 +02:00
57a4b03bde
style(tsconfig): update path mappings to array syntax 2025-04-02 09:20:18 +02:00
ebf2ee0531
style(tsconfig): fix path configuration formatting 2025-04-02 09:20:17 +02:00
35d53bce30
style: format constructor style in components 2025-04-02 09:20:16 +02:00
f5a16efa67
refactor: update imports to use absolute paths 2025-04-02 09:20:15 +02:00
a425fdea80
refactor: update import paths for better readability 2025-04-02 09:20:11 +02:00
f881f82ef1
refactor(blackjack): move GameState to feature folder 2025-04-02 09:18:43 +02:00
f1c70f5f2c
style: format code and add missing newlines 2025-04-02 09:08:04 +02:00
732d475a84
feat: add game state enum and refactor game components 2025-04-02 09:06:44 +02:00
05322e3d83
refactor(blackjack): remove unnecessary comments and clean code 2025-03-27 15:50:34 +01:00
23888ceb27
style(blackjack): format code for better readability 2025-03-27 15:47:16 +01:00
adc5bbd345
feat(blackjack): add action indicators and loading states 2025-03-27 15:44:38 +01:00
c9f71f70fa
feat: add double down feature to blackjack game 2025-03-27 15:40:26 +01:00
68ea66d4f9
feat: add stand and get game features to blackjack game 2025-03-27 15:22:24 +01:00
99f9f8d3c3
feat(blackjack): implement game start and controls functionality 2025-03-26 15:30:55 +01:00
03ce527087
refactor(blackjack): rename event emitters for clarity 2025-03-26 13:35:07 +01:00
5e5fe603f9
style: update card background colors in templates 2025-03-26 13:35:07 +01:00
a639888a33 Merge branch 'main' into task/CAS-49/add_base_styling_for_blackjack 2025-03-26 12:27:47 +00:00
eb153f4459
feat(game): add blackjack game component and routing 2025-03-26 13:26:38 +01:00
cd84d0c949
style(navbar): update text from 'Balance' to 'Guthaben' 2025-03-26 13:21:29 +01:00
ce17741e72
style(home): format constructor for better readability 2025-03-26 11:03:28 +01:00
af90108b3b
refactor(home): remove unnecessary comment from code 2025-03-26 11:00:43 +01:00
cf42e725cc
feat(home): add router to clear query parameters 2025-03-26 10:58:25 +01:00
Phan Huy Tran
f8013d2438 refactor: Switch stripe tokens to use the casino stripe account 2025-03-26 09:14:07 +01:00
c590cfaec5 chore(package.json): downgrade typescript version to 5.5.0 2025-03-16 09:06:30 +01:00
814cf0e9fa chore: update typescript version in package.json 2025-03-16 09:04:27 +01:00
1df00211d5 chore(deps): update devdependencies (non-major) 2025-03-13 15:02:53 +00:00
Phan Huy Tran
d25b894f38 feat: Save balance after successful payment 2025-03-13 15:02:32 +01:00
d722f0af76 chore(deps): update postgres docker tag to v17 2025-03-13 06:44:49 +00:00
dc5275d043 Merge pull request 'chore(deps): update all non-major dependencies' (#59) from renovate/all-minor-patch into main
Reviewed-on: 
Reviewed-by: Jan Gleytenhoover <jan@kjan.email>
2025-03-12 19:26:53 +00:00
3092f4a688 chore(deps): update all non-major dependencies 2025-03-12 19:02:41 +00:00
cd098f717c Merge branch 'main' into styleguide 2025-03-12 18:53:16 +00:00
8c9d7c498b
style(home): format HTML and TypeScript code for clarity 2025-03-12 19:26:07 +01:00
abc4277e84
refactor(deposit): rename close event emitter for clarity 2025-03-12 19:25:11 +01:00
a7d98e1150
feat: rename event emitter for confirmation modal closure 2025-03-12 19:20:51 +01:00
e8944c46a4
chore: remove unused Tailwind CSS configuration file 2025-03-12 14:49:11 +01:00
a3da0f9a4d
style: Update color theme in styles.css file 2025-03-12 14:45:20 +01:00
e0afebb397
style: update Tailwind CSS import in styles.css 2025-03-12 14:38:08 +01:00
8012112f6c
style(tailwind): update color keys for consistency 2025-03-12 14:31:55 +01:00
e9159abf3d
feat: add MIT License and update README for clarity 2025-03-12 14:29:21 +01:00
f826e1e203
docs: add style guide for casino gaming platform 2025-03-12 14:18:42 +01:00
bb7bac9a67
style(footer): correct spelling of "Klarna" in footer text 2025-03-06 12:42:18 +01:00
e5ac810a67
style(home): Improve card styling and transitions in HTML 2025-03-06 12:37:51 +01:00
9c12ccd716
style: format code for better readability and consistency 2025-03-06 11:56:00 +01:00
1569922fda
refactor(deposit): remove unnecessary comments in code 2025-03-06 11:55:01 +01:00
08a1a5e877
feat(deposit): implement modal animations with GSAP 2025-03-06 11:52:31 +01:00
Hop In, I Have Puppies AND WiFi
c651337d30 Merge pull request 'Add current user balance display in navbar (CAS-26)' (!49) from task/CAS-26/add-balance-to-nav into main
Reviewed-on: https://git.simonis.lol/projects/casino/pulls/49
Reviewed-by: Klan Jattenhoff <jan@kjan.email>
Reviewed-by: lziemke <lea.z4@schule.bremen.de>
2025-03-05 11:15:47 +00:00
1768cf6536
style(user.service): fix string formatting in getCurrentUser method 2025-03-05 12:08:06 +01:00
454e99f812
feat(navbar): update balance display and use signal for state 2025-03-05 12:07:20 +01:00