Skip to content

Date range filter selector and date range filter for feeds

Martin Santangelo requested to merge feat/date-range-filter into release/4.21.0

Summary

Implementation of a generic date range picker (using the bottom-sheet) and a feed date range filter using it

The date range filter is divided into two components one that renders the bottom sheet with the calendar picker and another one that displays the selected current values. In this way, we can implement different range pickers for example for forms or filters.

In this case, I build a range filter that displays the results as a radio button to include it on the feed filters

Screen_Shot_2021-12-17_at_17.39.20 Screen_Shot_2021-12-17_at_17.40.30

closes #3955 (closed)

Steps to test

  • Open a channel
  • Open the filter (icon)
  • Select range and filter
  • tap Done
  • it should filter the feed

Estimated Regression Scope

This is a new component so there is no regression spected

Edited by Martin Santangelo

Merge request reports