mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 06:51:13 -05:00
feat: Implement optimistic UI updates
This commit is contained in:
@@ -115,6 +115,8 @@ export function useModerationQueueManager(config: ModerationQueueManagerConfig):
|
||||
onLockStateChange: () => {
|
||||
logger.log('🔄 Lock state changed, invalidating queue cache');
|
||||
queueQuery.invalidate();
|
||||
// Force immediate re-render by triggering a loading cycle
|
||||
setLoadingState(prev => prev === "loading" ? "ready" : prev);
|
||||
}
|
||||
});
|
||||
const entityCache = useEntityCache();
|
||||
|
||||
Reference in New Issue
Block a user