From 1dba58472b8ec6c0b1d5aac0caa13f9467a18e97 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 27 Apr 2026 20:06:44 +0000 Subject: [PATCH] Add support to communication list view for compliance entries --- ts/components/CommunicationColumnList.vue | 58 +---------------- ts/components/ListCardPublicReport.vue | 77 +++++++++++++++++++++++ 2 files changed, 79 insertions(+), 56 deletions(-) create mode 100644 ts/components/ListCardPublicReport.vue diff --git a/ts/components/CommunicationColumnList.vue b/ts/components/CommunicationColumnList.vue index 442b859d..35ee98cc 100644 --- a/ts/components/CommunicationColumnList.vue +++ b/ts/components/CommunicationColumnList.vue @@ -72,60 +72,7 @@ }" @click="handleClick(comm.id)" > - -
-
- - - - - {{ - comm.type === "publicreport.nuisance" - ? "Nuisance" - : "Standing Water" - }} - -
- - - -
- - -
-
- - {{ - comm.public_report?.address.postal_code - }} -
- {{ formatAddress(comm.public_report?.address) }} -
- - - {{ comm.public_report.images.length }} photo(s) - -
-
+ @@ -142,8 +89,7 @@