vaadin-fullcalendar
vaadin-fullcalendar copied to clipboard
Integration of FullCalendar for Vaadin Flow.
Will increase the min version of Vaadin to 22 / 23, so something for the future. Might be a breaking change for subclassed FCs on client side.
Hi, It's not a bug but if you run a webpack bundle analyzer in a vaadin application, moment js and moment timezone js will take more place than vaadin libraries...
This is somewhat related to https://github.com/stefanuebe/vaadin-fullcalendar/issues/188 How recurring days of week should be updated, when doing drag and drop on recurring events and using delta to adjust the time and...
Based on #188 . Events should contain the "oldEvent" / old entry info from the client side, if available.
I created a test view for recurring events as such: @Route(value = "ctest") public class CalendarTest extends VerticalLayout { private static final long serialVersionUID = 7733363567261805869L; public CalendarTest() { var...
My Eclipse had an issue with the version info in those pom files. This could (should) be removed because spring-boot comes with its own version information for lombok
public void setOverlapAllowed(boolean overlap) { setOverlap(true); } The method ignores the overlap boolean parameter.
entry.setAllDay If entry is set to all-day, how do I set its sorting?
There are still some legacy constructors, that need extra mainenance, but can be easily replaced with the builder. Therefore we should deprecate and remove those constructors (except for the no...
The current TS implementation is very basic, a lot of ts-ignore, any and just a few interfaces / types. Should be improved at some point in future.