[Chart & Dashboard] improve listview filter ui and add expandable list support (#9651)

* better styling for select filters and search input

* add emotion babel plugin

* add spec for search input

* fix async select, add beeter error messages

* add error boundary around views

* cleanup and lint

* add expandable list to dashboards

* fix emotion babel config

* fix specs

* remove commented out code

* add selected style

* DRY up styles

* add icons

* fix type

* add apache license

* fix svgs

* fix ExpandableList type

* reduce custom css

* lint
This commit is contained in:
ʈᵃᵢ
2020-04-29 21:54:07 -07:00
committed by GitHub
parent 5d7b13507e
commit f7f60cc75d
20 changed files with 558 additions and 169 deletions

View File

@@ -384,7 +384,7 @@ describe('ListView with new UI filters', () => {
act(() => {
wrapper
.find('[data-test="filters-search"]')
.find('[data-test="search-input"]')
.last()
.props()
.onBlur();