created a demo mode for the guest pwa

This commit is contained in:
Codex Agent
2025-11-17 12:24:14 +01:00
parent 167734f87a
commit 2978b0ef15
11 changed files with 671 additions and 17 deletions

View File

@@ -112,12 +112,12 @@ export type SendGuestNotificationPayload = {
export type TenantPhoto = {
id: number;
filename: string;
filename: string | null;
original_name: string | null;
mime_type: string | null;
size: number;
url: string;
thumbnail_url: string;
url: string | null;
thumbnail_url: string | null;
status: string;
is_featured: boolean;
likes_count: number;