KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Upgrade to Font Awesome 6.x #2775

Open GHSix opened this topic on on Jul 29, 2022 - 7 comments

GHSix commented on Jul 29, 2022

How do I upgrade to fontawesome 6.x in the Dashboard, if possible?

If not possible/easy, there is a roadmap?

KoolReport commented on Aug 1, 2022

You may look for the file vendor/koolreport/amazing/assets/fontawesome/css/font-awesome.min.css and replace it with fontawesome 6.x. Any other files/folders inside "fontawesome" can be replaced with the new one. As long as you have the "css/font-awesome.min.css" for Amazing Theme to be included. If you find the name of css file is not comfortable, you may change the filename inside "koolreport/amazing/AmazingTheme.php"

Nick Perkins commented on May 3, 2024

Please update font awesome to the latest version. For the amount of money given to the KoolReports product the product should have the latest font awesome-pro icons. I am having a difficult time getting other icons, like these, to work.

Family Duotone Icon Child Dress Solid

Nick Perkins commented on May 3, 2024

Also, my project already has fontawesome pro v6. where in KoolReports could I just have it reference what resides on my project already instead of using KoolReports old version?

KoolReport commented on May 5, 2024

Dashboard Framework allows you to load custom css and js, so you can use to load your fontawesome pro v6, let try this:

class App extends Application
{
    protected function onCreated()
    {
        $this->css(["a.css","b.css"])
                ->js(["a.js","b.js"]);
    }
}

Let us know if this can help to load fontawesome pro lib.

Nick Perkins commented on May 6, 2024

That worked! Thank you so much!

Nick Perkins commented on May 6, 2024

However, after adding it then this happens on the menu. How can this be resolved to have better spacing with the menu items?

Nick Perkins commented on May 6, 2024

Nevermind. Just don't add the js and all is well. Thanks

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed
suggestion

Dashboard