feat: improve dashboard and commpand pallete

This commit is contained in:
LukeGus
2026-05-13 01:05:37 -05:00
parent 835b98a102
commit 6212a24567
8 changed files with 1485 additions and 1697 deletions
+1 -2
View File
@@ -119,6 +119,7 @@ const SINGLETON_TAB_LABELS: Partial<Record<TabType, string>> = {
"host-manager": "Host Manager",
docker: "Docker",
tunnel: "Tunnels",
network_graph: "Network Graph",
};
// ─── AppShell ────────────────────────────────────────────────────────────────
@@ -592,8 +593,6 @@ export function AppShell({
"host-manager",
"user-profile",
"admin-settings",
"docker",
"tunnel",
].includes(type)
) {
openSingletonTab(type, pendingEvent);