From 020803f7dfd094dcf5157943644a28d601629b35 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 17:51:34 +0900 Subject: feat(client): add create deck modal with form validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add CreateDeckModal component that allows users to create new decks with name and optional description fields. Integrates with HomePage via a "Create Deck" button that opens the modal, and refreshes the deck list after successful creation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 54a3376..bcddb38 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -85,7 +85,7 @@ Smaller features first to enable early MVP validation. ### Frontend - [x] Deck list page (empty state, list view) -- [ ] Create deck modal/form +- [x] Create deck modal/form - [ ] Edit deck - [ ] Delete deck (with confirmation) - [ ] Add tests -- cgit v1.2.3-70-g09d2