Fix: Implement sorting functionality

This commit is contained in:
gpt-engineer-app[bot]
2025-10-13 12:29:01 +00:00
parent 5e83d8a75f
commit 284f778fc6
5 changed files with 65 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ export type QueueTab = 'mainQueue' | 'archive';
/**
* Fields that can be used for sorting the moderation queue
*/
export type SortField = 'created_at' | 'username' | 'submission_type' | 'status' | 'escalated';
export type SortField = 'created_at' | 'submission_type' | 'status' | 'escalated';
/**
* Direction for sorting (ascending or descending)