respira/src
Jan-Henrik Bruhn 39d4df6a74 Fix zoom race condition and adjust zoom limits
- Fix race condition by using functional state updates in all zoom handlers
- Prevents negative or invalid zoom values from rapid scroll events
- Change zoom range from 10%-1000% to 10%-200% for more reasonable limits
- All zoom operations (wheel, buttons) now safely constrained
- Ensures consistent behavior even with fast mouse wheel scrolling

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-10 14:32:27 +01:00
..
assets initial 2025-11-30 22:18:14 +01:00
components Fix zoom race condition and adjust zoom limits 2025-12-10 14:32:27 +01:00
hooks Add Electron desktop application support with Electron Forge 2025-12-07 22:39:38 +01:00
platform Add Electron desktop application support with Electron Forge 2025-12-07 22:39:38 +01:00
services Add Bluetooth pairing error detection and automatic disconnect handling 2025-12-07 13:49:34 +01:00
styles Implement comprehensive UI/UX improvements 2025-12-06 13:15:51 +01:00
types Add Electron desktop application support with Electron Forge 2025-12-07 22:39:38 +01:00
utils Add thread metadata display and unique color handling 2025-12-10 14:10:27 +01:00
App.css Enhance UI/UX with loading states, animations, and pattern lock functionality 2025-12-06 19:28:24 +01:00
App.tsx Add pre-upload validation for pattern bounds vs hoop size 2025-12-10 14:18:45 +01:00
index.css Migrate to Tailwind CSS and fix canvas zoom issues 2025-12-05 23:25:55 +01:00
main.tsx initial 2025-11-30 22:18:14 +01:00