Closed Werbschaft closed 4 years ago
the 'loaded‑styles' option should work (just tested it with your files). Have you refreshed the panel after changing the option? (the meta data is cached and updates only on refresh)
the other problem (rendering only until "c") seems to be a failure of the browser to layout so many grid rows. (notice all those items that overlap). Maybe related: https://bugs.chromium.org/p/chromium/issues/detail?id=688640
I'm not sure how to handle this, if it would be a simple list (1 item per row), I could use those components that dynamically reuse elements (https://github.com/tangbc/vue-virtual-scroll-list), but having a grid (which I'd like to keep) makes this much more complicated...
Yes I have cleared Browser Cache and tested also in a private window. Where are they cached? I have cleared browser, local storage and a few others.
For the overlapping, you're totally right, I've set it to display blocks and it works. So maybe it will be fixed in future. I do a little override with the good old float left 👍
"cached" as in "saved in a javascript variable" (that simply stays there when navigating the panel, but disappears when reloading the window).
But now I got it. It's a problem with my readme.md file. Try replacing the -
character in the option names with your own -
character (don't copy them from the documentation).
I'll need to fix this, but the dashes in the readme are no normal dashes, they are "non breaking hyphens" (otherwise the table in the readme would break the option names on 2 rows which wasn't nice to look at.
I didn't think abut people copy pasting them.
Dammmn, yes you're right, have checked the config.php and I have seen the difference! Yes I have copied it from there ... now it works 😃
When using the below setup, all icon styles are loaded. I thought only these two were loaded? It's cause of the really heavy load weight of all icons in all variations.
With this setup I get this result:
Also is there a limit for the icons? My list goes only until "c" and then stops
Sorry for opening so many issues