From 6daab9cb1a04e7899979ddbcb1fd4bb35f4becb6 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 10 Sep 2025 09:38:07 +0300 Subject: [PATCH] Enha: mime to see marks --- components/actionhistory.html | 19 ++++++++++++++++--- components/cardtable.html | 29 ++++++++++++++++++++++++++--- handlers/elements.go | 7 ++++++- todos.md | 6 ++++++ 4 files changed, 54 insertions(+), 7 deletions(-) diff --git a/components/actionhistory.html b/components/actionhistory.html index 8a3d6f9..cbc2f0c 100644 --- a/components/actionhistory.html +++ b/components/actionhistory.html @@ -4,11 +4,11 @@ {{range .}}
- {{.Actor}}: + {{.Actor}}: {{.Action}}: {{.Word}} {{if .Number}} - - {{.Number}} + - {{.Number}} {{end}}
@@ -16,9 +16,22 @@