From 421b4c1719f0ec38625e7848d6e85b9673fb060e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 24 Apr 2024 19:52:33 -0600 Subject: [PATCH] replace many of the javascript "confirm" calls with the nicer UX version --- src/App.vue | 21 +- src/constants/app.ts | 1 + src/views/ContactsView.vue | 412 ++++++++++++++++++++----------------- 3 files changed, 246 insertions(+), 188 deletions(-) diff --git a/src/App.vue b/src/App.vue index a1075a0..e01662b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -129,7 +129,10 @@ - +
-

- {{ notification.title }} -

+ {{ notification.title }} +

{{ notification.text }}

+