InNoHassle website for accessing ecosystem services at Innopolis University. Student dashboard, personal schedule, room booking, interactive maps, and more.
When a list of urls (for .ics files) changes (on new favorite; on hiding of event group), calendar is fully cleared and then rerendered. It causes moving of page for one moment.
Can be fixed by manually calling addEventSource and remove without recreating FullCalendar component.
When a list of urls (for .ics files) changes (on new favorite; on hiding of event group), calendar is fully cleared and then rerendered. It causes moving of page for one moment.
Can be fixed by manually calling
addEventSource
andremove
without recreating FullCalendar component.