Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components
Tomas Cohen Arazi c61669f92c
Bug 33169: Add support for FA styles
Font awesome now provides a different approach to icon styles so you can
specify things like:

```
<i class="fa fa-camera-retro"></i>
```

but also

```
<i class="fa-solid fa-camera-retro"></i>
```

The original implementation had a hardcoded `fa` and having an extra
parameter for the *style* seemed overkill, as we would need to handle
even a list of styles like on this example:

```
<i class="fa-sharp fa-solid fa-camera-retro"></i>
```

So I chose to just explicitly require the full FA icon class and pass it
thru. With no manipulation on the Vue side.

This patch does that, and adjusts the 'style' for some icons, as
introduced by the FA v6 patchset.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-06-23 10:01:01 -03:00
..
ERM Bug 33169: Build breadcrumbs and left-hand side menu from routes definition 2023-06-23 10:00:56 -03:00
Breadcrumb.vue Bug 32806: Move Vue files for reusability 2023-02-27 11:11:58 -03:00
Breadcrumbs.vue Bug 33169: Build breadcrumbs and left-hand side menu from routes definition 2023-06-23 10:00:56 -03:00
ButtonSubmit.vue Bug 32925: Use a new state for this message 2023-02-27 11:14:10 -03:00
Dialog.vue Bug 32991: Don't remove all messages when confirm box is closed 2023-03-10 11:15:34 -03:00
Help.vue Bug 33346: Add missing class and id to link 2023-03-31 12:11:06 +02:00
KohaTable.vue Bug 33973: Restore sorting on Vue tables 2023-06-23 09:46:42 -03:00
LeftMenu.vue Bug 33169: Build breadcrumbs and left-hand side menu from routes definition 2023-06-23 10:00:56 -03:00
NavigationItem.vue Bug 33169: Add support for FA styles 2023-06-23 10:01:01 -03:00
Toolbar.vue Bug 33417: Fix translation in toolbar 2023-06-14 09:22:04 -03:00