better file previews

This commit is contained in:
2025-07-13 13:33:14 +02:00
parent 596d7ac35d
commit b0628fe0bd
9 changed files with 71 additions and 33 deletions

View File

@@ -8,6 +8,7 @@ export type BreadcrumbData = {
export type DirectoryEntry = {
name: string;
fileType: FileType;
mimeType: string | null;
};
export type UploadStatus =