working on the frontend, adding torrent page, working on show directory, working on the api

This commit is contained in:
maxDorninger
2025-05-11 10:59:38 +02:00
parent 180771882d
commit ef7b020043
164 changed files with 5389 additions and 1594 deletions

7
web/src/app.d.ts vendored
View File

@@ -7,13 +7,6 @@ declare global {
// interface PageData {}
// interface PageState {}
// interface Platform {}
interface User {
id: string;
email: string;
is_active?: boolean;
is_superuser?: boolean;
is_verified?: boolean;
}
}
}