Closed
Description
As I user, I want to be able to filter and search through my workspaces in the UI; however, I am confused when I come across the SearchBarWithFilter component. We should add/fix the following so I can use this component more intuitively:
AC
- search should occur as a user types (right now, I have to finish typing and then refresh the page)
- we should add active classes to the input/dropdown that mimic native styling so that it is visually clear something is happening when users type or select
-
we should increase the contrast on the dropdown select options for better visibility into which option is selectedwe're not going to do this because it matches the other dropdowns -
we should display the current selected filter somewhere on the page so I know what the list is currently filtered on (maybe as a badge)we're going to rely on the current design like Github -
we should add some sort of directive so users know how to search, e.g. search by name, or status or whateverwe're going to rely on the current design like Github - we should get rid of this highlight on the search icon:
- we should add some basic unit tests for this component