From b51d4efaa1e5e0417d4306c02797f424938766cb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Dec 2025 02:38:05 +0900 Subject: feat(client): add NoteTypesPage for note type management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement Phase 6 of the roadmap - NoteType list page with CRUD modals: - NoteTypesPage displays all user's note types with templates and reversible badge - CreateNoteTypeModal for creating new note types with templates - EditNoteTypeModal for updating existing note types - DeleteNoteTypeModal with constraint warning - Navigation link from HomePage header - Comprehensive tests for all components (65 new tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 9e771e6..916eee3 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -231,13 +231,13 @@ Create these as default note types for each user: ### Phase 6: Frontend - Note Type Management **Tasks:** -- [ ] Create NoteType list page (`/note-types`) +- [x] Create NoteType list page (`/note-types`) - [ ] Create NoteType editor component - Edit name - Manage fields (add/remove/reorder) - Edit front/back templates (mustache syntax) - Toggle `is_reversible` option -- [ ] Add navigation to note type management +- [x] Add navigation to note type management **Files to create:** - `src/client/pages/NoteTypesPage.tsx` -- cgit v1.2.3-70-g09d2