Commit graph

132 commits

Author SHA1 Message Date
4a7c54eab8
style: format code for consistency and readability
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (pull_request) Successful in 19s
CI / test-build (pull_request) Successful in 27s
CI / prettier (pull_request) Successful in 40s
CI / Checkstyle Main (pull_request) Successful in 1m28s
2025-04-02 10:26:11 +02:00
e983b21e07
feat(blackjack): refresh user balance on game state change 2025-04-02 10:25:43 +02:00
d400986c34
refactor(blackjack): update import paths for modules 2025-04-02 10:12:29 +02:00
5d803e4b8b
feat(landing): add NavbarComponent to landing page component 2025-04-02 10:12:29 +02:00
6508a233b2
style(game-controls): fix formatting in constructor method 2025-04-02 10:12:29 +02:00
889863aad6
refactor(game-controls): update import paths for consistency 2025-04-02 10:12:29 +02:00
ba854be5db
style: fix formatting in constructor definitions 2025-04-02 10:12:29 +02:00
1d9eec4546
refactor(blackjack): update import paths for components 2025-04-02 10:12:29 +02:00
2a11675fb6
style: format constructor style in components 2025-04-02 10:12:28 +02:00
2405c00f49
refactor: update imports to use absolute paths 2025-04-02 10:12:28 +02:00
b4caf70ffe
refactor: update import paths for better readability 2025-04-02 10:12:28 +02:00
defe26d0c1
refactor(blackjack): move GameState to feature folder 2025-04-02 10:12:28 +02:00
2d8b137e69
style: format code and add missing newlines 2025-04-02 10:12:28 +02:00
4b569157aa
feat: add game state enum and refactor game components 2025-04-02 10:12:28 +02:00
349e4ce1ec
refactor(blackjack): remove unnecessary comments and clean code 2025-04-02 10:12:28 +02:00
deac128935
style(blackjack): format code for better readability 2025-04-02 10:12:28 +02:00
acdbea5a99
feat(blackjack): add action indicators and loading states 2025-04-02 10:12:28 +02:00
d2b22b561d
feat: add double down feature to blackjack game 2025-04-02 10:12:19 +02:00
d90fcdcf1e
feat: add stand and get game features to blackjack game 2025-04-02 10:11:26 +02:00
99f9f8d3c3
feat(blackjack): implement game start and controls functionality
All checks were successful
CI / Get Changed Files (pull_request) Successful in 7s
CI / eslint (pull_request) Successful in 20s
CI / test-build (pull_request) Successful in 28s
CI / prettier (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 1m1s
2025-03-26 15:30:55 +01:00
03ce527087
refactor(blackjack): rename event emitters for clarity
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Successful in 37s
CI / eslint (pull_request) Successful in 39s
CI / test-build (pull_request) Successful in 46s
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
Some checks failed
CI / Get Changed Files (pull_request) Successful in 7s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Successful in 24s
CI / test-build (pull_request) Successful in 37s
CI / eslint (pull_request) Failing after 50s
2025-03-26 12:27:47 +00:00
eb153f4459
feat(game): add blackjack game component and routing
Some checks failed
CI / Get Changed Files (pull_request) Successful in 6s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Successful in 16s
CI / eslint (pull_request) Failing after 43s
CI / test-build (pull_request) Successful in 46s
2025-03-26 13:26:38 +01:00
cd84d0c949
style(navbar): update text from 'Balance' to 'Guthaben'
All checks were successful
CI / Get Changed Files (pull_request) Successful in 5s
CI / Checkstyle Main (pull_request) Has been skipped
CI / eslint (pull_request) Successful in 37s
CI / prettier (pull_request) Successful in 41s
CI / test-build (pull_request) Successful in 41s
2025-03-26 13:21:29 +01:00
ce17741e72
style(home): format constructor for better readability
All checks were successful
CI / Get Changed Files (pull_request) Successful in 9s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Successful in 20s
CI / test-build (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 36s
2025-03-26 11:03:28 +01:00
af90108b3b
refactor(home): remove unnecessary comment from code
Some checks failed
CI / Get Changed Files (pull_request) Successful in 17s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Failing after 39s
CI / eslint (pull_request) Successful in 42s
CI / test-build (pull_request) Successful in 38s
2025-03-26 11:00:43 +01:00
cf42e725cc
feat(home): add router to clear query parameters
Some checks failed
CI / Get Changed Files (pull_request) Successful in 41s
CI / Checkstyle Main (pull_request) Has been skipped
CI / prettier (pull_request) Failing after 42s
CI / eslint (pull_request) Successful in 56s
CI / test-build (pull_request) Successful in 1m13s
2025-03-26 10:58:25 +01:00
Phan Huy Tran
f8013d2438 refactor: Switch stripe tokens to use the casino stripe account
All checks were successful
CI / Get Changed Files (pull_request) Successful in 25s
CI / prettier (pull_request) Successful in 52s
CI / Checkstyle Main (pull_request) Successful in 59s
CI / eslint (pull_request) Successful in 1m12s
CI / test-build (pull_request) Successful in 1m16s
2025-03-26 09:14:07 +01:00
Phan Huy Tran
d25b894f38 feat: Save balance after successful payment
Some checks failed
CI / Get Changed Files (pull_request) Successful in 9s
CI / eslint (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 37s
CI / test-build (pull_request) Successful in 42s
CI / Checkstyle Main (pull_request) Failing after 1m22s
2025-03-13 15:02:32 +01:00
8c9d7c498b
style(home): format HTML and TypeScript code for clarity
All checks were successful
CI / prettier (pull_request) Successful in 22s
CI / Checkstyle Main (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 37s
CI / test-build (pull_request) Successful in 44s
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
Some checks failed
CI / prettier (pull_request) Failing after 20s
CI / Checkstyle Main (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 37s
CI / test-build (pull_request) Successful in 42s
2025-03-12 19:20:51 +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
564601f7bc
feat(navbar): add current user balance display in navbar 2025-03-05 12:05:46 +01:00
Lea
15a92b984c style: linter and prettier 2025-03-05 12:04:48 +01:00
Lea
212bee3bd2 feat: implemented confirmation modal for depositing money 2025-03-05 12:04:48 +01:00
Lea
95889fc937 fix: closing of deposit confirmation modal 2025-03-05 12:04:48 +01:00
Lea
caf2794489 comfirmation modal for deposit and refactoring 2025-03-05 12:04:48 +01:00
Lea
65ed49df2a style: removed angular material lines 2025-02-26 13:26:51 +01:00
Lea
a6e3ae1a33 style: removed missed angular material lines 2025-02-26 13:22:52 +01:00
Lea
6c6e2b5cb5 style:fixed prettier and eslint 2025-02-26 13:13:44 +01:00
Lea
25492f3e68 style: fixed prettier and hopefully eslint 2025-02-26 13:13:44 +01:00