From 1279ff050c83e85de7433800d540090ae5b34e3e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 26 Mar 2023 08:05:32 -0600 Subject: [PATCH] allow to switch between accounts --- project.yaml | 2 +- src/views/AccountViewView.vue | 84 +++++++++++++++++++------------- src/views/ContactAmountsView.vue | 2 +- src/views/ImportAccountView.vue | 28 +++++------ src/views/NewEditAccountView.vue | 6 +-- 5 files changed, 64 insertions(+), 58 deletions(-) diff --git a/project.yaml b/project.yaml index 7cfc3cdc..c42c3d22 100644 --- a/project.yaml +++ b/project.yaml @@ -14,6 +14,7 @@ - contacts v1 : - test confirmed vs unconfirmed amounts - allow to confirm received gives + - .2 warn about amounts when you cannot see them - remove 'copy' until it works - switch to prod server - 01 show gives with confirmations @@ -24,7 +25,6 @@ - get 'copy' to work on account page - contacts v+ : - - .2 warn about amounts when you cannot see them - .2 confirmed direction is wrong on ContactAmounts screen - .5 make advanced "show/hide amounts" button into a nice UI toggle - .2 show error to user when adding a duplicate contact diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 75465891..51352532 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -91,8 +91,8 @@ class="text-sm text-slate-500 flex justify-between items-center mb-1" > {{ address }} - @@ -202,11 +202,8 @@ -
-
@@ -225,6 +222,15 @@
+
+ Switch Account + + + +
+