mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
- Introduced global state management for unsaved changes and pending navigation using Jotai atoms. - Updated the editor component to sync local unsaved changes with global state and handle navigation prompts. - Enhanced sidebar functionality to check for unsaved changes before navigating to a new note. - Added cleanup logic for global state on component unmount to prevent stale data. |
||
|---|---|---|
| .. | ||
| all-chats-sidebar.tsx | ||
| all-notes-sidebar.tsx | ||
| app-sidebar.tsx | ||
| AppSidebarProvider.tsx | ||
| nav-chats.tsx | ||
| nav-main.tsx | ||
| nav-notes.tsx | ||
| nav-secondary.tsx | ||
| page-usage-display.tsx | ||