asantibanez / livewire-resource-time-grid

Laravel Livewire component to show Events by time and resource in a good looking grid
MIT License
217 stars 42 forks source link

ConflictingEvents fix #12

Open aliowacom opened 2 years ago

aliowacom commented 2 years ago

Bug #11

There was no check if event starting time is before than event ending time, which led to grid rendering bug.

What changed: