account system and syslogs

This commit is contained in:
2026-07-26 18:31:43 +00:00
parent 540f6e0af1
commit 6f7af751e1
37 changed files with 2475 additions and 258 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
"use client";
import Link from "next/link";
import type { ReactNode } from "react";
import { ClickableUserId } from "@/components/clickable-user-id";
import { formatRcLabelFromCoinsBigInt } from "@/lib/coins-rc";
@@ -49,7 +50,7 @@ type PlayerSide = {
type Props = {
matchId: number;
statusLabel: string;
createdAtLabel: string;
createdAtLabel: ReactNode;
/** Ledger `entry_fee` / player as coin string; null if unknown. */
entryFeeCoins: string | null;
/** Ledger `entry_hold` / player as coin string; null if unknown. */