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

View File

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