tribe state debug, version

This commit is contained in:
Miodec 2025-12-17 21:05:59 +01:00
parent 73a4e7ab81
commit a457a20ac9
3 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,7 @@
</div>
<div class="history"></div>
</div>
<div id="tribeStateDisplay"></div>
<div id="barTimerProgress" class="timerMain">
<div class="opacityWrapper" style="opacity: 0">
<div class="bar"></div>

View file

@ -1,3 +1,7 @@
#tribeStateDisplay {
position: fixed;
}
.pageTribe {
height: 100%;
display: grid;

View file

@ -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";