feat: Complete integration and refactor

This commit is contained in:
gpt-engineer-app[bot]
2025-10-12 23:27:51 +00:00
parent 75b6c1b314
commit 1f71fb4a3e
2 changed files with 140 additions and 2037 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -868,7 +868,7 @@ export function useModerationQueueManager(
showNewItems, showNewItems,
interactingWith, interactingWith,
markInteracting, markInteracting,
refresh: () => fetchItems(false), refresh: async () => { await fetchItems(false); },
performAction, performAction,
deleteSubmission, deleteSubmission,
resetToPending, resetToPending,