mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #423] [CLOSED] Feature/duedate format #1158
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/plankanban/planka/pull/423
Author: @HS-KunioOkita
Created: 3/29/2023
Status: ❌ Closed
Base:
master← Head:feature/duedate_format📝 Commits (10+)
d409d03日本語入力時の制御修正6ba243cMerge pull request #1 from HS-KunioOkita/feature/bugfix/keydown_iscomposing87e8c52期限切れの場合に背景を赤に変更(ボード表示のカードのみ)00fedec期限切れの場合に背景を赤に変更(カードモーダル表示)eb0ec5cMerge pull request #2 from HS-KunioOkita/feature/expired_dudatef16d290Delete FUNDING.yml05edb66Update build-and-push-docker-image.yml04f2e03Update build-and-push-docker-base-image.yml8be7bc3Update Dockerfileb974b6fUpdate 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.