maximebf / php-debugbar

Debug bar for PHP
phpdebugbar.com
MIT License
4.2k stars 404 forks source link

[Request] Remove font-awesome #598

Open barryvdh opened 9 months ago

barryvdh commented 9 months ago

Based on https://github.com/maximebf/php-debugbar/pull/272 Can we just use https://tabler.io/icons icons as svg inline? Either add the default ones to css, or allow the collectors to define svg (base64 encoded or something?)

parallels999 commented 9 months ago

Seems like a big change, possibly a breaking change, a lot of icons, and dependencies use custom Indicators with fa icons, they would lose the icons

barryvdh commented 9 months ago

Yeah might warrant a 2.x version.

miken32 commented 4 months ago

As additional motivation for removing this, I'm seeing this notice popping up repeatedly on my console lately. Fixed in FA 6.5, but a very old version is bundled in to this code.