dashy
dashy copied to clipboard
[BUG] Some icons from simpleicon not working
Environment
Self-Hosted (Docker)
System
Ubuntu 22.04.2 LTS
Version
2.1.1
Describe the problem
When using some of the simpleicons, icons are not loading correctly. Sorry if I am just being stupid, I did read the documentation and tried a few things.
Working example: Vodafone icon https://simpleicons.org/?q=vodafone
Code looks like this
"icon": "si-vodafone"
Non-working example (should hopefully be reproducible): Mikrotik https://simpleicons.org/?q=mikrotik
Code looks like this
"icon": "si-mikrotik"
When placing the svg URL https://simpleicons.org/icons/mikrotik.svg in the field, it works, but it is not adjusting the color (which I guess is strange because it's working for the vodafone one).
Many thanks!
Additional info
No response
Please tick the boxes
- [X] You have explained the issue clearly, and included all relevant info
- [X] You are using a supported version of Dashy
- [X] You've checked that this issue hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated
I am having exactly the same issue but with si-nginxproxymanager
I wish I knew enough about coding to help with fixing this, but I'm also having this issue.
I'm having the same issue as well
Hello,
I am having the same issue with the following icons.
Proton Drive: si-protondrive
Proton Calendar si-protoncalendar
Strangely si-protonmail works. I did notice that on the simple Icons page the Proton Mail is titled as "ProtonMail" where as drive and calendar are "Proton Drive" and "Proton Calendar". Perhaps the space has something to do with it but I don't know how this all works.
I also have the same result as above where if you specify a link "http://simpleicons.org/icons/protoncalendar.svg" it will load the icon but black. Changing the theme post save does not change the colour of the icon.
Same problem here!
I found dashy is still using old version of simple-icons package. I think it is the main reason, which cause this problem.
in yarn.lock row 8926 you can found it using v7.21.0
Any updates on this? Or is there a way we can update locally? Cheers