- Issue created by @phenaproxima
- ๐บ๐ธUnited States lyntechi Pennsylvania
lyndasantiago โ made their first commit to this issueโs fork.
This is a follow-up from โจ Present boolean filters as checkboxes Active .
In that issue, we made the boolean filters into a set of checkboxes, which makes more sense than a row of selects, but is also trickier from a layout perspective. It doesn't look as nice as we'd ideally like it to.
There are three filter types: text, multi-choice, and boolean. We should group them into a grid layout by filter type.
The text filters should go in the "top" region of the grid, which spans the full width of the container. If there are multiple text filters, they just go one on top of the other.
The multiple choice filters should go in the bottom-left part of the grid, taking up, say, 30% of the full width of the grid container. If there is more than one multi-choice filter, they should go one after the other, vertically.
The boolean filters should go in the bottom-right part of the grid, mirroring the multiple-choice filters. As with the other filter types, if there is more than one boolean filter, they just go one after the other, as a list.
On small screens (phone width), the grid simply collapses and the filters are all just one on top of the other. Text filters first, then multi-choice filters, then booleans.
Active
2.0
User experience
lyndasantiago โ made their first commit to this issueโs fork.