Ernesto García
Ernesto García
I guess we can close this as superseded by #612
I have the same problem. Any workarounds?
I actually ended up creating a custom `PagedRemoteArray` class in my project, based off the one in this library, and it interoperates with the rest of the library just fine....
@zion you can sub-class this addon's `PagedRemoteArray` and override either `fetchContent` or `rawFindFromStore` (depending on the level of control you need) and put in there your own ajax data loading...
It's technically not a mixin, so I don't put it in there. I put it inside `app/utils/` just because it does not seem to fit anything else. It's certainly not...
@zion I thought your intention here was precisely sub-class the paged remote array to make it fetch data from a source other than then ember data store. Otherwise why are...
I managed to make it work using fullcalendar v6, following @zpalcnik's [comment above](#issuecomment-1010706978). Here's the code as I adapted it to fit my needs (7-day weekview): ```css /** * Fully...
I don't. The screenshot above shows the Apple Calendar app, not the web app in which I was working with fullcalendar.
> Ah, this change prevents dividers from taking up the whole modal width 🤦 First, how did you realize of the issue? Was it the Chromatic visual diff tool? Or...
The main issue is that the default amount of padding in the Reactist modal components doesn't match that of examples in the Design system and the only way to get...