mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:41:08 +02:00
Adds the user-facing surface for the Bibliothek module:
Components (components/):
- KindTabs — Alle / Bücher / Filme / Serien / Comics with counts
- StatusFilter — Geplant / Läuft / Fertig / Pausiert / Abgebrochen chips
- RatingStars — 0–5 stars, click to set, click again to clear
- StatusBadge — colored status pill
- CoverImage — lazy <img> with kind-emoji fallback
- EntryCard — grid card (cover + title + rating + status)
- EntryForm — create/edit with kind selector + typ-spezifische
Felder (pages, runtime, seasons, issues, format)
Views (views/):
- GridView — responsive grid of EntryCards + empty state
- DetailView — cover, metadata, status picker, rating, delete/fav
actions, review display, typ-spezifische details
(book pages/format, movie runtime/director, series
seasons/episodes, comic issues/publisher).
Edit toggles in-place to EntryForm.
Route:
- /library — rewritten ListView (tabs + filters + grid + FAB)
- /library/entry/[id] — DetailView
Progress features (episode tracker for series, page slider for books,
times-counter button for re-reads/re-watches) are deferred to M3 since
they need dedicated interaction patterns.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| api | ||
| calc/packages/shared | ||
| calendar | ||
| cards | ||
| chat | ||
| citycorners | ||
| contacts | ||
| context | ||
| docs | ||
| food | ||
| guides | ||
| inventory | ||
| mana | ||
| manavoxel | ||
| memoro | ||
| moodlit | ||
| mukke | ||
| news | ||
| photos | ||
| picture | ||
| plants | ||
| presi | ||
| questions | ||
| quotes/packages/content | ||
| skilltree | ||
| storage | ||
| times | ||
| todo | ||
| traces | ||
| uload | ||