Commit graph

9 commits

Author SHA1 Message Date
89fecc5c08 Refactor frontend: extract Editor and wire stores 2025-11-30 20:32:22 +00:00
b27604130a Add FolderUpdate model and folder update endpoint 2025-11-30 19:40:10 +00:00
James Fitzsimons
fb461df550 Refactor frontend to use store for note selection
- Migrate note and folder selection state to a Zustand store
- and wire the Sidebar to consume it
- Extract Sidebar-related UI into a new Sidebar/RenderFolder component
- and remove inline sidebar from Home
- Update Home to render Sidebar and drive editor from selectedNote
- Extend notesStore with selectedNote and setters
- add setSelectedFolder and setSelectedNote
- Update prop types for DroppableFolder/RenderFolder
- to use store-based callbacks
2025-11-30 18:01:57 +00:00
16313b961b Introduce zustand store for notes
- Migrate Home to use store actions for creating notes and folders -
Remove encrypted flag from NoteCreate interface - Add zustand to
frontend dependencies and update package-lock Add Zustand store for
notes
2025-11-29 12:45:41 +00:00
James Fitzsimons
45dcbdaee9 Add ZIP import page and folder collapse UI
- Add a ZIP-based import page that builds a folder/note tree from a ZIP
  and creates items via the API
- Introduce collapsible folder UI with RenderFolder and updates to
  DroppableFolder to support collapsing
- Wire a new /import route into App and add jszip as a frontend
  dependency
2025-11-26 21:38:58 +00:00
60ddf0520e Slight style changes. might revert. fixed scroll. 2025-11-25 22:09:02 +00:00
James
51709c9731 from max 2025-11-24 19:48:46 +00:00
50d7f41248 E2E Test and setup 2025-11-23 15:14:48 +00:00
9645f411f3 Bulk update 2025-11-23 09:08:01 +00:00