tududi/frontend/components
Chris c33682bac0
Fix subtask completion not persisting when onSubtaskUpdate is not provided (#920) (#932)
When toggling subtask completion in TaskSubtasksSection, the toggle handler
required onSubtaskUpdate callback to make the API call. Components like
TaskSubtasksCard don't pass this callback, so toggling fell through to the
local-only state update path, never sending a network request.

Add an intermediate code path: when the subtask is persisted but
onSubtaskUpdate is not provided, call toggleTaskCompletion() directly
to persist the change, then update local state.

Fixes #920
2026-03-10 17:23:29 +02:00
..
Admin Fix bug 578 (#648) 2025-12-04 14:00:51 +02:00
Area Set verification modal on escape (#470) (#473) 2025-11-03 16:27:13 +02:00
Backup Update translations 2025-12-10 11:43:15 +02:00
Calendar Fix profile settings mobile layout (#694) 2025-12-10 09:10:23 +02:00
Habits Fix bug 733 (#735) 2025-12-27 21:00:52 +02:00
Inbox Fix redirect after task deletion to return to originating view (#887) 2026-03-01 16:07:02 +02:00
Metrics Fix today race condition (#75) 2025-06-13 14:20:24 +03:00
Note Introduce focus mode in notes (#891) 2026-03-03 00:29:03 +02:00
Notifications Fix redirect after task deletion to return to originating view (#887) 2026-03-01 16:07:02 +02:00
Productivity Fix redirect after task deletion to return to originating view (#887) 2026-03-01 16:07:02 +02:00
Profile Add custom keyboard shortcuts (#749) 2025-12-28 21:58:21 +02:00
Project Fix timezone missed rollout (#832) 2026-02-10 22:28:14 +02:00
Shared Fix missing spacing between lists and headings in markdown (#775) 2026-01-14 17:42:26 +02:00
Sidebar Add custom keyboard shortcuts (#749) 2025-12-28 21:58:21 +02:00
Tag Fix tag view showing completed projects when Open filter is active (#933) (#934) 2026-03-10 17:07:45 +02:00
Task Fix subtask completion not persisting when onSubtaskUpdate is not provided (#920) (#932) 2026-03-10 17:23:29 +02:00
UniversalSearch Fix redirect after task deletion to return to originating view (#887) 2026-03-01 16:07:02 +02:00
About.tsx Feat main content revamp (#584) 2025-11-20 09:15:55 +02:00
Areas.tsx Feat main content revamp (#584) 2025-11-20 09:15:55 +02:00
Calendar.tsx Fix redirect after task deletion to return to originating view (#887) 2026-03-01 16:07:02 +02:00
Login.tsx Fix an issue with tasks appearing in today without a flag (#640) 2025-12-03 16:48:47 +02:00
Navbar.tsx Feat: habits (#707) 2025-12-13 08:47:52 +02:00
Notes.tsx Introduce focus mode in notes (#891) 2026-03-03 00:29:03 +02:00
Projects.tsx Fix projects order persist to localstorage (#868) 2026-02-27 00:35:44 +02:00
Register.tsx Refresh e2e tests (#606) 2025-11-29 21:25:42 +02:00
Sidebar.tsx Add custom keyboard shortcuts (#749) 2025-12-28 21:58:21 +02:00
Tags.tsx Feat improve task details (#585) 2025-11-21 18:43:10 +02:00
Tasks.tsx Fix: Show Projects with due dates in Upcoming view (#928) 2026-03-09 23:36:14 +02:00
ViewDetail.tsx Fix bug 733 (#735) 2025-12-27 21:00:52 +02:00
Views.tsx Reorder elements (#687) 2025-12-09 10:51:51 +02:00