mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 00:51:12 -05:00
Refactor: Database and UI updates
This commit is contained in:
@@ -261,6 +261,14 @@ export interface ModerationItem {
|
||||
|
||||
/** Pre-loaded submission items with entity data from view */
|
||||
submission_items?: SubmissionItem[];
|
||||
|
||||
/** Pre-loaded review photos from relational review_photos table */
|
||||
review_photos?: Array<{
|
||||
id: string;
|
||||
url: string;
|
||||
caption?: string | null;
|
||||
order_index: number;
|
||||
}>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user