Project type: Blazor server Abp version: 9.1.1 Blazorise.Icons.FontAwesome Version: 1.7.6 Volo.Abp.AspNetCore.Components.Server.LeptonXTheme: 4.1.1
What fontawesome package should be used after upgrading to abp 9.1? Icons used in the project are correct but when using UiMessageService.Error the dialog displays the wrong error icon.
There's an old solution but if I downgrade I get wrong icons everywhere https://abp.io/support/questions/7128/Wrong-fontawesome-icon-on-Blazor-UI-after-update-all-blozorrize-package
3 Answer(s)
-
0
Hi,
In the Blazor, icons are coming from blazorise and it seems it's related to Blazorise.
For the official ABP v9.1 packages it seems we are dependent on Blazorise
1.6.2
. https://github.com/abpframework/abp/blob/ea46c04b56a4dded54fe1fd684cc89ef4094352b/Directory.Packages.props#L20Can you try downgrading to
1.6.2
in your application? -
0
I have downgraded and it worked fine, thanks! We have used 1.6.2 since the upgrade to 9.0 but for some reason icons started acting wierd and we tried upgraded to 1.7.6 which broke other icons.
We'll use 1.6.2 from now on.
-
0
In the latest dev branch we're using the latest
1.7.6
version of blazorise: https://github.com/abpframework/abp/blob/f671053ebd3698711e9b05675bceac8c86696efa/Directory.Packages.props#L21-L24But it isn't shipped to you yet because of release cycles, it'll be delivered with ABP v9.2