mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-01 10:29:29 +01:00
feat: remove keyboard shortcut display for 'meta' key in CommandPalette for cleaner UI
This commit is contained in:
@@ -82,7 +82,6 @@ const commandPaletteUi = {
|
|||||||
>
|
>
|
||||||
<template #trailing>
|
<template #trailing>
|
||||||
<div class="hidden md:flex gap-1">
|
<div class="hidden md:flex gap-1">
|
||||||
<UKbd value="meta" color="info" />
|
|
||||||
<UKbd value="enter" color="info" />
|
<UKbd value="enter" color="info" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -93,7 +92,7 @@ const commandPaletteUi = {
|
|||||||
close
|
close
|
||||||
:ui="commandPaletteUi"
|
:ui="commandPaletteUi"
|
||||||
:groups="messages"
|
:groups="messages"
|
||||||
autofocus="false"
|
:autofocus="false"
|
||||||
icon="i-ph-paper-plane-tilt-duotone"
|
icon="i-ph-paper-plane-tilt-duotone"
|
||||||
:placeholder="t('palette.cmd.placeholder')"
|
:placeholder="t('palette.cmd.placeholder')"
|
||||||
@update:model-value="onSelect"
|
@update:model-value="onSelect"
|
||||||
|
|||||||
Reference in New Issue
Block a user