directory back up (parent) button + drag entry into parent to move

This commit is contained in:
2025-07-30 17:25:10 +02:00
parent 2c834eb42b
commit 3b141cc7cd
18 changed files with 243 additions and 95 deletions

View File

@@ -11,6 +11,7 @@ export type DirectoryEntry = {
mimeType: string | null;
/// Timestamp in seconds
createdAt: number | null;
isParent: boolean;
};
export type UploadStatus =