From bad50a877265e15d48bc4945de5370257b9d30ae Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 21 Apr 2026 14:45:11 +0000 Subject: [PATCH] Clean up compliance report creators and share UI --- ts/rmo/components/PublicReportLoading.vue | 12 ++++++++++ ts/rmo/view/ComplianceDistrict.vue | 27 ++++------------------- ts/rmo/view/ComplianceMailer.vue | 27 +++-------------------- 3 files changed, 19 insertions(+), 47 deletions(-) create mode 100644 ts/rmo/components/PublicReportLoading.vue diff --git a/ts/rmo/components/PublicReportLoading.vue b/ts/rmo/components/PublicReportLoading.vue new file mode 100644 index 00000000..7055e4bc --- /dev/null +++ b/ts/rmo/components/PublicReportLoading.vue @@ -0,0 +1,12 @@ + diff --git a/ts/rmo/view/ComplianceDistrict.vue b/ts/rmo/view/ComplianceDistrict.vue index a4e95cd2..dcc9e8b4 100644 --- a/ts/rmo/view/ComplianceDistrict.vue +++ b/ts/rmo/view/ComplianceDistrict.vue @@ -1,35 +1,16 @@