Fix share assets, shared photo UI, and live show expiry
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-06 07:30:30 +01:00
parent 18b4f36fcf
commit b14435df8b
12 changed files with 352 additions and 85 deletions

View File

@@ -43,7 +43,6 @@ vi.mock('lucide-react', () => ({
ListVideo: () => <span>list</span>,
RefreshCcw: () => <span>refresh</span>,
FlipHorizontal: () => <span>flip</span>,
X: () => <span>close</span>,
Sparkles: () => <span>sparkles</span>,
Trophy: () => <span>trophy</span>,
Play: () => <span>play</span>,
@@ -53,6 +52,8 @@ vi.mock('lucide-react', () => ({
ChevronLeft: () => <span>chevron-left</span>,
ChevronRight: () => <span>chevron-right</span>,
QrCode: () => <span>qr</span>,
Loader2: () => <span>loader</span>,
Maximize2: () => <span>maximize</span>,
Link: () => <span>link</span>,
Users: () => <span>users</span>,
Heart: () => <span>heart</span>,