diff --git a/qa/ui/src/lib/components/MyExercices.svelte b/qa/ui/src/lib/components/MyExercices.svelte index 24ee5ee9..cb4975d9 100644 --- a/qa/ui/src/lib/components/MyExercices.svelte +++ b/qa/ui/src/lib/components/MyExercices.svelte @@ -20,6 +20,7 @@ let my_exercices = []; let my_exercicesP = update_exercices() + setInterval(() => my_exercicesP = update_exercices(), 62000); async function update_exercices() { const view = await getQAView(); @@ -43,6 +44,12 @@
+

Vos étapes

{#await my_exercicesP}
diff --git a/qa/ui/src/lib/components/MyTodo.svelte b/qa/ui/src/lib/components/MyTodo.svelte index 48e10c8c..b81ce43f 100644 --- a/qa/ui/src/lib/components/MyTodo.svelte +++ b/qa/ui/src/lib/components/MyTodo.svelte @@ -28,6 +28,12 @@
+

Étapes à tester et valider

{#await todos.refresh()}