Commit graph

7 commits

Author SHA1 Message Date
2eb924dc9c Add Vitest setup and tests for encryption
- Set up Vitest with testing-library and jsdom for frontend tests - Add
encryption.test.ts to verify deriveKey, wrapMasterKey, unwrapMasterKey -
Add test/setup.ts to extend jest-dom matchers and cleanup after tests -
Enable Vitest in Vite config and add test scripts in
frontend/package.json
2025-12-13 12:15:14 +00:00
5e6764b026 Implement user auth and session management 2025-12-08 22:08:30 +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
9645f411f3 Bulk update 2025-11-23 09:08:01 +00:00
c79ac06b58 Init 2025-11-19 21:16:32 +00:00