programcsharp/griddly

Inline mode deprecation

Opened this issue · 0 comments

In order to move away from the current inline mode which is not conducive to mobile, the idea is presented to move the inline filtering into the filter summary instead:

  • Option on GriddlyFilter for IsInline which forces the filter to always show in the summary regardless of value
    • IsInline filters would not be removable from the summary.
    • IsInline filters would be editable in the summary (discussion required of how. Ideas for popover or inline form elements...)
  • Non IsInline filters would be removable as currently in 2.0 alpha 5
    • would be nice to be editable in the summary too (though perhaps that's a bridge too far).
  • GriddlyHtmlFilters could never be IsInline

Discuss.