status-im / open-bounty

Enable communities to distribute funds to push their cause forward.
https://openbounty.status.im/
GNU Affero General Public License v3.0
118 stars 36 forks source link

Filter selection not showing selected value #409

Open EugeOrtiz opened 6 years ago

EugeOrtiz commented 6 years ago

Description Type: Bug

When a filter is applied with only one selected value, the user cannot see the selected option, it shows "(1)".

Expected behavior After users selects one value for a specific filter, it should be reflected on the filter's name. By showing the selected value, its easier to recognize it, otherwise the user needs to remember what she selected. Example:

captura de pantalla 2018-04-12 a la s 12 32 09 p m

If the user selects more than 1 option for the same filter, then the number between () is OK:

captura de pantalla 2018-04-12 a la s 12 37 16 p m

Current behavior "(1)" is shown:

captura de pantalla 2018-04-12 a la s 12 35 25 p m

Design definition (Zeplin): zpl.io/an6Glyl (login required, please ask)

Reproduction 1- Go to Bounties section on SOB's website 2- Select one option for a filter

arash009 commented 6 years ago

The filters have multi-select. What would it look like if the user selects multiple options in the list? Not sure its worth overcomplicating.

EugeOrtiz commented 6 years ago

Multi-select works fine, the issue is when only 1 option is selected.