diff --git a/web/src/lib/components/shared-components/search-bar/search-filter-box.svelte b/web/src/lib/components/shared-components/search-bar/search-filter-box.svelte index 00ceb6a872..a19cf72a4c 100644 --- a/web/src/lib/components/shared-components/search-bar/search-filter-box.svelte +++ b/web/src/lib/components/shared-components/search-bar/search-filter-box.svelte @@ -319,263 +319,255 @@
-

FILTERS

-
-
- -
-
-
-

PEOPLE

-
-
- +
+ {#if suggestions.people.length > 0} -
- {#each peopleList as person (person.id)} - - {/each} -
+
+
+

PEOPLE

+
-
- +
+ {#each peopleList as person (person.id)} + + {/each} +
+ + {#if showAllPeople || suggestions.people.length > peopleList.length} +
+ +
+ {/if}
{/if} -
-
- -
- - -
- -
- -
-

PLACE

- -
-
- - updateSuggestion(SearchSuggestionType.Country, {})} + +
+
- -
- - updateSuggestion(SearchSuggestionType.State, { country: filter.location.country?.value })} - /> -
- -
- - - updateSuggestion(SearchSuggestionType.City, { - country: filter.location.country?.value, - state: filter.location.state?.value, - })} - /> -
-
-
- -
- -
-

CAMERA

- -
-
- - - updateSuggestion(SearchSuggestionType.CameraMake, { cameraModel: filter.camera.model?.value })} - /> -
- -
- - - updateSuggestion(SearchSuggestionType.CameraModel, { cameraMake: filter.camera.make?.value })} - /> -
-
-
- -
- - -
-
- - +
-
- - -
-
+ +
+

PLACE

-
-
- -
-

MEDIA TYPE

+
+
+ + updateSuggestion(SearchSuggestionType.Country, {})} + /> +
-
- +
+ + updateSuggestion(SearchSuggestionType.State, { country: filter.location.country?.value })} + /> +
- - - +
+ + + updateSuggestion(SearchSuggestionType.City, { + country: filter.location.country?.value, + state: filter.location.state?.value, + })} + /> +
- -
-

DISPLAY OPTIONS

+ +
+

CAMERA

-
- +
+
+ + + updateSuggestion(SearchSuggestionType.CameraMake, { cameraModel: filter.camera.model?.value })} + /> +
- +
+ + + updateSuggestion(SearchSuggestionType.CameraModel, { cameraMake: filter.camera.make?.value })} + /> +
+
+
- + +
+ + + +
+ +
+ +
+

MEDIA TYPE

+ +
+ + + + + +
+
+ + +
+

DISPLAY OPTIONS

+ +
+ + + + + +