Commit graph

4 commits

Author SHA1 Message Date
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
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
b596c9f34d Refactor Home UI and add StatusIndicator 2025-12-11 22:20:23 +00:00
Renamed from frontend/src/components/sidebar/SideBar.tsx (Browse further)