[PR #423] [CLOSED] Feature/duedate format #1158

Open
opened 2025-10-09 19:09:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/423
Author: @HS-KunioOkita
Created: 3/29/2023
Status: Closed

Base: masterHead: feature/duedate_format


📝 Commits (10+)

  • d409d03 日本語入力時の制御修正
  • 6ba243c Merge pull request #1 from HS-KunioOkita/feature/bugfix/keydown_iscomposing
  • 87e8c52 期限切れの場合に背景を赤に変更(ボード表示のカードのみ)
  • 00fedec 期限切れの場合に背景を赤に変更(カードモーダル表示)
  • eb0ec5c Merge pull request #2 from HS-KunioOkita/feature/expired_dudate
  • f16d290 Delete FUNDING.yml
  • 05edb66 Update build-and-push-docker-image.yml
  • 04f2e03 Update build-and-push-docker-base-image.yml
  • 8be7bc3 Update Dockerfile
  • b974b6f Update build-and-push-docker-base-image.yml

📊 Changes

17 files changed (+103 additions, -36 deletions)

View changed files

.github/FUNDING.yml (+0 -13)
📝 .github/workflows/build-and-push-docker-base-image.yml (+2 -2)
📝 .github/workflows/build-and-push-docker-image.yml (+2 -2)
📝 client/package-lock.json (+44 -0)
📝 client/package.json (+1 -0)
📝 client/src/components/Card/Card.jsx (+3 -1)
📝 client/src/components/Card/NameEdit.jsx (+4 -0)
📝 client/src/components/CardModal/CardModal.jsx (+4 -2)
📝 client/src/components/CardModal/NameField.jsx (+5 -0)
📝 client/src/components/CardModal/Tasks/Add.jsx (+5 -1)
📝 client/src/components/CardModal/Tasks/NameEdit.jsx (+5 -1)
📝 client/src/components/DueDate/DueDate.jsx (+6 -2)
📝 client/src/components/DueDate/DueDate.module.scss (+13 -0)
📝 client/src/components/List/CardAdd.jsx (+4 -0)
📝 client/src/components/List/NameEdit.jsx (+4 -1)
📝 client/src/locales/_/index.js (+0 -10)
📝 client/src/locales/ja/core.js (+1 -1)

📄 Description

No description provided


🔄 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/plankanban/planka/pull/423 **Author:** [@HS-KunioOkita](https://github.com/HS-KunioOkita) **Created:** 3/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/duedate_format` --- ### 📝 Commits (10+) - [`d409d03`](https://github.com/plankanban/planka/commit/d409d03876cc34ebbdc934104dd77c07d7337d04) 日本語入力時の制御修正 - [`6ba243c`](https://github.com/plankanban/planka/commit/6ba243cbcfbf98fb2e71598161c9b048f86078eb) Merge pull request #1 from HS-KunioOkita/feature/bugfix/keydown_iscomposing - [`87e8c52`](https://github.com/plankanban/planka/commit/87e8c5297132ccaa34f3f5a12ea0d30f0753ee16) 期限切れの場合に背景を赤に変更(ボード表示のカードのみ) - [`00fedec`](https://github.com/plankanban/planka/commit/00fedec0e7952a84dd3fadcfa59ad339cf664b6f) 期限切れの場合に背景を赤に変更(カードモーダル表示) - [`eb0ec5c`](https://github.com/plankanban/planka/commit/eb0ec5c044e42d6f100c85f62234119920d6e38a) Merge pull request #2 from HS-KunioOkita/feature/expired_dudate - [`f16d290`](https://github.com/plankanban/planka/commit/f16d2903319946aa9c622c08fddc5dd08653cd9d) Delete FUNDING.yml - [`05edb66`](https://github.com/plankanban/planka/commit/05edb66ae56ffa28e0f7bec059a709dca5caa8d8) Update build-and-push-docker-image.yml - [`04f2e03`](https://github.com/plankanban/planka/commit/04f2e0368ad754ccd49fa666d82f8a0bc36762ac) Update build-and-push-docker-base-image.yml - [`8be7bc3`](https://github.com/plankanban/planka/commit/8be7bc37b80312dabea3dadd117107ad35c82740) Update Dockerfile - [`b974b6f`](https://github.com/plankanban/planka/commit/b974b6f927ace0e1c3f4c880fcdea97a32f208cd) Update build-and-push-docker-base-image.yml ### 📊 Changes **17 files changed** (+103 additions, -36 deletions) <details> <summary>View changed files</summary> ➖ `.github/FUNDING.yml` (+0 -13) 📝 `.github/workflows/build-and-push-docker-base-image.yml` (+2 -2) 📝 `.github/workflows/build-and-push-docker-image.yml` (+2 -2) 📝 `client/package-lock.json` (+44 -0) 📝 `client/package.json` (+1 -0) 📝 `client/src/components/Card/Card.jsx` (+3 -1) 📝 `client/src/components/Card/NameEdit.jsx` (+4 -0) 📝 `client/src/components/CardModal/CardModal.jsx` (+4 -2) 📝 `client/src/components/CardModal/NameField.jsx` (+5 -0) 📝 `client/src/components/CardModal/Tasks/Add.jsx` (+5 -1) 📝 `client/src/components/CardModal/Tasks/NameEdit.jsx` (+5 -1) 📝 `client/src/components/DueDate/DueDate.jsx` (+6 -2) 📝 `client/src/components/DueDate/DueDate.module.scss` (+13 -0) 📝 `client/src/components/List/CardAdd.jsx` (+4 -0) 📝 `client/src/components/List/NameEdit.jsx` (+4 -1) 📝 `client/src/locales/_/index.js` (+0 -10) 📝 `client/src/locales/ja/core.js` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:09:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1158