dashy icon indicating copy to clipboard operation
dashy copied to clipboard

[BUG] Some Font Awesome icons are not loading

Open SimplicityGuy opened this issue 2 years ago • 5 comments

Environment

Self-Hosted (Docker)

System

Debian 11 (Linux 5.10.0-20-amd64)

Version

2.1.1

Describe the problem

There is a handful of Font Awesome icons that aren't showing up, specifically ones that I'm trying to use:

Per the Font Awesome website, these should be free. There is no error log in the console when loading these.

Additional info

No response

Please tick the boxes

SimplicityGuy avatar Jan 21 '23 16:01 SimplicityGuy

This issue has gone 6 weeks 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.

liss-bot avatar Feb 21 '23 01:02 liss-bot

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

liss-bot avatar Feb 26 '23 01:02 liss-bot

This issue has gone 6 weeks 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.

liss-bot avatar Mar 30 '23 01:03 liss-bot

This is still an issue.

SimplicityGuy avatar Mar 30 '23 04:03 SimplicityGuy

Hi, same issue here. Same with material icons as well. I think they must have updated - https://fontawesome.com/v5/search these seem to work, but doing a search without specifying v5 seems to break it

Search all the Version 5 icons and match your project with a look and feel that's just right. Better yet, try Font Awesome 6 with the all-new Sharp Solid icons.

ThinkSalat avatar Apr 13 '23 21:04 ThinkSalat

It looks to me like it is an issue with all icons having more than a single dash in the name, e.g fas fa-rocket work while fas fa-chart-scatter-bubble does not

jakob1379 avatar May 09 '23 12:05 jakob1379

I'm having trouble with hl-unifi-controller not loading.

The configured path for loading these is defined here: https://github.com/Lissy93/dashy/blob/c71476d4e8f6516fd8152b331c0c67d308c1780b/src/utils/defaults.js#L215

Putting in e.g. unifi-controller as {icon} does get the correct PNG, so I'm guessing the dash could the general cause here.

rasmuslp avatar May 09 '23 17:05 rasmuslp

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.

liss-bot avatar Aug 08 '23 01:08 liss-bot

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

liss-bot avatar Aug 14 '23 01:08 liss-bot

This is because those icons are not available in Font-Awesome V5 which is what is used here.

I've opened a FR for adding V6 support in #1424

Lissy93 avatar Dec 31 '23 18:12 Lissy93