mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-30 07:30:12 +00:00
Rename the frontend parsing module from `parseTaskText` to `quickAddMagic` for clarity. The module handles much more than text parsing — it's the core of the quick add magic feature. This rename makes its purpose immediately obvious and aligns with how the feature is referenced throughout the UI and documentation. No logic changes — only directory/file renames and import updates.