This commit is contained in:
2024-03-07 10:32:47 +01:00
parent fb8041c32e
commit 1cbea757d0
7 changed files with 280 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ const _useDashboard = () => {
defineShortcuts({
'g-h': () => router.push('/'),
'g-i': () => router.push('/inbox'),
'g-u': () => router.push('/users'),
'g-u': () => router.push('/profiles'),
'g-s': () => router.push('/settings'),
'?': () => isHelpSlideoverOpen.value = true,
n: () => isNotificationsSlideoverOpen.value = !isNotificationsSlideoverOpen.value