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

Extend CalendarEvent component #973

Merged
merged 11 commits into from
Dec 17, 2024
Merged

Conversation

sauldom102
Copy link
Collaborator

Description

Extend CalendarEvent component.

Screenshots

Screenshot 2024-12-13 at 16 45 19 Screenshot 2024-12-13 at 16 45 30

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
@sauldom102 sauldom102 requested a review from a team as a code owner December 13, 2024 15:45
Copy link
Contributor

github-actions bot commented Dec 13, 2024

🔍 Visual review for your branch is published 🔍

Here are the links to:

}
fromDate?: Date
toDate: Date
showBackground?: boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe noBackground and have it false by default?

It is nicer when using the component. Instead of:

<CalendarEvent showBackground={false} />

I can do

<CalendarEvent noBackground />

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good idea!

<div className="flex flex-row items-center justify-between">
<div className="flex flex-1 flex-row items-center gap-1.5">
{tags.map((tag) => (
<Tooltip
Copy link
Contributor

Choose a reason for hiding this comment

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

I've started to think recently whether asChildren in the tooltip was a good idea. We have to wrap things with divs to make the tooltip works, killing the accessibility.

No need to fix it here, let's discuss it on the upcoming sync

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Perfect! Yep, maybe we could come up with another solution

description={tag.description}
>
<div>
<RawTag icon={tag.icon} />
Copy link
Contributor

Choose a reason for hiding this comment

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

pass additionalAccesibleText to the tag with the description and the label. The tooltip isn't be reachable by screen readers

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh good catch!

Copy link
Contributor

@nlopin nlopin left a comment

Choose a reason for hiding this comment

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

Great work, Saul 🙌

@sauldom102 sauldom102 merged commit e17dada into main Dec 17, 2024
10 checks passed
@sauldom102 sauldom102 deleted the extend-calendar-event-component branch December 17, 2024 15:35
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.

None yet

3 participants