From 33d6b9df969a70deb94b582fb98d241fca1e679b Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 6 Jul 2024 13:04:15 -0600 Subject: [PATCH] misc tweaks and linting clean-up --- src/App.vue | 3 ++- src/constants/app.ts | 6 ++++++ src/libs/didPeer.ts | 10 ++++++---- src/views/IdentitySwitcherView.vue | 4 ++-- src/views/NewEditAccountView.vue | 2 -- src/views/TestView.vue | 31 ++++++++++++++++++++++++++---- vite.config.mjs | 2 ++ 7 files changed, 45 insertions(+), 13 deletions(-) diff --git a/src/App.vue b/src/App.vue index cea3c50..49d0356 100644 --- a/src/App.vue +++ b/src/App.vue @@ -181,6 +181,7 @@ class="block w-full text-center text-md font-bold uppercase bg-blue-600 text-white px-2 py-2 rounded-md mb-2" > Yes + {{ notification.yesText ? ", " + notification.yesText : "" }}