diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 17:57:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 17:57:44 +0900 |
| commit | 0b7acece277f80f1baeb7bb419544cdd11f7817f (patch) | |
| tree | 4da4a2903f533168c886260fa30cb624125fa95e /docs | |
| parent | 020803f7dfd094dcf5157943644a28d601629b35 (diff) | |
| download | kioku-0b7acece277f80f1baeb7bb419544cdd11f7817f.tar.gz kioku-0b7acece277f80f1baeb7bb419544cdd11f7817f.tar.zst kioku-0b7acece277f80f1baeb7bb419544cdd11f7817f.zip | |
feat(client): add edit deck modal with form validation
Add EditDeckModal component that allows users to edit existing decks.
The modal pre-populates with current deck values and supports updating
name and description fields with proper validation and error handling.
🤖 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 bcddb38..86e9c05 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -86,7 +86,7 @@ Smaller features first to enable early MVP validation. ### Frontend - [x] Deck list page (empty state, list view) - [x] Create deck modal/form -- [ ] Edit deck +- [x] Edit deck - [ ] Delete deck (with confirmation) - [ ] Add tests |
