fix: default task deadline to date only
ci / docker (push) Successful in 4m33s

This commit is contained in:
2026-09-08 09:24:00 +08:00
parent 113791229a
commit 972c4e1fb8
9 changed files with 68 additions and 12 deletions
+3 -1
View File
@@ -185,7 +185,9 @@ describe('mobile touch targets', () => {
describe('unified floating add interaction', () => {
it('defaults every new-task composer to today', () => {
expect(app).toContain('composeDueAt.value = defaultTaskDueAt()')
expect(app).not.toContain("activeView.value === 'today' ? toDateTimeLocal(quickTaskFields")
expect(app).toContain('v-model="composeDueAt" type="date"')
expect(app).toContain('v-model="composeHasTime" type="checkbox"')
expect(app).toContain("composeHasTime.value ? composeTime.value : '23:59'")
})
it('lets task create and detail forms configure a repeat rule', () => {