Hi, I like the integration that you've done. I have only one problem that

Hi,

I like the integration that you’ve done. I have only one problem that I haven’t been able to solve: the icons for navigation aren’t showing. The buttons are there and work fine, but there are no icons showing. I’m using Vaadin 22.0.5 and FullCalendar for Flow 4.1.1 in a Spring Boot environment using Gradle. Is there something specific to do (other than running vaadinPrepareFrontend) to get this all working?

Thanks for any insight you can provide.

Hi, what do you mean by “navigation icons”?. Can you please create an issue with some additional information like screenshots and some reproducable sample code in GitHub?

Hi Stefan,

Thanks for the reply. I was talking about the icons/buttons relative to moving around in the calendar: previous year, previous month, etc. I found the problem and everything is working as it should. My application was no longer loading the styles.css file so the fonts weren’t being picked up. Thanks again.