v1.128.1
Improvement
Update background color and transition durations for improved UI responsiveness
We've made an improvement: Update background color and transition durations for improved UI responsiveness
- Added a background color of #F3F2EC to the html, body, and #root elements for a cohesive design.
- Refined transition durations in navigation styles from 0.3s to 0.15s for smoother interactions.
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.
