aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/roadmap.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:03:04 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:03:04 +0900
commit83789dd12efe82b645445fbb46d98bcb2a003b57 (patch)
tree984040fe8408b6e3dafcfac933c0495d719559c8 /docs/dev/roadmap.md
parent0b7acece277f80f1baeb7bb419544cdd11f7817f (diff)
downloadkioku-83789dd12efe82b645445fbb46d98bcb2a003b57.tar.gz
kioku-83789dd12efe82b645445fbb46d98bcb2a003b57.tar.zst
kioku-83789dd12efe82b645445fbb46d98bcb2a003b57.zip
feat(client): add delete deck modal with confirmation
Add DeleteDeckModal component that prompts users for confirmation before deleting a deck. Includes warning about permanent deletion and all associated cards. 🤖 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 86e9c05..f159084 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -87,7 +87,7 @@ Smaller features first to enable early MVP validation.
- [x] Deck list page (empty state, list view)
- [x] Create deck modal/form
- [x] Edit deck
-- [ ] Delete deck (with confirmation)
+- [x] Delete deck (with confirmation)
- [ ] Add tests
**✅ Milestone**: Users can create and manage decks