cards/apps/landing
Till JS abf493aeec
Some checks are pending
CI / validate (push) Waiting to run
feat(cards): recovery mode, undo, FSRS slider, streak header, stats charts, blog
Study-View:
- Graceful Backlog Recovery: Banner bei >30 fälligen Karten, Recovery-Queue
  sortiert nach Stability aufsteigend (25er-Batch, ?recovery=true)
- Undo letzte Bewertung: 5s-Toast mit RAF-Fortschrittsbalken, Ctrl/Cmd+Z,
  prevSnapshot-Spalte in reviews (Migration 0001, Prod deployed)
- FSRS-Tooltip nach Reveal: State / Stability / Difficulty als Popover

Deck-Edit:
- Neuer Abschnitt „Lern-Algorithmus" mit request_retention-Slider (50–99 %)

Header:
- Streak-Pill (🔥 N) + fällige-Karten-Pill via GET /api/v1/me/summary

Stats-Page:
- Difficulty-Distribution (5 Buckets, Farb-Bars)
- Deck-Fortschritt (Mastery % = stability>21, max 6 Decks)

API:
- GET /me/summary: streak_days + due_now (leichtgewichtiger Header-Endpoint)
- GET /reviews/due: ?recovery=true → stability-sort, Limit 25
- POST /reviews/:cardId/:subIndex/undo: prevSnapshot-Restore, 409 wenn leer
- /me/stats: difficulty_distribution + deck_mastery

Landing:
- 5 Blog-Artikel (Quizlet-Paywall, FSRS, Datenschutz, Anki, Lernkarten-Tipps)
- BlogTeaser-Komponente auf Startseite, Footer-Spalte „Artikel"

i18n: 11 neue Schlüssel in DE/EN/FR/IT/ES

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 13:37:03 +02:00
..
public feat(landing): Astro-Landingpage für Cardecky 2026-05-11 18:40:51 +02:00
src feat(cards): recovery mode, undo, FSRS slider, streak header, stats charts, blog 2026-05-13 13:37:03 +02:00
astro.config.mjs feat(landing): Astro-Landingpage für Cardecky 2026-05-11 18:40:51 +02:00
package.json feat(landing): Astro-Landingpage für Cardecky 2026-05-11 18:40:51 +02:00
tailwind.config.cjs feat(landing): Astro-Landingpage für Cardecky 2026-05-11 18:40:51 +02:00
tsconfig.json feat(landing): Astro-Landingpage für Cardecky 2026-05-11 18:40:51 +02:00