Refactor: Separate escalated items queue

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 01:40:24 +00:00
parent ef913fcc8d
commit 9e25beedd5
3 changed files with 54 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ export type StatusFilter = 'all' | 'pending' | 'partially_approved' | 'flagged'
/**
* Available tabs in the moderation interface
*/
export type QueueTab = 'mainQueue' | 'archive';
export type QueueTab = 'mainQueue' | 'escalated' | 'archive';
/**
* Fields that can be used for sorting the moderation queue