vikunja/frontend/src/stores
kolaente 44d01a0f82 refactor: rename parseTaskText module to quickAddMagic
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.
2026-03-25 09:38:41 +00:00
..
auth.ts refactor: rename parseTaskText module to quickAddMagic 2026-03-25 09:38:41 +00:00
base.ts fix: wait for router before dismissing loading screen 2026-02-24 13:13:30 +01:00
config.ts fix(caldav): Replace href with pathname from parseURL for api base 2026-03-22 14:30:38 +00:00
helper.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
kanban.ts fix(project): do not access find on current project views when none are provided 2026-01-07 18:06:53 +01:00
labels.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
labels.ts chore: fix indentation 2025-06-19 10:53:35 +02:00
projects.test.ts fix(nav): show shared sub-projects in sidebar when the parent is inaccessible (#2176) 2026-01-28 16:09:46 +00:00
projects.ts fix(nav): show shared sub-projects in sidebar when the parent is inaccessible (#2176) 2026-01-28 16:09:46 +00:00
tasks.ts refactor: rename parseTaskText module to quickAddMagic 2026-03-25 09:38:41 +00:00
viewFilters.test.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00
viewFilters.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00