Goals -System refactored - Platzhaltersystem enhanced (als draft) #53

Merged
Lars merged 86 commits from develop into main 2026-03-31 11:46:48 +02:00
Showing only changes of commit ab29a85903 - Show all commits

View File

@ -188,6 +188,9 @@ export default function GoalsPage() {
}
const handleEditGoal = (goal) => {
console.log('[DEBUG] Editing goal:', goal)
console.log('[DEBUG] start_date from goal:', goal.start_date, 'type:', typeof goal.start_date)
setEditingGoal(goal.id)
setFormData({
goal_type: goal.goal_type,