mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 13:35:02 +08:00
tribe state debug, version
This commit is contained in:
parent
73a4e7ab81
commit
a457a20ac9
3 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
#tribeStateDisplay {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.pageTribe {
|
||||
height: 100%;
|
||||
display: grid;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue