refactor(web): upload panel (#12326)

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Jason Rasmussen
2024-09-04 23:38:55 -04:00
committed by GitHub
parent 0d6bef2c05
commit f4ec842577
6 changed files with 184 additions and 140 deletions

View File

@@ -9,8 +9,8 @@ export enum UploadState {
export type UploadAsset = {
id: string;
file: File;
albumId?: string;
assetId?: string;
albumId?: string;
progress?: number;
state?: UploadState;
startDate?: number;