Commit Graph

2 Commits

Author SHA1 Message Date
syc0123 601ba08e44 feat: Enhance dialog and tab management for improved user experience
- Implemented tab state persistence to maintain modal states across tab switches.
- Updated ScreenModal to manage modal states independently for each tab.
- Enhanced AppLayout to ensure dialog overlays do not obstruct sidebar and tab bar interactions.
- Improved accessibility by allowing interaction with the main content while dialogs are open.
- Introduced CSS variables for dynamic positioning of dialog overlays based on device type.
2026-02-26 10:27:30 +09:00
syc0123 72d9e55159 feat: Implement tab state persistence and enhance layout structure
- Added TabProvider to MainLayout for managing tab states.
- Introduced tab state caching in ScreenViewPage to restore data on refresh.
- Enhanced AppLayout to include TabBar and TabContent for better tab management.
- Updated various components to utilize usePersistedState for maintaining UI states across sessions.
- Improved user experience by ensuring selected tab and scroll positions are preserved during navigation and refresh.
2026-02-25 17:26:45 +09:00