Skip to content

Commit 1053835

Browse files
DavidLiedleclaude
andcommitted
fix: default dashboard to hidden on load
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8de12a8 commit 1053835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
// =========================================================================
10731073
const dashDiv = document.getElementById('dashboard');
10741074
const dashBtn = document.getElementById('dash-btn');
1075-
let dashVisible = window.innerWidth > 768;
1075+
let dashVisible = false;
10761076

10771077
function toggleDashboard() {
10781078
dashVisible = !dashVisible;

0 commit comments

Comments
 (0)