Open C-Lodder opened 4 years ago
Tried loading the first 100, then the rest on some sort of user action. Only way to get the SVG to render is setting FA's observeMutations
to true
, but the browser locks up due to the amount of icons.
Rethink another day
The DOM is absolutely massive so the site takes a performance site, despite the icons being asynchronously loaded. Perhaps load the first 100 icons and load the rest once the user focuses on the search input or starts to scroll.