refactor: remove CashFlowChart and UnifiedCashFlowDashboard components, update routing paths in app.vue, and enhance budget page with cumulative balance calculations and payroll explanation modal for improved user experience

This commit is contained in:
Jennie Robinson Faber 2025-09-10 07:42:56 +01:00
parent 864a81065c
commit f1889b3a70
17 changed files with 922 additions and 1004 deletions

View file

@ -64,7 +64,7 @@ onMounted(async () => {
const policiesStore = usePoliciesStore()
// Update reactive values
currentMode.value = policiesStore.operatingMode || 'minimum'
currentMode.value = 'target' // Simplified - always use target mode
memberCount.value = membersStore.members?.length || 0
streamCount.value = streamsStore.streams?.length || 0