[PR #744] [MERGED] feat: allow to write date via Quick Add Magic in DMY format with dots #903

Closed
opened 2025-11-01 21:06:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (3)

  • 275bb02 feat: allow to write date via Quick Add Magic in DMY format with dots
  • 8490b3a fix tests and add tests for parseDate.ts
  • 91fa775 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/744 **Author:** [@Hudint](https://github.com/Hudint) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`275bb02`](https://github.com/go-vikunja/vikunja/commit/275bb02786cefd504ec0ff3da76b76801079d8c9) feat: allow to write date via Quick Add Magic in DMY format with dots - [`8490b3a`](https://github.com/go-vikunja/vikunja/commit/8490b3ad2ebccfb2f5258dea670cf5124b58e078) fix tests and add tests for parseDate.ts - [`91fa775`](https://github.com/go-vikunja/vikunja/commit/91fa7756efce213b68b4623659bfd3c24e79c882) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+45 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:06:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#903