Use direct satellite dashboard links

This commit is contained in:
James Smith
2026-03-18 23:35:24 +00:00
parent 883be8d6d3
commit 8927f50696
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -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';