mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
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:
parent
351f6eb23d
commit
aea3040271
6 changed files with 13 additions and 15 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue