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
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Debug mode
Describe the bug
We have had to upgrade several of the JS and CSS libraries we use, and suddenly the Font Awesome icons are broken, but only in the table headers.
The way this was working before (and should still be but is not) is that we set a css style in the Presenter, for example the
CategoryPresenter
:snipe-it/app/Presenters/CategoryPresenter.php
Lines 57 to 65 in fde5c6c
Then in the
resources/assets/less/overrides.less
file, we set some styles for the icon headers themselves:snipe-it/resources/assets/less/overrides.less
Lines 567 to 593 in fde5c6c
And then the one for the specific CSS class we're trying to use, in this example, the envelope icon:
snipe-it/resources/assets/less/overrides.less
Lines 616 to 619 in fde5c6c
That code used there corresponds with the Font Awesome's code number: f0e0
Reproduction steps
Go to any of the pages that use icons as the table header, see empty boxes where icons used to be.
Expected behavior
Go to any of the pages that use icons as the table header, see icons as the table header.
Screenshots
v6:
v5:
Snipe-IT Version
v6-pre-alpha - build 6566
Operating System
MacOS
Web Server
Apache
PHP Version
7.4
Operating System
MacOS
Browser
Safari - works normally on Chrome, Edge, Brave, etc
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: