Add frontend loading imporvements

This commit is contained in:
Urtzi Alfaro
2025-12-27 21:30:42 +01:00
parent 6e3a6590d6
commit 54662dde79
21 changed files with 799 additions and 363 deletions

View File

@@ -382,7 +382,8 @@ export function useControlPanelData(tenantId: string) {
},
enabled: !!tenantId,
staleTime: 20000, // 20 seconds
refetchOnMount: 'always',
refetchOnMount: true,
refetchOnWindowFocus: false,
retry: 2,
});