dktr0 / estuary

Platform for collaboration and learning through live coding
GNU General Public License v3.0
165 stars 27 forks source link

Calendar widget reworked with widgetMapEventWithAdd #218

Closed luisnavarrodelangel closed 2 years ago

luisnavarrodelangel commented 2 years ago

This pull request includes the reworking of the calendar widget using widgetMapEventWithAdd. It works smoothly! I also took the time to create the options of "monthly nth weekday" and "monthly nth weekday until" which were pending. These update to a "3rd Monday of each month" for example whereas the options "Monthly date" and "Monthly date until" update to the "15th of each month" for example. Now we have all four options. I made a pull request up to this point.

TODO: I will continue working on calendar event details such as getting rid of the seconds and milliseconds on the times displayed, fixing minor CSS issues for the time displayer, and making calendars always display the current month (I discovered they currently display the month of the selected date).

Thank you, Luis