From 26b2725ce71d6b656f4263545517aeef63034275 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:47:44 +0000 Subject: [PATCH 1/2] Initial plan From a05cb5a68daf0d16dec812f4e1551e815bf6580d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:51:48 +0000 Subject: [PATCH 2/2] Add nowrap class to date columns to prevent text wrapping on small screens Co-authored-by: martinohansen <2058315+martinohansen@users.noreply.github.com> --- templates/game.html | 2 +- templates/games.html | 2 +- templates/h2h.html | 2 +- templates/player.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/game.html b/templates/game.html index b1f3364..db821a1 100644 --- a/templates/game.html +++ b/templates/game.html @@ -1,6 +1,6 @@ {{define "content"}}
-

{{.Game.PlayedAt.Format "2006-01-02"}}

+

{{.Game.PlayedAt.Format "2006-01-02"}}

{{if gt .Game.ID 1}} diff --git a/templates/games.html b/templates/games.html index e8c2337..6d3d90e 100644 --- a/templates/games.html +++ b/templates/games.html @@ -14,7 +14,7 @@ {{if .Games}} {{range $index, $game := .Games}} {{$game.ID}} - {{$game.PlayedAt.Format "2006-01-02"}} + {{$game.PlayedAt.Format "2006-01-02"}} {{$game.Winner.Emoji}} {{$game.Winner.Name}} {{range $index, $game := .Stats.SharedGamesList}} {{subtract $.Stats.SharedGames $index}} - {{$game.PlayedAt.Format "2006-01-02"}} + {{$game.PlayedAt.Format "2006-01-02"}} {{$game.Winner.Emoji}} {{$game.Winner.Name}} {{range $index, $game := .Games}} {{$game.ID}} - {{$game.PlayedAt.Format "2006-01-02"}} + {{$game.PlayedAt.Format "2006-01-02"}} {{$game.Winner.Emoji}} {{$game.Winner.Name}}