From ceff63e90d5e1a1d3875521e66723e195a565bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 18 Mar 2023 04:18:42 +0100 Subject: [PATCH] Improve index page --- discord_rss_bot/templates/index.html | 89 ++++++++++++++-------------- 1 file changed, 43 insertions(+), 46 deletions(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index fd551cf..123fce1 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -5,58 +5,55 @@ {% if feeds %}

- {{ feed_count.total }} feeds + {{ feed_count.total }} feed{{'s' if feed_count.total > 1 else "" }} {% if feed_count.broken %} - - + - {{ feed_count.broken }} broken {% else %} - - + - {{ feed_count.broken }} broken {% endif %} - {{ feed_count.broken }} broken - - - - {% if feed_count.total != feed_count.updates_enabled %} - - - {% else %} - - - {% endif %} - {{ feed_count.updates_enabled }} enabled - - - {{ entry_count.total }} entries - - ({{ entry_count.averages[0]|round(1) }}, - {{ entry_count.averages[1]|round(1) }}, - {{ entry_count.averages[2]|round(1) }}) - -

- - {% for hook_from_context in webhooks %} -
- -
- {% endfor %} -{% else %} -

- Hello there! + + + {% if feed_count.total != feed_count.updates_enabled %} + - {{ feed_count.updates_enabled }} enabled + {% else %} + - {{ feed_count.updates_enabled }} enabled + {% endif %} + + - {{ entry_count.total }} entries + + ({{ entry_count.averages[0]|round(1) }}, + {{ entry_count.averages[1]|round(1) }}, + {{ entry_count.averages[2]|round(1) }}) + +

+ + {% for hook_from_context in webhooks %} +
+ +
+ {% endfor %} + {% else %} +

+ Hello there! +
+ You need to add a webhook to get started and then add a feed. You can find both options in the menu above. +

- You need to add a webhook to get started and then add a feed. You can find both options in the menu above. -
-
-If you have any questions or suggestions, feel free to contact me on tlovinator@gmail.com or TheLovinator#9276 on Discord. + If you have any questions or suggestions, feel free to contact me on tlovinator@gmail.com or TheLovinator#9276 on Discord.
Thanks!