From c11823e7e0e2001292e37f2516e954d2df045b82 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:25:48 +0800 Subject: [PATCH] update --- .../components/NotificationSettingForm.vue | 531 ++++++------------ .../src/components/NotificationSettings.vue | 267 ++------- .../frontend/src/components/ProxyList.vue | 68 +-- .../frontend/src/views/NotificationsView.vue | 15 +- packages/frontend/src/views/ProxiesView.vue | 42 +- 5 files changed, 266 insertions(+), 657 deletions(-) diff --git a/packages/frontend/src/components/NotificationSettingForm.vue b/packages/frontend/src/components/NotificationSettingForm.vue index fd72b03..a3d8b5d 100644 --- a/packages/frontend/src/components/NotificationSettingForm.vue +++ b/packages/frontend/src/components/NotificationSettingForm.vue @@ -1,170 +1,206 @@ @@ -457,234 +493,5 @@ const handleTestNotification = async () => { diff --git a/packages/frontend/src/components/NotificationSettings.vue b/packages/frontend/src/components/NotificationSettings.vue index 964d739..23cd933 100644 --- a/packages/frontend/src/components/NotificationSettings.vue +++ b/packages/frontend/src/components/NotificationSettings.vue @@ -1,42 +1,51 @@