Closed maurizi closed 8 years ago
FilterDisplay
BaseFilter
DateRangeFilter
RangeFilter
NumericRangeFilter
TextFilter
Connects to #239 Connects to #240 Connects to #251
@azavea-bot rebuild
When loading the filter screen with enough filters that it scrolls, the scroll area is vertically centered - it should be at the top
+1, tested, refactor looks good
FilterDisplay
andBaseFilter
to push rendering logic fromFilterDisplay
into eachBaseFilter
subclass.DateRangeFilter
by making it a subclass of the now abstractRangeFilter
and moving some existing logic into a newNumericRangeFilter
TextFilter
classConnects to #239 Connects to #240 Connects to #251