From b48fe6f2a11cd3cc64dc688a8251ced7d1967c18 Mon Sep 17 00:00:00 2001 From: Oleksandr Perepadia Date: Sun, 30 Mar 2025 15:42:30 +0300 Subject: [PATCH 1/3] Add UI options tab and setting to disable opening diff in new tab --- .../blueprint/settings/templates/settings.html | 7 +++++++ .../blueprint/watchlist/templates/watch-overview.html | 9 ++++++--- changedetectionio/forms.py | 1 + changedetectionio/model/App.py | 1 + 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index ef58f4abe5b..126d52801e8 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -22,6 +22,7 @@
  • Notifications
  • Fetching
  • Global Filters
  • +
  • UI Options
  • API
  • Time & Date
  • CAPTCHA & Proxies
  • @@ -240,6 +241,12 @@

    Chrome Extension

    +
    +
    + {{ render_checkbox_field(form.application.form.open_diff_in_new_tab, class="open_diff_in_new_tab") }} + Enable this setting to open the diff page in a new tab. If disabled, the diff page will open in the current tab. +
    +