feat: refine task and countdown interactions
ci / gitleaks (push) Successful in 9s
ci / docker (push) Successful in 3m31s

This commit is contained in:
2026-09-17 09:32:22 +08:00
parent bdf2a53fa9
commit 1571c3946f
14 changed files with 388 additions and 31 deletions
@@ -14,8 +14,10 @@ describe('add-task CalendarPicker integration', () => {
expect(app).toContain("if (!value) { composeHasTime.value = false; composeRepeat.value = 'none' }")
expect(app).not.toContain('ref="composeDatePicker"')
expect(app).not.toContain('function openComposeDuePicker()')
expect(app).toContain('type="datetime-local"')
expect(app).not.toContain('type="datetime-local"')
expect(app).toContain('v-model="composeTime" type="time"')
expect(app).toContain('v-model="selectedDueDate"')
expect(app).toContain('v-model="selectedDueTime" type="time"')
})
it('uses a fixed desktop popover and opaque mobile bottom sheet above task compose', () => {