vikunja/frontend/src/modules
Claude cb81cf1aa8 refactor: reorganize quick add magic into focused modules
Split the monolithic parseTaskText.ts into a parseTaskText/ directory with
separate files for types, prefixes, prefix parsing, priority parsing, repeat
parsing, date parsing, and text cleanup. Moved parseDate.ts from helpers/time/
into the module since it's only consumed by the task text parser. Barrel export
in index.ts maintains backward compatibility — no consumer import changes needed.

https://claude.ai/code/session_01Aeo1ZunQUGKbWx2watMFdW
2026-03-22 20:47:10 +00:00
..
parseTaskText refactor: reorganize quick add magic into focused modules 2026-03-22 20:47:10 +00:00
projectHistory.test.ts fix(project): save the last 6 projects in history, show only 5 on desktop 2024-04-07 14:34:18 +02:00
projectHistory.ts fix(project): save the last 6 projects in history, show only 5 on desktop 2024-04-07 14:34:18 +02:00