mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
enh: search shortcut
This commit is contained in:
parent
1f5860c4ab
commit
5a40feea1c
1 changed files with 17 additions and 0 deletions
|
|
@ -149,6 +149,23 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col space-y-3 w-full self-start">
|
<div class="flex flex-col space-y-3 w-full self-start">
|
||||||
|
<div class="w-full flex justify-between items-center">
|
||||||
|
<div class=" text-sm">{$i18n.t('Toggle search')}</div>
|
||||||
|
|
||||||
|
<div class="flex space-x-1 text-xs">
|
||||||
|
<div
|
||||||
|
class=" h-fit py-1 px-2 flex items-center justify-center rounded-sm border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
|
||||||
|
>
|
||||||
|
Ctrl/⌘
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class=" h-fit py-1 px-2 flex items-center justify-center rounded-sm border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
|
||||||
|
>
|
||||||
|
K
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="w-full flex justify-between items-center">
|
<div class="w-full flex justify-between items-center">
|
||||||
<div class=" text-sm">{$i18n.t('Toggle settings')}</div>
|
<div class=" text-sm">{$i18n.t('Toggle settings')}</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue