4 Commits

Author SHA1 Message Date
cogwheel0
67bcd242bc feat(responsive_drawer): Cache tablet state to optimize context access and improve performance 2025-12-16 08:14:55 +05:30
cogwheel0
286176bc3e fix(ui): crash on tablets 2025-12-08 20:41:59 +05:30
cogwheel0
dc1e4ec14d feat(navigation): Add configurable tablet drawer behavior 2025-11-21 12:21:51 +05:30
cogwheel0
dea53593ba refactor: replace SlideDrawer with ResponsiveDrawerLayout for improved responsiveness
- Updated ChatPage and ChatsDrawer to utilize ResponsiveDrawerLayout instead of SlideDrawer, enhancing the drawer's adaptability across devices.
- Removed the SlideDrawer implementation, streamlining the codebase and improving maintainability.
- Adjusted drawer opening and closing logic to align with the new layout structure, ensuring a smoother user experience on both mobile and tablet devices.
2025-10-10 21:21:13 +05:30