mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #744] [MERGED] feat: allow to write date via Quick Add Magic in DMY format with dots #903
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/744
Author: @Hudint
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @kolaente
Base:
main← Head:main📝 Commits (3)
275bb02feat: allow to write date via Quick Add Magic in DMY format with dots8490b3afix tests and add tests for parseDate.ts91fa775Merge branch 'main' into main📊 Changes
3 files changed (+45 additions, -36 deletions)
View changed files
📝
frontend/src/components/tasks/partials/QuickAddMagic.vue(+3 -1)📝
frontend/src/helpers/time/parseDate.ts(+38 -34)📝
frontend/src/modules/parseTaskText.test.ts(+4 -1)📄 Description
Currently you can only add a date in MDY format (02/17/2021) via Quick Add Magic.
With this change, the DMY format is supported when using dots (e.g.: 17.02.2021)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.