Improved UX in share dialog and video info dialog

This commit is contained in:
Tzahi12345
2023-01-13 22:52:52 -05:00
parent cebf8c3d36
commit 6c8b7d0052
7 changed files with 10 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ export type DatabaseFile = {
path: string;
upload_date: string;
uid: string;
user_uid?: string;
sharingEnabled?: boolean;
category?: Category;
view_count?: number;