feat(web): decks-page auf Explore-Layout migriert + Subscriptions sichtbar

- /decks zeigt jetzt zwei horizontal scrollbare Abschnitte (wie Explore):
  "Eigene Decks" (DeckStack + NewDeckCard) und "Abonniert" (MarketplaceDeckStack)
- Subscriptions werden über getMySubscriptions() + getMarketplaceDeck() geladen
  und als vollwertige DeckListEntry-Objekte dargestellt
- DeckListGrid: padding-block-start 0→1.25rem, padding-block-end 1rem→2.5rem
  damit Hover-Schatten (translateY-2px + box-shadow 0 12px 28px) nicht abgeschnitten wird
- Eigene Decks verwenden identisches Scroll-CSS wie DeckListGrid (visuell einheitlich)
- Beide Sektionen laden parallel, je mit SkeletonGrid-Platzhalter

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-10 16:08:21 +02:00
parent c1a87a4f88
commit 608b385c05
2 changed files with 207 additions and 36 deletions

View file

@ -37,7 +37,7 @@
.deck-row {
list-style: none;
margin: 0;
padding-block: 0 1rem;
padding-block: 1.25rem 2.5rem;
display: flex;
flex-direction: row;
gap: 1rem;