From 9aa83a7066eef882a8c329c3e0cd50da0e00c760 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Fri, 9 Oct 2020 11:38:35 -0700 Subject: [PATCH] improved delete account --- src/components/Settings/DeleteAccount.vue | 120 +++++++++++++++------- src/pages/Account.vue | 47 +-------- 2 files changed, 88 insertions(+), 79 deletions(-) diff --git a/src/components/Settings/DeleteAccount.vue b/src/components/Settings/DeleteAccount.vue index 81baa846..c9df80f1 100644 --- a/src/components/Settings/DeleteAccount.vue +++ b/src/components/Settings/DeleteAccount.vue @@ -5,18 +5,36 @@ - - - - - - - + + Account deleted + - + + +
+ The following database entries will be deleted FOREVER. + +
    +
  • User
  • +
  • Tags
  • +
  • Notes
  • +
  • Game Progresses
  • +
  • Settings
  • +
  • Boards
  • + +
+
+ + Delete Account
@@ -25,10 +43,27 @@