mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 13:54:01 +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>
|
||||
<div class="hidden md:flex gap-1">
|
||||
<UKbd value="meta" color="info" />
|
||||
<UKbd value="enter" color="info" />
|
||||
</div>
|
||||
</template>
|
||||
@@ -93,7 +92,7 @@ const commandPaletteUi = {
|
||||
close
|
||||
:ui="commandPaletteUi"
|
||||
:groups="messages"
|
||||
autofocus="false"
|
||||
:autofocus="false"
|
||||
icon="i-ph-paper-plane-tilt-duotone"
|
||||
:placeholder="t('palette.cmd.placeholder')"
|
||||
@update:model-value="onSelect"
|
||||
|
||||
Reference in New Issue
Block a user