Adam Shaw

Results 401 comments of Adam Shaw

if you get a chance, could you write an automated test? https://github.com/fullcalendar/old-docs/blob/wiki/Automated-Tests.md

Thanks. this PR is most closely related to this issue ticket: https://github.com/fullcalendar/fullcalendar-scheduler/issues/125 Before merging this, it would be great to have the following: - have the className also work in...

hello, that is currently not possible, but would you be able to post a visual mockup of what you are talking about? I'm particularly interested in where the + will...

this is probably something that should be implemented in the core, so non-resource views can take advantage as well.

@sboele, having unlimited control over this area is a bit difficult because, as you pointed out, they are no discreet DOM nodes. This is done for optimization reasons. If you...

same issue in core: https://github.com/fullcalendar/fullcalendar/issues/2513

I've released [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) and noticed timegrid interactions with many events are about twice as fast compared to v6. I'll work to find more perf wins before v7 official. The v6...

I have a longer response planned for this ticket @lllopo, however I'd first quickly like to point out that the v4 behavior ALSO results in rows that are uneven heights:...

@lllopo, I agree with you that things look weird, but I don't think the rows should be unconditionally uniform when height is set to `auto`... that could result in some...

This has been fixed in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) in accordance with what I wrote in #6033. When height is 'auto', and one of the rows has lots of events expanding its height,...