You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? If so, please describe.
Currently only icons in FA V5 can be used. This is because the newer version of Font Awesome fetches and names icons differently. This ticket proposes adding support for the newer FA V6 icons, while keeping backwards compatibility.
Describe the solution you'd like
So currently FA icons are just pulled in dynamically like:
<i :class="`${icon} ${size}`" ></i>
I reckon using the webfont would be the best option. This can also be self-hosted, for full offline usage, or possible installed as a dependency (if it's not too large - I'll need to check).
Icons in V5 are named differently from those in V6, so thought will need to be given on how to prevent any breaking changes. If not possible, maybe this is going to be a job for Dashy V3 which is having several parts completely re-written, and therefore won't be backwards compatible anyway.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
Yes!
The text was updated successfully, but these errors were encountered:
This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
Is your feature request related to a problem? If so, please describe.
Currently only icons in FA V5 can be used. This is because the newer version of Font Awesome fetches and names icons differently. This ticket proposes adding support for the newer FA V6 icons, while keeping backwards compatibility.
Describe the solution you'd like
So currently FA icons are just pulled in dynamically like:
I reckon using the webfont would be the best option. This can also be self-hosted, for full offline usage, or possible installed as a dependency (if it's not too large - I'll need to check).
Icons in V5 are named differently from those in V6, so thought will need to be given on how to prevent any breaking changes. If not possible, maybe this is going to be a job for Dashy V3 which is having several parts completely re-written, and therefore won't be backwards compatible anyway.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
Yes!
The text was updated successfully, but these errors were encountered: