From: Daniel Karbach Date: Thu, 27 Nov 2025 13:04:30 +0000 (+0100) Subject: show hashes for grouped results X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=f45b31ceab6820937737e783e0d794193a181b19;p=alttp.git show hashes for grouped results --- diff --git a/resources/js/components/rounds/Item.jsx b/resources/js/components/rounds/Item.jsx index 28c86b7..5212394 100644 --- a/resources/js/components/rounds/Item.jsx +++ b/resources/js/components/rounds/Item.jsx @@ -69,31 +69,31 @@ const Item = ({ {formatNumber(tournament, round)} {t('rounds.date', { date: new Date(round.created_at) })}

- {!hasAssignedGroups(tournament) ? <> -

- {round.code && round.code.length ? - <> - -
- - : null} +

+ {round.code && round.code.length ? + <> + +
+ + : null} + {!hasAssignedGroups(tournament) ? - {' '} - -

- {mayReportResult(user, tournament) ? -

- -

: null} - : null} + {' '} + +

+ {!hasAssignedGroups(tournament) && mayReportResult(user, tournament) ? +

+ +

+ : null}
{!hasFixedRunners(tournament) && round.results && round.results.length ?