ajones05 / seearound.me-ionic

0 stars 0 forks source link

Change filter under search #193

Closed ajones05 closed 7 years ago

ajones05 commented 7 years ago

Let's change the filter under search to the same one as on map view (replace the current options there). That way, users can easily toggle on/off categories from List View, too. (I've also gotten the feedback that some users don't see the Filter option at the bottom of the map, so it's helpful to have it here, too.)

One related change: don't change the color of the search icon if the user is just filtering (it should change to orange only if user does a keyword search)

image

abdulhafeez commented 7 years ago

Do you want the search filter to function same as the one on bottom? I mean filtering in and out with toggle?

ajones05 commented 7 years ago

yes, the same

abdulhafeez commented 7 years ago

Done.

ajones05 commented 7 years ago

Let's remove the filter from here and just make it a longer search bar. It's confusing for users the way it is right now. Since we'll have more space, let's also add a cancel button so it's more obvious how to dismiss the search bar or cancel the search image

abdulhafeez commented 7 years ago

Done

ajones05 commented 7 years ago

Thanks. One change: Cancel button should be clickable at all times. If there has been no search, it just closes the search bar. If there has been a search, the search is cancelled and the search bar is closed.

abdulhafeez commented 7 years ago

Done