refactor: update sidebar components for improved styling and consistency

- Removed unused type import from `AllPrivateChatsSidebar` and `AllSharedChatsSidebar`.
- Adjusted class names for icons in sidebar components to enhance visual consistency.
- Updated `SidebarSection` to remove unnecessary gap classes for cleaner layout.
- Changed sync version in `client.ts` to v2 for user-specific database architecture.
- Modified search chat placeholder text in `en.json` for clarity.
This commit is contained in:
Anish Sarkar 2026-01-15 17:17:51 +05:30
parent 351f6eb23d
commit aea3040271
6 changed files with 13 additions and 15 deletions

View file

@ -658,7 +658,7 @@
"sidebar": {
"chats": "Private Chats",
"shared_chats": "Shared Chats",
"search_chats": "Search chats...",
"search_chats": "Search chats",
"no_chats_found": "No chats found",
"no_shared_chats": "No shared chats",
"view_all_shared_chats": "View all shared chats",