UX - Filter #12

Merged
Lars merged 22 commits from develop into main 2026-05-06 21:25:56 +02:00
Showing only changes of commit 9dbd3cbd5f - Show all commits

View File

@ -507,7 +507,11 @@ function TrainingPlanningPage() {
trainer_notes: '',
sections: [defaultSection('Hauptteil')],
...sessionAssignDefaults()
}) = async (templateId) => {
})
setShowModal(true)
}
const applyTemplateFromSelect = async (templateId) => {
setDraftPlanTemplateId(templateId)
if (!templateId) return
try {