v1.128.0
Feature
Enhance mobile interaction responsiveness and error recovery
- Added inline touch-action manipulation to eliminate the 300ms delay on iOS for immediate interaction.
- Implemented a Vite preload error handler in main.tsx to reload the app on chunk load failures, preventing blank screens and providing a user-friendly recovery UI.
- Updated AppLayout to include space role logic for better user experience in the "More" menu.
- Refactored MobileNavigation to improve touch handling and ensure reliable interaction on iOS by restructuring button and link elements.
