chore: immediately insert file node and show progress inside super note when uploading a new file (#2876) [skip e2e]

This commit is contained in:
Aman Harwara
2024-05-06 20:32:04 +05:30
committed by GitHub
parent 5cb781e336
commit 561e451fa0
9 changed files with 239 additions and 101 deletions

View File

@@ -23,6 +23,7 @@ export interface FilesClientInterface {
finishUpload(
operation: EncryptAndUploadFileOperation,
fileMetadata: FileMetadata,
uuid: string,
): Promise<FileItem | ClientDisplayableError>
downloadFile(