|
|
@ -23,18 +23,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
<BlockSlot @name="loaded">
|
|
|
|
<BlockSlot @name="loaded">
|
|
|
|
{{#if items.length}}
|
|
|
|
{{#if items.length}}
|
|
|
|
<div
|
|
|
|
<div class="search-bar">
|
|
|
|
class="hds-surface-faint flex h-12 py-1.5 px-1 border-t border-b border-hds-border-primary"
|
|
|
|
<form class="filter-bar">
|
|
|
|
>
|
|
|
|
<FreetextFilter
|
|
|
|
<div>
|
|
|
|
@onsearch={{pick "target.value" this.updateSearch}}
|
|
|
|
<Hds::Form::TextInput::Field
|
|
|
|
|
|
|
|
@type="search"
|
|
|
|
|
|
|
|
@value={{this.search}}
|
|
|
|
@value={{this.search}}
|
|
|
|
placeholder="Search"
|
|
|
|
@placeholder="Search"
|
|
|
|
class="rounded-sm border-hds-border-faint"
|
|
|
|
class="!w-80"
|
|
|
|
{{on "input" (pick "target.value" this.updateSearch)}}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
<Providers::Search
|
|
|
|
<Providers::Search
|
|
|
@ -56,9 +53,7 @@
|
|
|
|
@items={{search.data.items}}
|
|
|
|
@items={{search.data.items}}
|
|
|
|
as |service index|
|
|
|
|
as |service index|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<li
|
|
|
|
<li class="px-3 h-12 border-b border-hds-border-primary">
|
|
|
|
class="px-3 h-12 border-b border-hds-border-primary border-b"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<a
|
|
|
|
<a
|
|
|
|
data-test-service-name
|
|
|
|
data-test-service-name
|
|
|
|
class="hds-typography-display-300 text-hds-foreground-strong hds-font-weight-semibold h-full w-full flex items-center"
|
|
|
|
class="hds-typography-display-300 text-hds-foreground-strong hds-font-weight-semibold h-full w-full flex items-center"
|
|
|
|