feat: implement core admin dashboard infrastructure including service layers, UI components, and submission management pages

This commit is contained in:
2026-05-13 17:02:15 +07:00
parent c13ddb37fc
commit f796ff9a96
32 changed files with 171 additions and 162 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export interface ApplicationDto {
reviewed_at: string | null;
created_at: string;
updated_at?: string;
media: any[];
media: MediaDto[];
user: {
display_name?: string;
avatar_url?: string;