philwilliammee / react-localist-viewer

A react component for interacting with localist api
0 stars 0 forks source link

calendar filters #22

Closed philwilliammee closed 3 years ago

philwilliammee commented 4 years ago

filter groups should and other groups filter items should or other items.

This means make filters work more like and instead of or but its really minor issue.

philwilliammee commented 3 years ago

some filters show up but dont have a event

philwilliammee commented 3 years ago

The error above was because some events dont have end dates so they didnt apear in the calendar. fixed in https://github.com/philwilliammee/react-localist-viewer/commit/ecf6d9c4ae8cbf4076fac766fd9d937e63916c6c.

need to add tests for this