You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing with a helper class to load custom icons from the theme (via #29). If the theme tries to load many icons, it can add hundreds of ms to each page load.
I'm proposing that any custom icons (and possibly the default ones, too) be lazy-loaded/added when the icon block is added or edited for the first time. If the available icons are not stored using any sort of state/caching/etc., that would be helpful as well.