From 9689f2daa6c34e7d24d5cf1648168c66c5678385 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sun, 30 Jul 2023 18:17:35 +0530 Subject: Add auto-refresh checkbox, don't auto-refresh except on front page Also use input type "hidden" instead of display: none where appropriate (no observable effects, just cleaner). --- views/index.tpl | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'views') diff --git a/views/index.tpl b/views/index.tpl index b00b7d0..67eb413 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -41,6 +41,10 @@ overflow: auto; white-space: nowrap; } + + label#refresh_checkbox_label { + float: right; + } @@ -52,6 +56,9 @@ List feeds

+
Filter
@@ -68,15 +75,15 @@ % input_value=included_tags_str if included_tags_str else "" % ) - - + +
- - + + - - + +
@@ -136,10 +143,10 @@ % if included_feeds: - + % end % if included_tags: - + % end % include("footer.tpl") -- cgit v1.2.3-57-g22cb