diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:29:26 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 18:29:26 +0900 |
| commit | 858178d6878229c0ac413d3ea5a4f799d6114ecb (patch) | |
| tree | c0ae42155437011bd6518411d84a7267a03efc07 /docs/dev/roadmap.md | |
| parent | deef992b8cc7e57b880c1c38f994d38825240ca1 (diff) | |
| download | kioku-858178d6878229c0ac413d3ea5a4f799d6114ecb.tar.gz kioku-858178d6878229c0ac413d3ea5a4f799d6114ecb.tar.zst kioku-858178d6878229c0ac413d3ea5a4f799d6114ecb.zip | |
feat(client): add edit card modal with form validation
Add EditCardModal component allowing users to edit existing cards.
Includes Edit button on each card in the deck detail page and
comprehensive unit tests.
🤖 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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 9988839..7552761 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -105,7 +105,7 @@ Smaller features first to enable early MVP validation. ### Frontend - [x] Card list view (in deck detail page) - [x] Create card form (front/back) -- [ ] Edit card +- [x] Edit card - [ ] Delete card - [ ] Add tests |
