1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Adds fuzzy search modal (#1108)

* Adds fuzzy search modal

* Fixes modal bug

* Updates fuzzy with autocomplete component

* Adds better shortcut

* Fixes padding

* Fixes tests
This commit is contained in:
Amir Raminfar
2021-03-27 15:18:27 -07:00
committed by GitHub
parent e37d5b9378
commit f480c28d2a
12 changed files with 118 additions and 6 deletions

View File

@@ -8,7 +8,18 @@
</svg>
</router-link>
</div>
<div class="column is-narrow has-text-right x">
<div class="column is-narrow has-text-right px-1">
<button
class="button is-small is-rounded is-settings-control"
@click="$emit('search')"
title="Search containers (⌘ + k, ⌃k)"
>
<span class="icon">
<icon name="search"></icon>
</span>
</button>
</div>
<div class="column is-narrow has-text-right px-0">
<router-link
:to="{ name: 'settings' }"
active-class="is-active"