From 3e482014c0037c923c2ad1be4233a6ce02da44d6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 29 Oct 2025 17:08:13 +0100 Subject: [PATCH] WIP --- .../ui/templates/diff-offscreen-options.html | 10 +- .../blueprint/ui/templates/diff.html | 29 ++-- changedetectionio/blueprint/ui/views.py | 2 +- changedetectionio/static/js/diff-overview.js | 9 +- changedetectionio/static/js/diff-render.js | 98 +++++++++++- changedetectionio/static/styles/diff.css | 142 +----------------- .../static/styles/scss/diff.scss | 108 +++++++++++-- .../static/styles/scss/styles.scss | 5 + changedetectionio/static/styles/styles.css | 2 +- changedetectionio/templates/base.html | 4 +- 10 files changed, 220 insertions(+), 189 deletions(-) diff --git a/changedetectionio/blueprint/ui/templates/diff-offscreen-options.html b/changedetectionio/blueprint/ui/templates/diff-offscreen-options.html index 3c5fc9825..7d738464f 100644 --- a/changedetectionio/blueprint/ui/templates/diff-offscreen-options.html +++ b/changedetectionio/blueprint/ui/templates/diff-offscreen-options.html @@ -1,16 +1,12 @@ diff --git a/changedetectionio/blueprint/ui/templates/diff.html b/changedetectionio/blueprint/ui/templates/diff.html index 75fda3405..c1bb8f38d 100644 --- a/changedetectionio/blueprint/ui/templates/diff.html +++ b/changedetectionio/blueprint/ui/templates/diff.html @@ -11,16 +11,17 @@ const watch_url= {{watch_a.link|tojson}}; + +
{% if versions|length >= 1 %} Compare - from {{from_version}} to {{to_version}}
from