Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upravene zarovania #376

Merged
merged 2 commits into from
May 19, 2024
Merged

Upravene zarovania #376

merged 2 commits into from
May 19, 2024

Conversation

kovacspe
Copy link
Collaborator

No description provided.

@kovacspe kovacspe requested review from Matushl and rtrembecky May 18, 2024 18:04
@kovacspe kovacspe self-assigned this May 18, 2024
Copy link
Collaborator

@rtrembecky rtrembecky left a comment

Choose a reason for hiding this comment

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

inak fajn

{who_can_participate && <Typography variant="body1">Súťaž je určená pre {who_can_participate}</Typography>}
{who_can_participate && (
<Typography variant="body1">
Súťaž je určená pre {who_can_participate}.{description && ` ${description}`}
Copy link
Collaborator

@rtrembecky rtrembecky May 18, 2024

Choose a reason for hiding this comment

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

description nedava zmysel bez who_can_participate? len sa pytam, ty vies, preco si menil

Comment on lines 58 to 62
direction="row"
sx={{
mt: 0.5,
justifyContent: 'end',
alignItems: 'end',
Copy link
Collaborator

Choose a reason for hiding this comment

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

basically staci:

        sx={{
          mt: 0.5,
          alignItems: 'end',

alignItems zarovnava v "cross" osi - ked mame Stack, je defaultne vertikalny, a alignItems to da na koniec horizontalne.
alternativa by bola:

        direction="row"
        sx={{
          mt: 0.5,
          justifyContent: 'end',

justifyContent zarovnava v osi sadzania

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Použil som to prvé

src/components/CompetitionPage/CompetitionPage.tsx Outdated Show resolved Hide resolved
<Typography variant="body1">
<b>Registrácia prebieha do:</b> {formatDateTime(upcoming_or_current_event.registration_link.end)}
</Typography>
<Stack alignSelf="center">
<Stack direction="row" sx={{justifyContent: 'end', alignItems: 'end'}}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

takisto aj tu:

<Stack sx={{alignItems: 'end'}}>

src/components/CompetitionPage/CompetitionPage.tsx Outdated Show resolved Hide resolved
@kovacspe kovacspe merged commit e541941 into master May 19, 2024
1 check passed
@kovacspe kovacspe deleted the competition_layout branch May 19, 2024 08:43
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.

2 participants