From d5a0a3aafeda2b5d3e5cc218397e567046b81af3 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Tue, 14 Oct 2025 18:32:09 +0300 Subject: [PATCH] more minor design updates. Ref #441 --- ui/app/pages/conditions.vue | 34 ++++++++++++++----------------- ui/app/pages/notifications.vue | 21 +++++++++++-------- ui/app/pages/task_definitions.vue | 19 +++++++++++------ ui/app/pages/tasks.vue | 2 +- 4 files changed, 41 insertions(+), 35 deletions(-) diff --git a/ui/app/pages/conditions.vue b/ui/app/pages/conditions.vue index dab5d0d1..30c49ef7 100644 --- a/ui/app/pages/conditions.vue +++ b/ui/app/pages/conditions.vue @@ -4,11 +4,17 @@
- - Conditions + + -
+

-
- Run yt-dlp custom match filter on returned info. and apply cli arguments if matched. - This is an advanced feature and should be used with caution. +
+ + Run yt-dlp custom match filter on returned info. and apply cli arguments if matched. +
@@ -46,12 +53,6 @@ -
@@ -74,15 +75,10 @@

-
-
-
{{ JSON.stringify(cleanObject(cond, remove_keys), null, 2) }}
-
-