onyx-tasks/apps/tauri/src/lib/components
Tristan Michael d0af0e80a8 Clear time without closing toast
Previously clicking the clear-time button set includeTime to false and
also called done(), which closed the surrounding toast. This change
removes the done() call so clearing the time only clears the time input
state (includeTime = false) without dismissing the toast UI.
2026-04-01 01:33:30 -07:00
..
BottomSheet.svelte tauri and flutter guis 2026-03-17 09:38:53 -07:00
DateTimePicker.svelte Clear time without closing toast 2026-04-01 01:33:30 -07:00
NewTaskInput.svelte fix: use has_time flag for due date time tracking 2026-04-01 01:06:10 -07:00
TaskDetailView.svelte fix: use has_time flag for due date time tracking 2026-04-01 01:06:10 -07:00
TaskItem.svelte feat(gui): refine layout - compact headers, reorganize panels, improve task UX 2026-03-30 16:51:41 -07:00