From 14c0d453e9bd7da2c31f8a9e087a59bcb1b7b4db Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 10 Apr 2026 15:38:31 +0000 Subject: [PATCH] Add loading indicator when checking for previous report data --- ts/components/LoadingOverlay.vue | 75 ++++++++++++++++++++ ts/rmo/view/Compliance.vue | 116 +++++++++++++++++++------------ ts/store/local.ts | 4 +- ts/type/api.ts | 18 ++--- 4 files changed, 158 insertions(+), 55 deletions(-) create mode 100644 ts/components/LoadingOverlay.vue diff --git a/ts/components/LoadingOverlay.vue b/ts/components/LoadingOverlay.vue new file mode 100644 index 00000000..0c02ddd5 --- /dev/null +++ b/ts/components/LoadingOverlay.vue @@ -0,0 +1,75 @@ + + + + + diff --git a/ts/rmo/view/Compliance.vue b/ts/rmo/view/Compliance.vue index f45ad04f..b4bccbcf 100644 --- a/ts/rmo/view/Compliance.vue +++ b/ts/rmo/view/Compliance.vue @@ -18,15 +18,20 @@ body > .container-fluid {