Users couldn't clear the time part of a task's due date because the "clear time" button only toggled includeTime=false without signalling the picker to finish. Call done() when clearing the time so the picker closes/emits the updated value, ensuring the task's has_time state is updated and the UI reflects a date-only value. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||