From b5da7ccc70cbad6a3c769f63f6b220a0f8f5e105 Mon Sep 17 00:00:00 2001 From: negue Date: Thu, 6 Apr 2023 00:11:36 +0200 Subject: [PATCH] refactor webhook ui to use save/cancel buttons --- .../src/components/ui/validatedTextInput.vue | 19 +++- .../client/src/pages/settings-overview.vue | 2 +- .../settings/siteDataRows/webhooksRow.vue | 96 +++++++++++++++---- 3 files changed, 94 insertions(+), 23 deletions(-) diff --git a/website/client/src/components/ui/validatedTextInput.vue b/website/client/src/components/ui/validatedTextInput.vue index f745221aaa..d76537a39e 100644 --- a/website/client/src/components/ui/validatedTextInput.vue +++ b/website/client/src/components/ui/validatedTextInput.vue @@ -10,8 +10,8 @@
- + -
{{ $t('webhookURL') }} {{ $t('enabled') }}
-
- +
+
+
+ +
+
@@ -60,6 +76,21 @@ > + + + + + {{ $t('edit') }} + + +