regionals #5

Merged
kyle merged 18 commits from development into main 2026-03-01 21:23:54 -06:00
Showing only changes of commit f49234702c - Show all commits

View File

@@ -161,9 +161,9 @@ export const TournamentStats = memo(({ tournament }: TournamentStatsProps) => {
return (
<Container size="100%" px={0}>
<Stack gap="md">
{tournament.regional && (
{tournament.regional && !hasGroupStage && (
<Alert px="md" variant="light" title="Regional Tournament" icon={<InfoIcon size={16} />}>
Regional tournaments are a work in progress. Some features might not work as expected.
Earlier regional formats aren't supported in the app and order of matches or displayed winners may be unreliable.
</Alert>
)}
{!tournament.regional && <Podium tournament={tournament} />}