pinballmap / pbm-react

PBM React Native: iOS & Android Apps
https://pinballmap.com/app
GNU General Public License v3.0
33 stars 9 forks source link

Select multiple items in Recent Activity Filter #508

Closed RyanTG closed 1 year ago

RyanTG commented 1 year ago

User feedback: would like to be able to select multiple filter items, and not just one.

RyanTG commented 1 year ago

Regarding the checkbox, RNE has a checkbox https://reactnativeelements.com/docs/components/checkbox and a listItemCheckbox https://reactnativeelements.com/docs/components/listitem_checkbox

If possible, I think we should try to include a checkbox icon in between the filter type icon and the filter type text. And clicking anywhere on a listitem will add a check to the box as well as (perhaps) highlight the entire listItem row.

bpoore commented 1 year ago

branch