luminus

jmckitrick 2022-02-18T00:56:39.968839Z

Also, is there a trick for getting material-icons to work? They’re in web jars, but I cannot seem to get them to appear.

sudakatux 2022-02-21T14:30:34.837099Z

I managed to get material-ui both icons and components working here. https://github.com/Sudakatux/donttellmybroproxy It is not luminus but it may help

jmckitrick 2022-02-21T23:45:28.262829Z

Thanks, I’ll take a look

jmckitrick 2022-02-26T12:11:12.688159Z

I’m still having issues here. The browser dev tools shows none of the material icons font files can be found. Yet all the bulma files are.

Patrix 2022-02-26T12:28:59.987689Z

Ive discussed this before on the IRC channel so can't find the solution. These days I just remove the material icons dependency and just manually adding font-awesome css and web font files in resources/public/font-awesome/ , since all the bulma examples use font awesome anyway.