mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +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
|
|
@ -49,8 +49,8 @@ let initPromise: Promise<ElectricClient> | null = null;
|
|||
const activeSyncHandles = new Map<string, SyncHandle>();
|
||||
|
||||
// Version for sync state - increment this to force fresh sync when Electric config changes
|
||||
// Incremented to v5 for user-specific database architecture
|
||||
const SYNC_VERSION = 5;
|
||||
// Set to v2 for user-specific database architecture
|
||||
const SYNC_VERSION = 2;
|
||||
|
||||
// Database name prefix for identifying SurfSense databases
|
||||
const DB_PREFIX = "surfsense-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue