feat: page verification workflow

This commit is contained in:
Philipinho
2026-04-11 16:21:43 +01:00
parent b4f009513e
commit 759ce0611d
45 changed files with 3470 additions and 20 deletions
@@ -157,6 +157,11 @@ export const useQuerySubscription = () => {
});
break;
}
case "verificationUpdated":
queryClient.invalidateQueries({
queryKey: ["page-verification-info", data.pageId],
});
break;
}
});
}, [queryClient, socket]);