-
Notifications
You must be signed in to change notification settings - Fork 0
feat: events page #70
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
Conversation
✅ Deploy Preview for cesium-hydrogen-new ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
You can now use this endpoint: |
|
Is this ready for review? 👀 |
There are still some differences between the design and the actual implementation that need to be discussed, particularly regarding the division of events into past and upcoming. But after that it should be done and ready for review. |
…ppen in the day, hover effect in the calendar and other minor fixes
… no events in the timeline
…the more it shows until there are no events left
…den by figure that appears once a day is selected and added a message to indicate that a day has no events
diogogmatos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should stay in the relative position and not move with scroll (maybe change from absolute to fixed or sticky).
Screencast_20250312_142815.mp4
|
Multiple day events or all day events should not show a time: You can identify these type of events by the way their date is formatted. An all day event will have start time and end time set to 0:00. A multiple-day event will have a start time of 0:00 and an end time of 23:59. For multiple day events, you can also place the start date and end date, and not just the start date. For example: 28/03 - 30/03 |
|
@diogogmatos Everything's done and working, the only thing that is worth mentioning is that i changed a little bit the design of the hover modal. Since I had something to fix there and there is no design for the component, I decided to change it a little and in my opinion it looks better now but when you review the code please do share your thoughts. |
joaodiaslobo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!! 🤘🚀


Refers to: #39
Right now the page looks like this: