Skip to content

Conversation

@evanpurkhiser
Copy link
Member

No description provided.

Copy link
Member

@matejminar matejminar left a comment

Choose a reason for hiding this comment

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

The conversion looks good.

Left a couple of optional suggestions while we are touching this file.

</FlexCenter>

<FlexCenter>
{teamActor ? <ActorAvatar actor={teamActor} size={24} /> : '-'}
Copy link
Member

Choose a reason for hiding this comment

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

We could use em dash / NotAvailable component.

}}
size="small"
type="button"
aria-label={t('Show more')}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
aria-label={t('Show more')}
label={t('Show more')}

Comment on lines +281 to +283
<Tooltip title={t('Edit')}>
<Button
size="small"
Copy link
Member

Choose a reason for hiding this comment

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

We could use the title prop on the button.

Also, let's add a label prop.

Comment on lines +274 to +279
<Button
type="button"
icon={<IconDelete />}
size="small"
title={t('Delete')}
/>
Copy link
Member

Choose a reason for hiding this comment

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

Should we set the label prop so that this button is a bit more accessible?

@evanpurkhiser evanpurkhiser merged commit 7966932 into master Nov 3, 2021
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-js-rulelistrow-react-fc branch November 3, 2021 20:41
@evanpurkhiser
Copy link
Member Author

I'll go back and clean these up @matejminar. Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants