refactor: update file handling and improve component structure

- fix api client
- make controlbar look better
- fix api client again
This commit is contained in:
grngxd 2025-06-10 00:10:59 +01:00
parent 50b1bc2b24
commit 98a582c8d4
10 changed files with 62 additions and 31 deletions

View file

@ -1,5 +1,5 @@
export type StereoFile = {
ID: string;
Name: string;
Owner: string;
CreatedAt: string;
Size: number;