From ad950be46447a74e523eeb2bd278641600dff2fb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Dec 2025 13:40:59 +0900 Subject: feat(client): group cards by note in DeckDetailPage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Display note-based cards as grouped items showing all cards generated from the same note, with note-level edit/delete actions. Legacy cards without note association are shown separately with a "Legacy" badge. - Add NoteGroupCard component for displaying note groups with card stats - Add LegacyCardItem component for backward-compatible card display - Add DeleteNoteModal for deleting notes and their cards - Show Normal/Reversed badges for cards within note groups 🤖 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 cbff279..7f65ccf 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -254,7 +254,7 @@ Create these as default note types for each user: - [ ] Update EditCardModal → EditNoteModal - Load note and field values - Update all generated cards on save -- [ ] Update DeckDetailPage +- [x] Update DeckDetailPage - Group cards by note - Show note-level actions (edit note, delete note) - Display whether card is normal or reversed -- cgit v1.2.3-70-g09d2