[PR #1613] [MERGED] fix: correct case-sensitivity in duedate time parsing #9381

Closed
opened 2026-04-23 08:56:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1613
Author: @kolaente
Created: 10/8/2025
Status: Merged
Merged: 10/8/2025
Merged by: @kolaente

Base: mainHead: feat/case-insensitive-due-date-parsing


📝 Commits (3)

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 frontend/src/helpers/time/parseDate.ts (+3 -2)
📝 frontend/src/modules/parseTaskText.test.ts (+4 -0)

📄 Description

Follow-up for https://github.com/go-vikunja/vikunja/pull/1591

Closes https://github.com/go-vikunja/vikunja/pull/1591
Resolves https://github.com/go-vikunja/vikunja/issues/1590


🔄 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/1613 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `feat/case-insensitive-due-date-parsing` --- ### 📝 Commits (3) - [`eda9b82`](https://github.com/go-vikunja/vikunja/commit/eda9b829b87103b2d4b4bc4dfb4840b4a91aed81) Fix AM/PM parsing #1590 - [`1ca19b3`](https://github.com/go-vikunja/vikunja/commit/1ca19b3f10a8e2d52594c89a4516a0e20519aaa3) Require two-digit minute values - [`fe8e149`](https://github.com/go-vikunja/vikunja/commit/fe8e14926e1856be977ff5452271f0afcff766cb) feat: add tests ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/helpers/time/parseDate.ts` (+3 -2) 📝 `frontend/src/modules/parseTaskText.test.ts` (+4 -0) </details> ### 📄 Description Follow-up for https://github.com/go-vikunja/vikunja/pull/1591 Closes https://github.com/go-vikunja/vikunja/pull/1591 Resolves https://github.com/go-vikunja/vikunja/issues/1590 --- <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 2026-04-23 08:56:40 -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#9381