neuer demo tenant switcher + demo tenants mit eigenem artisan command. Event Admin überarbeitet, aber das ist nur ein Zwischenstand.

This commit is contained in:
Codex Agent
2025-11-25 09:47:39 +01:00
parent 8947a37261
commit fd788ef770
22 changed files with 1096 additions and 299 deletions

View File

@@ -4,10 +4,10 @@ import { Loader2, PanelLeftClose, PanelRightOpen } from 'lucide-react';
import { Button } from '@/components/ui/button';
const DEV_TENANT_KEYS = [
{ key: 'lumen', label: 'Lumen Moments' },
{ key: 'storycraft', label: 'Storycraft Weddings' },
{ key: 'viewfinder', label: 'Viewfinder Studios' },
{ key: 'pixel', label: 'Pixel & Co (dormant)' },
{ key: 'cust-standard-empty', label: 'Endkunde Standard (kein Event)' },
{ key: 'cust-starter-wedding', label: 'Endkunde Starter (Hochzeit)' },
{ key: 'reseller-s-active', label: 'Reseller S 3 aktive Events' },
{ key: 'reseller-s-full', label: 'Reseller S voll belegt (5/5)' },
] as const;
declare global {