diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a0b1a..55d55ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Unreleased +* Allow deleting sessions * Redirect after adding game/platform/purchase/session * Fix display of duration_manual * Fix display of duration_calculated, display durations less than a minute diff --git a/Dockerfile b/Dockerfile index 281316a..b0d53a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ COPY entrypoint.sh / RUN chmod +x /entrypoint.sh USER timetracker EXPOSE 8000 -ENV VERSION_NUMBER 0.1.0-17-ga1309c3 +ENV VERSION_NUMBER 0.1.0-18-gb8a15e4 ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file diff --git a/src/web/tracker/static/base.css b/src/web/tracker/static/base.css index dfd4ac6..57e7241 100644 --- a/src/web/tracker/static/base.css +++ b/src/web/tracker/static/base.css @@ -766,8 +766,8 @@ select { max-width: 1024px; } -.grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); +.grid-cols-5 { + grid-template-columns: repeat(5, minmax(0, 1fr)); } .flex-col { diff --git a/src/web/tracker/templates/list_sessions.html b/src/web/tracker/templates/list_sessions.html index 270b0de..a2f8dfd 100644 --- a/src/web/tracker/templates/list_sessions.html +++ b/src/web/tracker/templates/list_sessions.html @@ -9,11 +9,12 @@ View all sessions {% endif %} -