From 49f764293761791191ad1dc93d0d2bf03d5bf8c0 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 8 Jul 2025 17:47:37 +0300 Subject: [PATCH] Enha: move backlog --- Makefile | 2 +- components/room.html | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 74d188f..c5cf57b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ stop-container: run-container: stop-container migrate -database 'sqlite3://gralias.db' -path migrations up - docker run --name=gralias -v $(CURDIR)/gralias.db:/app/gralias.db -p 0.0.0.0:3000:3000 -d gralias:master + docker run --name=gralias -v $(CURDIR)/gralias.db:/app/gralias.db -p 0.0.0.0:3003:3000 -d gralias:master migrate-up: migrate -database 'sqlite3://gralias.db' -path migrations up diff --git a/components/room.html b/components/room.html index 9836e34..2c282e1 100644 --- a/components/room.html +++ b/components/room.html @@ -48,18 +48,19 @@ {{template "teamlist" .Room.RedTeam}} -
-
- Server says:
+
+
+ bot thought:
    {{range .Room.LogJournal}}
  • {{.Username}}: {{.Entry}}
  • {{end}}
-
- bot thoughts -
+
+ {{template "actionhistory" .Room.ActionHistory}} +
+
{{template "cardtable" .Room}}
@@ -77,9 +78,6 @@ {{end}}
-
- {{template "actionhistory" .Room.ActionHistory}} -
{{if not .Room.IsRunning}}