mirror of
https://github.com/plankanban/planka.git
synced 2026-02-27 08:00:55 +03:00
[PR #1210] [MERGED] feat: Add global "Hide checked tasks" toggle for all checklists in card modal #1236
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/1210
Author: @symonbaikov
Created: 6/12/2025
Status: ✅ Merged
Merged: 7/21/2025
Merged by: @meltyshev
Base:
master← Head:feature/hide-checked-tasks-clean📝 Commits (2)
386d3d4feat: add global 'hide checked tasks' toggle for all checklists in card modal. Show toggle only if at least one checklist exists. Add translations for all locales.9b1e0b6fix: Rework, cleanup📊 Changes
17 files changed (+158 additions, -55 deletions)
View changed files
📝
client/src/components/cards/Card/TaskList/TaskList.jsx(+20 -5)📝
client/src/components/cards/Card/TaskList/TaskList.module.scss(+15 -19)📝
client/src/components/cards/CardModal/TaskLists/EditStep.jsx(+3 -1)📝
client/src/components/cards/CardModal/TaskLists/Item.jsx(+35 -9)📝
client/src/components/cards/CardModal/TaskLists/Item.module.scss(+15 -6)📝
client/src/components/task-lists/AddTaskListStep.jsx(+1 -0)📝
client/src/components/task-lists/TaskList/TaskList.jsx(+13 -4)📝
client/src/components/task-lists/TaskList/TaskList.module.scss(+9 -8)📝
client/src/components/task-lists/TaskListEditor/TaskListEditor.jsx(+8 -0)📝
client/src/locales/en-GB/core.js(+1 -0)📝
client/src/locales/en-US/core.js(+1 -0)📝
client/src/models/TaskList.js(+2 -0)📝
server/api/controllers/task-lists/create.js(+4 -1)📝
server/api/controllers/task-lists/update.js(+4 -1)📝
server/api/helpers/cards/duplicate-one.js(+1 -1)📝
server/api/models/TaskList.js(+5 -0)➕
server/db/migrations/20250721132312_add_ability_to_hide_completed_tasks.js(+21 -0)📄 Description
What’s new
Why
How it works
Closes #1137
If you have any feedback or suggestions, please let me know!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.