AppFlowy
AppFlowy copied to clipboard
feat: date filter
Feature Preview
PR Checklist
- [x] My code adheres to AppFlowy's Conventions
- [ ] I've listed at least one issue that this PR fixes in the description above.
- [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
- [x] All existing tests are passing.
@richardshiue about is, before, after, ... you are right I will change it so it applies without a specific time. about the is between user can set start and end because the date field in this case enables choosing range. So on other conditions its only single date and time but on is between the datepicker allows selecting a range of date and time.
Oh that's my bad. I only saw one text field and so I got super confused. Splitting the start and end datetime values into two text fields while still being edited by a single date picker could be a future improvement.
@richardshiue done.