You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.23: fix history grouping to use charge period instead of fallback date, fix Manage Periods calling wrong refresh function, remove App Info from settings
msg.innerHTML=`<div class="notice info" style="background:var(--green-soft);color:var(--green-dark)">Done — ${excluded.length} periods excluded from calculations.</div>`;
1768
1761
toast("Periods updated");
1769
-
showList();
1762
+
renderList();
1770
1763
}catch(err){console.error(err);msg.innerHTML=`<div class="notice err">Failed to save. Try again.</div>`;}
0 commit comments