[PR #845] [MERGED] feat: Colorize DueDate badge and add toggleable completion flag. #1120

Closed
opened 2026-02-04 21:51:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/845
Author: @glorpen
Created: 8/12/2024
Status: Merged
Merged: 8/12/2024
Merged by: @meltyshev

Base: masterHead: master


📝 Commits (2)

  • 1bf2547 feat: Colorize DueDate badge and add toggleable completion flag.
  • cce3d7a chore: Fix linting

📊 Changes

12 files changed (+207 additions, -38 deletions)

View changed files

📝 client/src/components/Card/Card.jsx (+17 -1)
📝 client/src/components/CardModal/CardModal.jsx (+18 -2)
📝 client/src/components/DueDate/DueDate.jsx (+77 -30)
📝 client/src/components/DueDate/DueDate.module.scss (+53 -0)
📝 client/src/containers/CardContainer.js (+3 -4)
📝 client/src/containers/CardModalContainer.js (+2 -0)
📝 client/src/models/Card.js (+4 -0)
📝 server/api/controllers/cards/create.js (+11 -1)
📝 server/api/controllers/cards/update.js (+4 -0)
📝 server/api/helpers/cards/duplicate-one.js (+1 -0)
📝 server/api/models/Card.js (+5 -0)
server/db/migrations/20240812065305_add_due_completion.js.js (+12 -0)

📄 Description

Mark overdue dates with red colour, less than 24h with yellow and completed with green. In Card edit modal, DueDate widget now allows toggling completion flag (checkbox).

due-date


🔄 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/845 **Author:** [@glorpen](https://github.com/glorpen) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`1bf2547`](https://github.com/plankanban/planka/commit/1bf25474d0a7fcb985972d17390561829cdc3023) feat: Colorize DueDate badge and add toggleable completion flag. - [`cce3d7a`](https://github.com/plankanban/planka/commit/cce3d7ab8ddfd6fea0a7cbb88b435889db1e63cc) chore: Fix linting ### 📊 Changes **12 files changed** (+207 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/Card/Card.jsx` (+17 -1) 📝 `client/src/components/CardModal/CardModal.jsx` (+18 -2) 📝 `client/src/components/DueDate/DueDate.jsx` (+77 -30) 📝 `client/src/components/DueDate/DueDate.module.scss` (+53 -0) 📝 `client/src/containers/CardContainer.js` (+3 -4) 📝 `client/src/containers/CardModalContainer.js` (+2 -0) 📝 `client/src/models/Card.js` (+4 -0) 📝 `server/api/controllers/cards/create.js` (+11 -1) 📝 `server/api/controllers/cards/update.js` (+4 -0) 📝 `server/api/helpers/cards/duplicate-one.js` (+1 -0) 📝 `server/api/models/Card.js` (+5 -0) ➕ `server/db/migrations/20240812065305_add_due_completion.js.js` (+12 -0) </details> ### 📄 Description Mark overdue dates with red colour, less than 24h with yellow and completed with green. In Card edit modal, DueDate widget now allows toggling completion flag (checkbox). ![due-date](https://github.com/user-attachments/assets/0ce973b2-a6d4-4a20-887e-09a35c0ee99b) --- <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 2026-02-04 21:51:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1120