feat: integrate Drawer component for mobile filtering in InboxSidebar

- Added a Drawer component to replace the dropdown menu for filtering in the InboxSidebar on mobile devices, enhancing usability.
- Implemented state management for the filter drawer, allowing users to select filters and connectors seamlessly.
- Updated the UI to accommodate the new Drawer, ensuring a consistent experience across different screen sizes.
- Enhanced connector filtering logic to improve item management and display options effectively.
This commit is contained in:
Anish Sarkar 2026-01-22 04:02:32 +05:30
parent 57baeda767
commit 596515f523
9 changed files with 445 additions and 103 deletions

View file

@ -691,7 +691,9 @@
"no_status_updates_hint": "文档和连接器更新将显示在这里",
"filter": "筛选",
"all": "全部",
"unread": "未读"
"unread": "未读",
"connectors": "连接器",
"all_connectors": "所有连接器"
},
"errors": {
"something_went_wrong": "出错了",