diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 17:44:14 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 17:44:14 +0900 |
| commit | ef40cc0f3b1b3013046820b84e8482f1c6a29533 (patch) | |
| tree | e0951e308793684efee8f1369068e7e61ca9994e /docs/dev/roadmap.md | |
| parent | 797ef2fcfaa7ac63355c13809a644401a76250bc (diff) | |
| download | kioku-ef40cc0f3b1b3013046820b84e8482f1c6a29533.tar.gz kioku-ef40cc0f3b1b3013046820b84e8482f1c6a29533.tar.zst kioku-ef40cc0f3b1b3013046820b84e8482f1c6a29533.zip | |
feat(client): add deck list page with empty state and list view
Implement HomePage to display user's decks fetched from the API.
Includes loading state, error handling with retry, and empty state
messaging. Also adds comprehensive tests for the deck list page.
🤖 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 819107e..54a3376 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -84,7 +84,7 @@ Smaller features first to enable early MVP validation. - [x] Add tests ### Frontend -- [ ] Deck list page (empty state, list view) +- [x] Deck list page (empty state, list view) - [ ] Create deck modal/form - [ ] Edit deck - [ ] Delete deck (with confirmation) |
