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

Calendar multiday (and all day) events fix. #419

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

charrde
Copy link
Contributor

@charrde charrde commented Oct 18, 2024

What issue is this referencing?

This PR fixes #418

Do these code changes work locally and have you tested that they fix the issue yourself?

  • yes!

Does the following command run without warnings or errors?

  • yes! npm run pr-checks

Have you taken a look at our contributing guidelines?

  • yes!

My node version matches the one suggested when running nvm use?

  • yes!

Screenshot 2024-10-17 185554
Screenshot 2024-10-17 185645

@arashsheyda arashsheyda requested a review from dgmouris October 18, 2024 01:13
Comment on lines +38 to +39
event.start.dateTime || event.start.date,
event.end.dateTime || event.end.date,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yep, that looks awesome! Thanks @charrde I'm going to merge a bit later today so that we can observe the deployment together.

@dgmouris dgmouris added the hacktoberfest-accepted PRs that are for the month of October and will count towards hacktoberfest PRs label Oct 18, 2024
@dgmouris
Copy link
Collaborator

dgmouris commented Oct 18, 2024

@charrde we'll merge this which is awesome but a few things here

  1. it would be awesome is removing the time from the display.
  2. Note the times seem to be offset a little bit 5pm-5pm we can fix this in a future PR as well.

Thank again!

@dgmouris
Copy link
Collaborator

Merging we're going to fix this wierd date thing later, I would like to have the meetups up so that I can see them and we can fix it later.

@dgmouris dgmouris merged commit 4a2ad48 into devedmonton:main Oct 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PRs that are for the month of October and will count towards hacktoberfest PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Multiday events on the calendar not showing up on the events page.
4 participants