feat(ui): wire the plan switcher, delete confirm and .toml download into the app

This commit is contained in:
Julien Calixte
2026-06-17 09:46:56 +02:00
parent 3a012f186d
commit 7468ebd3c9
2 changed files with 44 additions and 11 deletions

View File

@@ -153,9 +153,5 @@ export function useMacroplan() {
switchTo(lib.value.plans[Math.max(0, idx - 1)].id)
}
},
// TODO(task 4): remove once App.vue drops the "Reset to sample" button.
resetToSample: () => {
source.value = SAMPLE_PLAN
},
}
}