Refactor loading of event modals (reduce DOM size and page load time)
Previously the DOM included an action element for each conference event that was displayed. This action would load the event details in a modal.
Submitted by Elmer van Chastelet on 16 June 2021 at 12:13
This refactoring reduces this to a single DOM-element for loading the event details. This would also speed up server side rendering for the program pages a bit.