You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm afraid this will do tons of repeated loops and might cause a problem if a certain month has tons of events. my suggestion is instead of doing it maybe you can encourage users to group the event by timestamp and create a hashmap, instead of getting it per day
Also maybe you can use carbon period CarbonPeriod::create to create a list of date
P.S. more like 35>42 repeated loop
The text was updated successfully, but these errors were encountered:
hey, thank you for making this kind of package for livewire, I always made my own livewire calendar but really doesn't know how to make it reusable
I read some of your code and found the get event from day function is a bit clunky IMO
I'm afraid this will do tons of repeated loops and might cause a problem if a certain month has tons of events. my suggestion is instead of doing it maybe you can encourage users to group the event by timestamp and create a hashmap, instead of getting it per day
Also maybe you can use carbon period
CarbonPeriod::create
to create a list of dateP.S. more like 35>42 repeated loop
The text was updated successfully, but these errors were encountered: