Refresh view when switching views.

This commit is contained in:
2025-07-04 17:25:19 +02:00
committed by Jens Luedicke
parent 5bb8ddfd61
commit 49cc0c94d2

View File

@@ -355,12 +355,8 @@ class TimeAnalyticsController {
this.state.activeView = viewType;
// Load data for new view if needed
if (this.state.data) {
this.refreshCurrentView();
} else {
this.loadData();
}
// Always load new data since different views need different data structures
this.loadData();
}
updateTableView() {