feat/FRO-36: PWA #25

Merged
Janis merged 6 commits from feat/FRO-36 into main 2025-12-18 09:46:23 +01:00
8 changed files with 4609 additions and 129 deletions
Showing only changes of commit cc17b20178 - Show all commits

View File

@@ -30,7 +30,6 @@ const spin = (): void => {
reelStates.value.forEach((reel, index) => {
reel.isSpinning = true;
// Stop each reel with a stagger
setTimeout(() => {
reel.value = getRandomSymbol();
reel.isSpinning = false;