feat(cards): deck management UI + production auth portal wiring

Deck schema, API routes, and SvelteKit UI for creating and browsing decks
(DeckStack component, inline creation, floating nav). Production compose
updated with PUBLIC_AUTH_WEB_URL so cards-web redirects to auth.mana.how
for login/register instead of the raw API.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-11 18:50:27 +02:00
parent 7116bd66b4
commit 5859e202c5
9 changed files with 271 additions and 28 deletions

View file

@ -112,6 +112,7 @@ services:
# und in client-fetches.
PUBLIC_CARDS_API_URL: https://cardecky-api.mana.how
PUBLIC_MANA_AUTH_URL: https://auth.mana.how
PUBLIC_AUTH_WEB_URL: https://auth.mana.how
CARDS_API_URL: https://cardecky-api.mana.how
NODE_ENV: production
ports: