updated help and advanced table

This commit is contained in:
Tobias Brunner 2025-07-23 11:42:22 +02:00
parent 4746cfac25
commit 4f8fb0a448
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
5 changed files with 238 additions and 36 deletions

View file

@ -402,6 +402,16 @@ class ROICalculatorApp {
// toggleInvestmentModel removed - both models are now calculated simultaneously
updateMonthlyBreakdownFilters() {
try {
if (this.uiManager) {
this.uiManager.updateMonthlyBreakdown();
}
} catch (error) {
console.error('Error updating monthly breakdown filters:', error);
}
}
logout() {
if (!confirm('Are you sure you want to logout?')) {
return;