From 408514d0c2257fb83ac1ab3f0cc82ffe2d2223ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 30 Aug 2025 00:19:45 +0200 Subject: [PATCH] Refactor game list layout for improved organization and visual consistency --- templates/twitch/game_list.html | 45 +++++++++++++++++---------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/templates/twitch/game_list.html b/templates/twitch/game_list.html index 95607c8..b05992d 100644 --- a/templates/twitch/game_list.html +++ b/templates/twitch/game_list.html @@ -5,50 +5,51 @@ {% block content %}
-

Games

+

All Games

Browse all available games

{% if games_by_org %} - {% for organization, games in games_by_org.items %} -
-

{{ organization.name }}

-
+
+
+ {% for organization, games in games_by_org.items %} {% for item in games %} -
- {% endfor %} + {% endfor %} +
+
{% else %}
🎮