mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 19:31:13 -05:00
Reverted to commit be92deec43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user