redesign iOS round into fullscreen swipe flow

This commit is contained in:
2026-04-10 10:23:15 +02:00
parent 2553845100
commit 7b466f0a34
12 changed files with 685 additions and 254 deletions
+12
View File
@@ -36,6 +36,13 @@
| `round.selection_confirmed` | Selection accepted |
| `round.selection_submitting` | Selection submitting |
| `round.odds_label` | Odds label |
| `round.freeze_title` | Timer expired title |
| `round.freeze_subtitle` | Timer expired subtitle |
| `round.reveal_loading` | Reveal transition copy |
| `round.yes` | Yes outcome |
| `round.no` | No outcome |
| `round.swipe_left` | Swipe left hint |
| `round.swipe_right` | Swipe right hint |
| `reveal.title` | Reveal title |
| `reveal.subtitle` | Reveal subtitle |
| `result.title` | Result title |
@@ -48,6 +55,11 @@
| `settings.enabled` | Enabled status |
| `settings.haptics` | Haptics setting |
| `settings.analytics` | Analytics setting |
| `mode.demo` | Demo mode label |
| `mode.live` | Live mode label |
| `event.question.score` | Score event prompt |
| `event.question.save` | Save event prompt |
| `event.question.convert` | Convert event prompt |
| `errors.generic` | Generic error copy |
| `errors.network` | Network error copy |
| `errors.playback` | Playback error copy |