-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestfrontendVisual issues, improvements, bugs or other aspects relating mostly to the front endVisual issues, improvements, bugs or other aspects relating mostly to the front end
Description
Is your feature request related to a problem? Please describe.
Get rid of the simple-icons-font
package. Since it will add a lot of icons and therefor more MBs to the overall size of the bundle.
Currently, we do use it. But apparently only at two places:
<a href="{{ path('oauth_simplelogin_connect') }}" class="btn btn__secondary"><i class="si si-simplelogin" aria-hidden="true"></i> |
<a href="{{ path('oauth_authentik_connect') }}" class="btn btn__secondary"><i class="si si-authentik" aria-hidden="true"></i> |
Describe the solution you'd like
Let's see if we can leverage existing icon sets we already have like Font awesome.
Describe alternatives you've considered
Keep it as is?
Additional context
Brought up during PR: #1417
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestfrontendVisual issues, improvements, bugs or other aspects relating mostly to the front endVisual issues, improvements, bugs or other aspects relating mostly to the front end