cards-native/Sources/Core/Domain
Till JS e8b898a51d feat(decks): Card-Liste im DeckDetailView + listCards-API
Bisher zeigte DeckDetailView nur 4 Action-Buttons (Lernen,
Hinzufügen, Bearbeiten, Löschen) — Karten waren nur via Study-Loop
sichtbar. User-Feedback: "ich sehe keine Karten im Deck".

Geändert:
- CardsAPI.listCards(deckId:) → [Card] (war nur cardCount via /total)
- CardListResponse: nimmt cards-Array zusätzlich zu total
- DeckDetailView: ScrollView statt VStack, neue Sektion "Karten"
  unter den Action-Buttons mit CardPreviewRow pro Karte
- CardPreviewRow: Type-Icon + Front-Preview (basic/cloze/audio/
  image-occlusion adaptiv) + Type-Label
- task(id:) + refreshable triggern loadCards()
- Nach CardEditor-Save reloaded die Liste

Build 4 → 5.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 16:02:59 +02:00
..
Card.swift v0.3.0 — Phase β-2 Study-Loop 2026-05-13 00:16:11 +02:00
CardMutations.swift v0.4.0 — Phase β-3 Editor 2026-05-13 00:24:43 +02:00
Cloze.swift v0.3.0 — Phase β-2 Study-Loop 2026-05-13 00:16:11 +02:00
Deck.swift feat(decks): Card-Liste im DeckDetailView + listCards-API 2026-05-13 16:02:59 +02:00
DeckMutations.swift v0.4.0 — Phase β-3 Editor 2026-05-13 00:24:43 +02:00
Marketplace.swift fix: PublicDeckOwner.pseudonym ist Bool, nicht String? 2026-05-13 15:46:20 +02:00
Media.swift v0.5.0 — Phase β-4 Media + Advanced Card-Types 2026-05-13 00:35:36 +02:00
Review.swift v0.3.0 — Phase β-2 Study-Loop 2026-05-13 00:16:11 +02:00