diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-31 02:49:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-31 02:49:55 +0900 |
| commit | 6aa496b60879526b51fdf736c38f09aede283bde (patch) | |
| tree | eaeb4bc61ae10cd81f76e48047ad5f2193a53c38 /docs | |
| parent | b51d4efaa1e5e0417d4306c02797f424938766cb (diff) | |
| download | kioku-6aa496b60879526b51fdf736c38f09aede283bde.tar.gz kioku-6aa496b60879526b51fdf736c38f09aede283bde.tar.zst kioku-6aa496b60879526b51fdf736c38f09aede283bde.zip | |
feat(client): add NoteTypeEditor component with field management
Add a comprehensive editor for note types that allows users to:
- Edit note type name and templates
- Add, remove, and reorder fields
- Toggle the reversible card option
The editor fetches note type details including fields from the API,
enabling full CRUD operations for note type configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 916eee3..6398c60 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -232,7 +232,7 @@ Create these as default note types for each user: **Tasks:** - [x] Create NoteType list page (`/note-types`) -- [ ] Create NoteType editor component +- [x] Create NoteType editor component - Edit name - Manage fields (add/remove/reorder) - Edit front/back templates (mustache syntax) |
