soroban-abacus-flashcards/apps/web/src/arcade-games/know-your-world/components
Thomas Hallock 60cf98e77a feat(know-your-world): improve mobile magnifier with adaptive zoom and select button
- Use findOptimalZoom for mobile (same algorithm as desktop) instead of hardcoded 2.5-4x
- Keep magnifier visible after drag ends so user can confirm selection
- Add green "Select ✓" button below magnifier for confirming region selection
- Tap elsewhere on map to dismiss magnifier without selecting
- Disable pull-to-refresh with touchAction: none and overscrollBehavior: none
- Add defensive check for undefined includeSizes in filterRegionsBySizes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 15:01:51 -06:00
..
__tests__ refactor(know-your-world): extract reusable utilities and components 2025-11-27 15:55:01 -06:00
CelebrationOverlay.tsx feat(know-your-world): add Strudel-based music system 2025-11-30 13:25:37 -06:00
Confetti.tsx feat(know-your-world): add celebration animations for found regions 2025-11-29 17:45:49 -06:00
ContinentSelector.tsx feat(know-your-world): add drill-down map selector and improve setup UI 2025-11-26 19:10:21 -06:00
DevCropTool.tsx feat(know-your-world): live crop updates and safe zone improvements 2025-11-28 19:46:23 -06:00
DrillDownMapSelector.tsx feat(know-your-world): align guidance UI with assistance levels 2025-11-29 14:27:17 -06:00
GameComponent.tsx feat(know-your-world): align guidance UI with assistance levels 2025-11-29 14:27:17 -06:00
GameInfoPanel.test.tsx feat(know-your-world): add drill-down map selector and improve setup UI 2025-11-26 19:10:21 -06:00
GameInfoPanel.tsx feat(know-your-world): add mobile virtual keyboard and space-skipping 2025-11-30 13:08:39 -06:00
LetterConfirmationDemo.stories.tsx feat(know-your-world): add mobile virtual keyboard and space-skipping 2025-11-30 13:08:39 -06:00
MapRenderer.stories.tsx feat(know-your-world): separate region filtering from assistance level 2025-11-26 21:00:20 -06:00
MapRenderer.tsx feat(know-your-world): improve mobile magnifier with adaptive zoom and select button 2025-11-30 15:01:51 -06:00
MapSelectorMap.tsx feat(know-your-world): improve setup screen UX 2025-11-27 15:05:07 -06:00
PlayingPhase.test.tsx fix(know-your-world): fix server/client filter mismatch for USA map 2025-11-26 21:59:00 -06:00
PlayingPhase.tsx feat(know-your-world): add Strudel-based music system 2025-11-30 13:25:37 -06:00
RegionListPanel.tsx refactor(know-your-world): extract reusable utilities and components 2025-11-27 15:55:01 -06:00
ResultsPhase.tsx feat(know-your-world): live crop updates and safe zone improvements 2025-11-28 19:46:23 -06:00
SetupPhase.tsx feat(know-your-world): align guidance UI with assistance levels 2025-11-29 14:27:17 -06:00
SimpleLetterKeyboard.stories.tsx feat(know-your-world): add mobile virtual keyboard and space-skipping 2025-11-30 13:08:39 -06:00
SimpleLetterKeyboard.tsx feat(know-your-world): add mobile virtual keyboard and space-skipping 2025-11-30 13:08:39 -06:00