From 23d0362267c4011a43556aa316c9561e9a49d1d8 Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:29:20 -0700 Subject: [PATCH] [feat] Add account deletion functionality to UserPanel component (#5216) --- .../dialog/content/setting/UserPanel.vue | 29 +++++++++++++------ src/composables/auth/useCurrentUser.ts | 20 ++++++++++++- .../auth/useFirebaseAuthActions.ts | 11 +++++++ src/locales/ar/main.json | 9 ++++++ src/locales/en/main.json | 9 ++++++ src/locales/es/main.json | 9 ++++++ src/locales/fr/main.json | 9 ++++++ src/locales/ja/main.json | 9 ++++++ src/locales/ko/main.json | 9 ++++++ src/locales/ru/main.json | 9 ++++++ src/locales/zh-TW/main.json | 9 ++++++ src/locales/zh/main.json | 9 ++++++ src/stores/firebaseAuthStore.ts | 10 +++++++ 13 files changed, 141 insertions(+), 10 deletions(-) diff --git a/src/components/dialog/content/setting/UserPanel.vue b/src/components/dialog/content/setting/UserPanel.vue index 147625b323..7497e926cc 100644 --- a/src/components/dialog/content/setting/UserPanel.vue +++ b/src/components/dialog/content/setting/UserPanel.vue @@ -57,14 +57,23 @@ class="w-8 h-8 mt-4" style="--pc-spinner-color: #000" /> -