callumalpass_tasknotes/tests
callumalpass 2f53847607 fix(#1421): Natural language parser now processes both scheduled and due date triggers
Previously, entering text like "Task scheduled for tomorrow due next week" in the
New Task dialog would only capture one of the dates. The parser correctly recognized
both triggers but returned early after processing the first match.

The fix removes the early return and continues processing all trigger patterns,
allowing users to set both scheduled and due dates in a single natural language input.
2026-01-04 11:30:19 +11:00
..
__mocks__ fix(#1421): Natural language parser now processes both scheduled and due date triggers 2026-01-04 11:30:19 +11:00
components test: add comprehensive test coverage for hierarchical subgroup functionality 2025-09-18 10:15:08 +00:00
helpers Remove unused MinimalNativeCache and update tests to use TaskManager 2025-11-15 22:24:04 +11:00
integration fix: improve search UX with no-results feedback and hide empty groups 2025-11-25 20:52:45 +11:00
manual fix: all-day ICS events displaying on wrong day and appearing twice (#854, #695) 2025-10-07 07:20:48 +11:00
services test: fix TaskCreationModal test and remove OAuthService device-flow test 2025-10-29 22:49:37 +11:00
types test: add comprehensive test coverage for hierarchical subgroup functionality 2025-09-18 10:15:08 +00:00
unit fix(#1421): Natural language parser now processes both scheduled and due date triggers 2026-01-04 11:30:19 +11:00
utils Remove unused MinimalNativeCache and update tests to use TaskManager 2025-11-15 22:24:04 +11:00
coverage-report.md test: add comprehensive tests for Issue #160 off-by-one date bugs 2025-07-11 23:06:37 +10:00
test-setup.ts feat: add saved views button position setting 2025-08-15 22:50:30 +10:00