mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 07:51:12 -05:00
feat: Implement optimistic UI updates
This commit is contained in:
@@ -452,7 +452,7 @@ export const useModerationQueue = (config?: UseModerationQueueConfig) => {
|
||||
}, [currentLock, releaseLock]);
|
||||
|
||||
return {
|
||||
currentLock,
|
||||
currentLock, // Exposed for reactive UI updates
|
||||
queueStats,
|
||||
isLoading,
|
||||
claimNext,
|
||||
|
||||
Reference in New Issue
Block a user