From 6186f11cdfc0c7342bd93974e4c5336f1f5772a4 Mon Sep 17 00:00:00 2001 From: Bining Long Date: Thu, 21 Jul 2022 20:17:27 +0000 Subject: [PATCH 1/7] Create loading animation component --- app/src/apps/Examinations/Lab.svelte | 110 ++++++++++++++++++++++++++- 1 file changed, 108 insertions(+), 2 deletions(-) diff --git a/app/src/apps/Examinations/Lab.svelte b/app/src/apps/Examinations/Lab.svelte index f6d8d5d3..40b2c57b 100644 --- a/app/src/apps/Examinations/Lab.svelte +++ b/app/src/apps/Examinations/Lab.svelte @@ -45,8 +45,114 @@ on:update={updateLab} /> {:else} - -
Loading...
+
+
+
+
+
+
+
+
+
+
+
+ + {/if}