From a457a20ac9f769abd451ae758b3366527e9133d5 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 17 Dec 2025 21:05:59 +0100 Subject: [PATCH] tribe state debug, version --- frontend/src/index.html | 1 + frontend/src/styles/tribe.scss | 4 ++++ frontend/src/ts/tribe/tribe.ts | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.html b/frontend/src/index.html index b67c597ec..be3c49580 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -16,6 +16,7 @@
+
diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss index c9b363d46..24b4b8c6c 100644 --- a/frontend/src/styles/tribe.scss +++ b/frontend/src/styles/tribe.scss @@ -1,3 +1,7 @@ +#tribeStateDisplay { + position: fixed; +} + .pageTribe { height: 100%; display: grid; diff --git a/frontend/src/ts/tribe/tribe.ts b/frontend/src/ts/tribe/tribe.ts index ccf194d24..6f9b8d818 100644 --- a/frontend/src/ts/tribe/tribe.ts +++ b/frontend/src/ts/tribe/tribe.ts @@ -41,7 +41,7 @@ import * as TribeAutoJoin from "./tribe-auto-join"; const defaultName = "Guest"; let name = "Guest"; -export const expectedVersion = "0.13.5"; +export const expectedVersion = "25.12.0"; export function getStateString(state: number): string { if (state === -1) return "error";