feat: change drawer behavior

This commit is contained in:
2025-09-30 22:26:33 +02:00
parent 675d51bc66
commit 7cee2ff94f
5 changed files with 10 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ class MonitoringViewComponent extends Component {
// Track if we've already loaded data to prevent unnecessary reloads
this.dataLoaded = false;
// Drawer state for desktop
// Drawer state for desktop (shared singleton)
this.drawer = new DrawerComponent();
}