Reverted to commit be92deec43

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 13:06:29 +00:00
parent 93f149f68c
commit 83e10817c5
6 changed files with 28 additions and 161 deletions

View File

@@ -97,12 +97,12 @@ export type StatusFilter = 'all' | 'pending' | 'partially_approved' | 'flagged'
/**
* Available tabs in the moderation interface
*/
export type QueueTab = 'mainQueue' | 'escalated' | 'archive';
export type QueueTab = 'mainQueue' | 'archive';
/**
* Fields that can be used for sorting the moderation queue
*/
export type SortField = 'created_at' | 'submission_type' | 'status' | 'escalated';
export type SortField = 'created_at' | 'username' | 'submission_type' | 'status' | 'escalated';
/**
* Direction for sorting (ascending or descending)