Commit graph

41 commits

Author SHA1 Message Date
0e6ce1eec2 test 2026-01-06 15:31:57 +00:00
287c47d53d updates 2026-01-06 15:11:08 +00:00
d8de720f8c update 2026-01-06 15:04:02 +00:00
6378b75bf3 composer 2026-01-06 14:19:33 +00:00
be63cb82e6 update 2026-01-06 14:10:58 +00:00
13de7316ef update 2026-01-06 14:08:13 +00:00
e1ce554705 comp 2026-01-06 13:52:31 +00:00
5196b108c5 compose 2026-01-06 13:51:05 +00:00
1143315258 svgs 2026-01-06 13:49:28 +00:00
82edaf99e8 gitignore 2026-01-06 13:34:23 +00:00
192a6f7b09 update git ignore 2026-01-06 13:33:21 +00:00
e3da8db7c3 docker updates 2026-01-06 13:28:32 +00:00
a8f66644ad update docker 2026-01-06 13:13:59 +00:00
b15f09e604 update dockerfile 2026-01-06 13:10:06 +00:00
7ed4512bbc update yaml 2026-01-06 13:07:16 +00:00
40b74704e7 Added docker support 2026-01-06 12:51:40 +00:00
d1d436b020 Removed notes and removed files that should be ignored. 2025-12-30 22:36:48 +00:00
a62e2d744d Outstanding tag work ready to be moved to feature branch 2025-12-30 22:11:11 +00:00
40f5a3d794 Add tag selector and refactor note editing UI 2025-12-24 14:35:36 +00:00
ffbf485935 Update notes response model and implement error handling 2025-12-22 22:47:28 +00:00
3fe4b9ea88 Huge refactor adding in react query and general clean up. not finsihed
yet. more cleanup needs to be done.

- added react query
- moved to openapi instead of axios
- added case translator from frontend to backend
2025-12-22 15:23:40 +00:00
jamitz440
b6afaf8606
Merge pull request #12 from jamitz440/test/implement-vitest
Add Vitest setup and tests for encryption
2025-12-18 18:14:06 +00:00
jamitz440
03b71c2b64
Merge pull request #11 from jamitz440/feature/add-tags
Feature/add tags
2025-12-18 18:13:21 +00:00
0abeb90cb0 Add tag tree API and frontend tag decryption
- Implement backend tag tree endpoint at /tags/tree with TagTreeNode and
  TagTreeResponse models
- Add frontend tag tree decryption logic and wire it into notes
  decryption flow
- Fetch and decrypt tag tree in tags.tsx; integrate with tag store
- Add UI toggle for folders vs tags and update Sidebar and Header
2025-12-18 18:12:23 +00:00
c01a1fc908 Add Tag Support With Backend Models And UI 2025-12-15 21:33:00 +00:00
jamitz440
c4b47f05ce
Merge pull request #10 from jamitz440/fix/fodler-tree-initial-render
Refactor imports and add auth clearAll
2025-12-13 21:26:54 +00:00
0a23332a09 Refactor imports and add auth clearAll
- Remove unused SetStateAction import in SideBar - Add clearAll to
authStore to wipe state, localStorage, and reset notes - Expose
useAuthStore on window for debugging - Update notesStore.updateFolder to
return FolderTreeNode and fix recursion by using the correct child
variable
2025-12-13 13:04:13 +00:00
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
b596c9f34d Refactor Home UI and add StatusIndicator 2025-12-11 22:20:23 +00:00
502d78f244 Add folder update to store and use it for rename 2025-12-09 22:20:00 +00:00
5e6764b026 Implement user auth and session management 2025-12-08 22:08:30 +00:00
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
c79ac06b58 Init 2025-11-19 21:16:32 +00:00