Commit 33d9d98
WEBDEV-7761 Add advanced search tools to TV search UI (#538)
* Update facet models to include clip_type
* Capitalize clip_type buckets for display
* Remove older logic for dealing with TV clip types separately
* Add clip type and network/show filters
* Fix buggy dropdown deselection behavior
* Make Clear Filters button clear dropdowns too
* Extract some helpers for clarity
* Correct date picker heading
* Ensure dropdown selections are actually cleared
* Layout & styling changes for TV search UI
* Include combo box from elements & tsconfig updates
* Fix yarn.lock
* Switch dev server to use vite
* Fix labels and icon sizes
* Make Network/Show labels localizable
* Improve error state & simplicity of dropdown fetch logic
* Remove commented TV facet options
* Update dependencies
* Upgrade off alpha elements version
* Slightly improve naming consistency
---------
Co-authored-by: Jason Buckner <jason@jasonbuckner.com>1 parent 502392f commit 33d9d98
File tree
16 files changed
+492
-209
lines changed- src
- collection-facets
- data-source
- test
16 files changed
+492
-209
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments