-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
E2 🟠High level of required effort and potential complicationsHigh level of required effort and potential complicationsenhancementNew feature or requestNew feature or request
Milestone
Description
Violentmonkey (and potentially other extensions) load all resources sequentially, meaning it can take a couple minutes to install.
To fix, either the pngs need to be stitched together into a texture atlas and all SVG icons into one XML bundle, or the resources should just be fetched from the GitHub CDN directly, on demand. This would leverage the browser asset cache instead of the userscript manager extension's cache.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E2 🟠High level of required effort and potential complicationsHigh level of required effort and potential complicationsenhancementNew feature or requestNew feature or request