feat(slots): add slot machine component with styling and logic #170

Merged
jleibl merged 9 commits from task/CAS-44/lootbox-selection into main 2025-05-07 16:10:05 +00:00
Showing only changes of commit ee07abb189 - Show all commits

View file

@ -23,7 +23,7 @@ export class UserService {
this.authService.userSubject.next(updatedUser); this.authService.userSubject.next(updatedUser);
} }
} }
/** /**
* Refreshes the current user's data from the server * Refreshes the current user's data from the server
*/ */