make loading & no file screen better & remove base64 (fy hex)

This commit is contained in:
grngxd 2025-06-08 18:48:15 +01:00
parent cfc724ecce
commit a5ecea4bbf
5 changed files with 86 additions and 89 deletions

View file

@ -3,5 +3,5 @@ export type StereoFile = {
Path: string;
Owner: string;
CreatedAt: string;
Base64: string;
Size: number;
}