From 68c6b78179e2545aaa4ae2760523c6fdaa98e24a Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 13 Mar 2025 16:46:58 -0400 Subject: [PATCH 1/3] Apply the suggested "Sync Now" changes Fixes #641 --- tubesync/sync/templates/sync/sources.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubesync/sync/templates/sync/sources.html b/tubesync/sync/templates/sync/sources.html index 0c9a2ee8..627f4397 100644 --- a/tubesync/sync/templates/sync/sources.html +++ b/tubesync/sync/templates/sync/sources.html @@ -24,7 +24,7 @@
{% for source in sources %} - + {{ source.icon|safe }} {{ source.name }} ({{ source.get_source_type_display }} "{{ source.key }}")
{{ source.format_summary }}
@@ -34,7 +34,7 @@ {{ source.media_count }} media items, {{ source.downloaded_count }} downloaded{% if source.delete_old_media and source.days_to_keep > 0 %}, keeping {{ source.days_to_keep }} days of media{% endif %} {% endif %}
- + Sync Now
{% empty %} You haven't added any sources. From 40b4032bbc0452cd4773963069e61afec9c08893 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 13 Mar 2025 16:50:35 -0400 Subject: [PATCH 2/3] Move style to CSS --- tubesync/common/static/styles/tubesync.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tubesync/common/static/styles/tubesync.scss b/tubesync/common/static/styles/tubesync.scss index 30a41fd8..1012ecfc 100644 --- a/tubesync/common/static/styles/tubesync.scss +++ b/tubesync/common/static/styles/tubesync.scss @@ -29,4 +29,9 @@ html { .help-text > i { padding-right: 6px; -} \ No newline at end of file +} + +.issue-641 { + display: block !important; + overflow-wrap: anywhere; +} From 45c9b9ce811272517bc0aa896bfdbb36ad849518 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 13 Mar 2025 16:52:20 -0400 Subject: [PATCH 3/3] Use the new CSS class --- tubesync/sync/templates/sync/sources.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/templates/sync/sources.html b/tubesync/sync/templates/sync/sources.html index 627f4397..0e766e23 100644 --- a/tubesync/sync/templates/sync/sources.html +++ b/tubesync/sync/templates/sync/sources.html @@ -24,7 +24,7 @@