feat: overhaul public landing page and backup tooling

This commit is contained in:
2025-09-19 16:39:18 +02:00
parent ad9c6d63d3
commit 2a4d38813f
72 changed files with 4332 additions and 1466 deletions
+3 -1
View File
@@ -31,6 +31,8 @@ export interface Event {
total_views?: number;
total_downloads?: number;
unique_visitors?: number;
source_mode?: 'managed' | 'reference' | string;
external_path?: string | null;
}
export interface GalleryInfo {
@@ -147,4 +149,4 @@ export interface ApiError {
}
// Export protection types
export * from './protection';
export * from './protection';