From 7771e2618d3bffbcaebc23a21d2e34fe4012d89a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 6 May 2025 06:04:52 -0700 Subject: feat: Add command palette --- src/routes/+layout.svelte | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/routes') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 12bae07f..f5adcb68 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -30,6 +30,9 @@ import Message from '$lib/Loading/Message.svelte'; import { requestNotifications } from '$lib/Utility/notifications'; import { database as userDatabase } from '$lib/Database/IDB/user'; + import CommandPalette from '$lib/CommandPalette/CommandPalette.svelte'; + import { defaultActions } from '$lib/CommandPalette/actions'; + import { toolsAsCommandPaletteItemSet } from '$lib/Tools/tools'; injectSpeedInsights(); @@ -154,6 +157,8 @@ + + {#if !$locales.includes('en') || !$locale().navigation} -- cgit v1.2.3