Claudéric Demers

Results 81 comments of Claudéric Demers

> what about to start using `transform: translate3d` instead of top? In my experience testing this, using transform was actually slower.

👍 Good point. I think having a `forceUpdate` prop would make sense, this way we could explicitly exclude it from the passthrough props that are passed to the wrapper. If...

It's not completely out of the cards, I'm just not sure what the UI should look like for the time picker. Part of me also thinks this is a little...

I think the best way to go about this would be to provide a custom day renderer function and a custom selected state renderer. This would allow for maximal flexibility....

I have a pretty good idea of how I would implement it, but I'm curious to see how you would implement it. How about you take a first stab at...

Haven't heard back from @marek-sed, I'll get around to tackling this next week or so. Tooltip would be nice for sure, but I'm probably going to build the logic for...

I'll take a look at it next week, I'm currently on vacation :)

This would be fairly simple to implement with the new architecture of `react-infinite-calendar@^2.0.0`. This isn't something I have bandwidth to work on at the moment, but if this is something...

Hey @renet, I tested your fork locally, and it does work as advertised, though my main concern is that the proportions are now off when `width < $rowHeight`, we now...

What browser are you using / which timezone are you in?