From d87e17023a178e67242fd587d9c35184ca94c02f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 29 Sep 2025 13:59:26 +0200 Subject: [PATCH] WIP --- .../blueprint/ui/templates/preview.html | 5 +++-- changedetectionio/blueprint/ui/views.py | 14 +++++++++---- changedetectionio/html_tools.py | 3 +++ .../processors/text_json_diff/__init__.py | 20 ++++++++++++++----- changedetectionio/static/js/plugins.js | 20 +++++++++---------- changedetectionio/static/js/preview.js | 12 +++++++++-- changedetectionio/static/js/watch-settings.js | 16 +++++++++++---- changedetectionio/static/styles/diff.css | 2 +- .../static/styles/scss/parts/_variables.scss | 4 ++++ changedetectionio/static/styles/styles.css | 2 +- changedetectionio/tests/test_trigger.py | 9 ++++++--- 11 files changed, 74 insertions(+), 33 deletions(-) diff --git a/changedetectionio/blueprint/ui/templates/preview.html b/changedetectionio/blueprint/ui/templates/preview.html index b249c8bad..574ab9437 100644 --- a/changedetectionio/blueprint/ui/templates/preview.html +++ b/changedetectionio/blueprint/ui/templates/preview.html @@ -3,8 +3,9 @@ {% block content %}