Replace the hours==0 && minutes==0 heuristic with an explicit has_time bool field on Task. Existing files without the field deserialize as false (date-only), preserving current behavior. Frontend components pass and receive has_time through DateTimePicker's onchange callback. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||