aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 17:57:44 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 17:57:44 +0900
commit0b7acece277f80f1baeb7bb419544cdd11f7817f (patch)
tree4da4a2903f533168c886260fa30cb624125fa95e /docs/dev/roadmap.md
parent020803f7dfd094dcf5157943644a28d601629b35 (diff)
downloadkioku-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/dev/roadmap.md')
-rw-r--r--docs/dev/roadmap.md2
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