https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32910
--- Comment #7 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
