From c995c82dcb3a45fe1501746a3af904f43b8918c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 10 Jul 2025 03:09:27 +0200 Subject: [PATCH] Add game list and detail views with templates for Twitch Drops Tracker --- templates/base.html | 6 + templates/twitch/campaign_detail.html | 4 +- templates/twitch/dashboard.html | 7 +- templates/twitch/game_detail.html | 169 ++++++++++++++++++ templates/twitch/game_list.html | 49 +++++ .../commands/import_drop_campaign.py | 14 +- twitch/urls.py | 2 + twitch/views.py | 104 ++++++++++- 8 files changed, 343 insertions(+), 12 deletions(-) create mode 100644 templates/twitch/game_detail.html create mode 100644 templates/twitch/game_list.html diff --git a/templates/base.html b/templates/base.html index e95a21a..c4f94e9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -77,6 +77,12 @@ Campaigns +