diff --git a/beszel/site/src/components/command-palette.tsx b/beszel/site/src/components/command-palette.tsx
index 739285a..e9fb89d 100644
--- a/beszel/site/src/components/command-palette.tsx
+++ b/beszel/site/src/components/command-palette.tsx
@@ -6,6 +6,7 @@ import {
LogsIcon,
MailIcon,
Server,
+ SettingsIcon,
UsersIcon,
} from 'lucide-react'
@@ -46,33 +47,9 @@ export default function CommandPalette() {
No results found.
-
- {
- navigate('/')
- setOpen((open) => !open)
- }}
- >
-
- Dashboard
- Page
-
- {
- window.location.href = 'https://github.com/henrygd/beszel/blob/main/readme.md'
- }}
- >
-
- Documentation
- GitHub
-
-
{systems.length > 0 && (
<>
-
-
+
{systems.map((system) => (
))}
+
>
)}
+
+ {
+ navigate('/')
+ setOpen((open) => !open)
+ }}
+ >
+
+ Dashboard
+ Page
+
+ {
+ navigate('/settings/general')
+ setOpen((open) => !open)
+ }}
+ >
+
+ Settings
+ Settings
+
+ {
+ navigate('/settings/notifications')
+ setOpen((open) => !open)
+ }}
+ >
+
+ Notification settings
+ Settings
+
+ {
+ window.location.href = 'https://github.com/henrygd/beszel/blob/main/readme.md'
+ }}
+ >
+
+ Documentation
+ GitHub
+
+
{isAdmin() && (
<>
-
+