add saf directory display fix

This commit is contained in:
m
2026-09-10 23:08:17 +02:00
parent 367073ed89
commit 76ed3aa66b
9 changed files with 323 additions and 51 deletions
+3 -1
View File
@@ -60,10 +60,12 @@ export function AuthProvider({ children }: { children: ReactNode }) {
};
bootstrap();
useSyncDevice();
// Boucle de sync en arrière-plan (décalée, annulée au unmount).
const stopSync = useSyncDevice();
return () => {
active = false;
stopSync();
};
}, []);