From 820ae727ed46742c7ee1cdf73373f73d1fd78142 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 7 Jun 2025 17:19:01 -0600 Subject: [PATCH] fix linting --- src/components/ActivityListItem.vue | 29 +++++---- src/components/ImageMethodDialog.vue | 62 +++++++++++-------- src/db/index.ts | 5 +- .../platforms/CapacitorPlatformService.ts | 9 ++- src/views/AccountViewView.vue | 4 +- src/views/ContactQRScanShowView.vue | 3 +- src/views/ContactsView.vue | 11 +++- src/views/DiscoverView.vue | 11 ++-- src/views/OnboardMeetingMembersView.vue | 2 +- src/views/OnboardMeetingSetupView.vue | 13 ++-- 10 files changed, 87 insertions(+), 62 deletions(-) diff --git a/src/components/ActivityListItem.vue b/src/components/ActivityListItem.vue index 5bb963dc..c87854d6 100644 --- a/src/components/ActivityListItem.vue +++ b/src/components/ActivityListItem.vue @@ -40,10 +40,7 @@ />
-

+

{{ record.issuer.displayName }}

@@ -97,7 +94,9 @@

@@ -125,17 +124,17 @@
@@ -156,7 +155,9 @@
-
+
{{ fetchAmount }}
@@ -181,7 +182,9 @@
@@ -209,17 +212,17 @@
@@ -273,7 +276,7 @@ export default class ActivityListItem extends Vue { title: "Person Outside Your Network", text: "This person is not visible to you.", }, - 3000 + 3000, ); } @@ -285,7 +288,7 @@ export default class ActivityListItem extends Vue { title: "Unidentified Person", text: "Nobody specific was recognized.", }, - 3000 + 3000, ); } diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue index 66aa3a78..a84641f1 100644 --- a/src/components/ImageMethodDialog.vue +++ b/src/components/ImageMethodDialog.vue @@ -4,7 +4,9 @@

Uploading Image… - {{ crop ? 'Crop Image' : 'Preview Image' }} + {{ + crop ? "Crop Image" : "Preview Image" + }} Upload Image Add Photo

@@ -119,7 +121,9 @@ playsinline muted > -
+
-