Skip to content

ILR podium fixes#14057

Open
FinnIckler wants to merge 2 commits intothewca:mainfrom
FinnIckler:ilr-podium-fixes
Open

ILR podium fixes#14057
FinnIckler wants to merge 2 commits intothewca:mainfrom
FinnIckler:ilr-podium-fixes

Conversation

@FinnIckler
Copy link
Copy Markdown
Member

@FinnIckler FinnIckler linked an issue Apr 15, 2026 that may be closed by this pull request
Comment on lines +82 to +89
{eventsNotFinished.map((finalRound) => {
const { eventId } = parseActivityCode(finalRound.id);
return (
<Text p="2" key={eventId}>
{events.byId[eventId].name}
</Text>
);
})}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this mapped list of Texts supposed to be?

  • A bullet list? Then use List to wrap it.
  • A stack? Then use Stack to wrap it.
  • Something else? Then use another appropriate component to wrap it.

})}
{!noPodiums && eventsNotFinished.length > 0 && (
<>
<Heading textStyle="h3" p="2">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need the padding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/live/podiums tables UI improvement Group "To be determined" podiums together, the way old WCA Live does it

2 participants