MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 0e5ad1c3d9 - Show all commits

View File

@@ -153,7 +153,7 @@ class _HomeViewState extends State<HomeView> {
ruleset: 'Ruleset',
players: _getPlayerText(matches[0]),
winner: matches[0].winner == null
? 'Game in progress...'
? 'Match in progress...'
: matches[0].winner!.name,
),
const Padding(