Use Fluxon elements for universal search
This commit is contained in:
@@ -38,10 +38,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex space-x-2 md:space-x-4 items-center">
|
||||
<MusicLibraryWeb.SearchComponents.search_trigger
|
||||
<.button
|
||||
variant="ghost"
|
||||
title={gettext("Search (Ctrl+K)")}
|
||||
phx-click="open_modal"
|
||||
phx-target="#universal-search"
|
||||
/>
|
||||
>
|
||||
<span class="sr-only">{gettext("Search (Ctrl+K)")}</span>
|
||||
<.icon name="hero-magnifying-glass" class="h-5 w-5" />
|
||||
</.button>
|
||||
<.dropdown placement="bottom-end">
|
||||
<:toggle>
|
||||
<button class="flex items-center gap-x-2">
|
||||
|
||||
Reference in New Issue
Block a user