-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: wrong date bug in schedule page #230
Conversation
✅ Deploy Preview for cesium-calendarium ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I guess we will only know if this worked tomorrow 🫠 |
@ruilopesm not sure this works yet, because the deploy preview was built today and the bug only happens when the deployed version was built on a different day than the current date. The highlighted day in the schedule page is the day when the app was built. For example, right now Calendarium is highlighting Thursday as the current day even though it is Friday, because the last deploy of the site was yesterday. |
@diogogmatos Let's wait till tomorrow, then 😁 |
@diogogmatos I just checked calendarium on production and for me, on my mobile, it's correct (highlighting friday). Don't know if this is happening to just some people. In fact, yesterday it was happening on my computer 😅 |
@ruilopesm it only happens when you open the page directly in /schedule or refresh the page while in /schedule. If you open in / and then change to /schedule it works correctly. (I know very weird) |
@diogogmatos I can reproduce it now. What a strange bug 💀 |
@diogogmatos @ruilopesm Unfortunately, I don't think this fixed the bug. 🥲 |
Fixed for now in #233 |
No description provided.