From 73e17e85097ec31aecc225d74905ccf545cac10d Mon Sep 17 00:00:00 2001 From: James Smith Date: Wed, 18 Mar 2026 23:35:24 +0000 Subject: [PATCH] Use direct satellite dashboard links --- static/js/core/command-palette.js | 5 +++++ templates/index.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/js/core/command-palette.js b/static/js/core/command-palette.js index b128f36..a58b04c 100644 --- a/static/js/core/command-palette.js +++ b/static/js/core/command-palette.js @@ -330,6 +330,11 @@ const CommandPalette = (function() { } function goToMode(mode) { + if (mode === 'satellite') { + window.location.href = '/satellite/dashboard'; + return; + } + const welcome = document.getElementById('welcomePage'); if (welcome && getComputedStyle(welcome).display !== 'none') { welcome.style.display = 'none'; diff --git a/templates/index.html b/templates/index.html index 6a3b723..a1e7e7e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -394,10 +394,10 @@

Space

- +