Loading...
diff --git a/ts/components/CommunicationColumnDetail.vue b/ts/components/CommunicationColumnDetail.vue
index e67c7d9b..dc6e0e51 100644
--- a/ts/components/CommunicationColumnDetail.vue
+++ b/ts/components/CommunicationColumnDetail.vue
@@ -1,21 +1,62 @@
+
+
+
Loading...
-
-
diff --git a/ts/components/PhotoViewerModal.vue b/ts/components/PhotoViewerModal.vue
index 010197d9..c66bce95 100644
--- a/ts/components/PhotoViewerModal.vue
+++ b/ts/components/PhotoViewerModal.vue
@@ -1,3 +1,8 @@
+
-/* Add your component-specific styles here */
-.reports-list {
- overflow-y: auto;
- max-height: 100vh;
-}
+
-.map-container {
- height: 400px;
- width: 100%;
-}
-
-.photo-thumbnail {
- width: 100px;
- height: 100px;
- object-fit: cover;
- cursor: pointer;
- border-radius: 4px;
- transition: transform 0.2s;
-}
-
-.photo-thumbnail:hover {
- transform: scale(1.05);
-}
-
-.details-section {
- overflow-y: auto;
-}
-
-.actions-panel {
- height: 100%;
- overflow-y: auto;
-}
-
-.badge-larvae {
- background-color: #ffc107;
- color: #000;
-}
-
-.badge-pupae {
- background-color: #fd7e14;
- color: #fff;
-}
-
-.badge-adult {
- background-color: #dc3545;
- color: #fff;
-}
-
-.icon-standing-water {
- color: #0dcaf0;
-}
-
-.icon-nuisance {
- color: #dc3545;
-}
-
-.modal.show {
- background-color: rgba(0, 0, 0, 0.5);
-}
-