ghostery / ghostery-extension

Ghostery Browser Extension for Firefox, Chrome, Opera, Edge and Safari
Mozilla Public License 2.0
1.4k stars 142 forks source link

fix(ui): postpone processing icon svg until used #2047

Closed smalluban closed 1 week ago

smalluban commented 1 week ago

The SVG was processed by the template engine when the module was imported.

It can be postponed to the moment when the particular icon is used.

This PR is only a performance fix.