From 4892218c83b47de989037ad6e264533c04db22ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 30 Jan 2023 22:16:28 +0100 Subject: [PATCH] Show only last 30 days on homepage Fixes #47 --- CHANGELOG.md | 1 + games/templates/base.html | 2 +- games/templates/list_sessions.html | 2 +- games/urls.py | 2 +- games/views.py | 15 +++++++-------- timetracker/urls.py | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6caa765..b073e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Make it possible to edit sessions (https://git.kucharczyk.xyz/lukas/timetracker/issues/46) * Show markers on smaller graphs to make it clearer which dates the session belong to +* Show only last 30 days on the homepage (https://git.kucharczyk.xyz/lukas/timetracker/issues/47) ## 1.0.0 / 2023-01-20 19:54+01:00 diff --git a/games/templates/base.html b/games/templates/base.html index 6b25108..c65cdc5 100644 --- a/games/templates/base.html +++ b/games/templates/base.html @@ -17,7 +17,7 @@