[Koha-bugs] [Bug 32910] Upgrade fontawesome icons to V6

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 09:18:04 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910

--- Comment #7 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Owen Leonard from comment #6)
> Jonathan we're already installing some Font Awesome assets via npm, correct?
> For ERM? I'm wondering if we shouldn't also get the FA SCSS from there and
> add it to the SCSS build.

Yes, we are using some fontawesome vue modules, but not a lot, and not for all
the icons we use in vue files.

See the output of
% git grep awesome koha-tmpl/intranet-tmpl/prog/js/vue # Vue module
vs
% git grep fa- koha-tmpl/intranet-tmpl/prog/js/vue # Not vue module

At this point we should actually the vue module them from there. The problem is
that we are using edit/show/delete icons in the "Actions" columns of the
tables, and we cannot use them there.


So, yes, we could install them differently, but not because we are doing it
differently for Vue ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list