feat(users): add delete user functionality and confirmation modal

feat(assets): implement S3 proxy for private asset access
This commit is contained in:
2026-04-08 17:40:29 -04:00
parent 6ba9a5a024
commit c07ca05572
8 changed files with 245 additions and 17 deletions
+1
View File
@@ -59,6 +59,7 @@ export interface AudioGradingResponse {
score: number;
found_keywords: string[];
feedback: string;
transcript?: string;
}
export interface Course {