From a98661735fb00f2c16bd9463a352b4fbce8d0be2 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:47:17 -0400 Subject: [PATCH] feat: Add New Keyboard Shortcuts with asterisk and tooltip to imply situational --- src/lib/components/chat/ShortcutsModal.svelte | 64 ++++++++++++++++++- 1 file changed, 61 insertions(+), 3 deletions(-) diff --git a/src/lib/components/chat/ShortcutsModal.svelte b/src/lib/components/chat/ShortcutsModal.svelte index 05fb549f9..ea82beefc 100644 --- a/src/lib/components/chat/ShortcutsModal.svelte +++ b/src/lib/components/chat/ShortcutsModal.svelte @@ -2,6 +2,7 @@ import { getContext } from 'svelte'; import Modal from '../common/Modal.svelte'; + import Tooltip from '../common/Tooltip.svelte'; const i18n = getContext('i18n'); export let show = false; @@ -75,6 +76,26 @@ +