feat: add template to grouped states view

This commit is contained in:
Aleix Soler 2025-07-20 10:49:32 +02:00
parent 21078a3532
commit 5863ab6f51

View file

@ -159,11 +159,6 @@ export class StatusDashboardView extends ItemView {
this.renderDashboard();
};
private updateVaultStats = () => {
this.vaultStats = this.calculateVaultStats();
this.renderDashboard();
};
private loadData = () => {
this.isLoading = true;
this.renderDashboard();