diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-08 17:23:42 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-08 17:23:42 -0700 |
| commit | b70834311d37c0e71e33c2a82b7d863e896b66cc (patch) | |
| tree | bb4f1cee0a0f4f9b8019560fa5e638cf8e0bd0d1 /src/pages/DailyPage.tsx | |
| parent | 1c2aede0e8a4c985de1c79908e0ef3abc11d2d3e (diff) | |
show indicator on button while submitting daily guess
Diffstat (limited to 'src/pages/DailyPage.tsx')
| -rw-r--r-- | src/pages/DailyPage.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/DailyPage.tsx b/src/pages/DailyPage.tsx index d1482b1..17efaeb 100644 --- a/src/pages/DailyPage.tsx +++ b/src/pages/DailyPage.tsx @@ -69,6 +69,7 @@ export function DailyPage() { didGuess, skip, guess, + isSubmitting, } = useGameState({ solution: todaysSolution?.song ?? null, persist: true, @@ -109,6 +110,7 @@ export function DailyPage() { setSelectedSong={setSelectedSong} skip={skip} guess={guess} + isSubmitting={isSubmitting} /> </Styled.Container> <Footer /> |
