mirror of
https://github.com/plankanban/planka.git
synced 2025-07-31 02:59:46 +02:00
feat: Add ability to hide completed tasks (#1210)
This commit is contained in:
parent
fc9c94b3b6
commit
d8fbf2f909
17 changed files with 158 additions and 55 deletions
|
@ -29,6 +29,11 @@ module.exports = {
|
|||
defaultsTo: true,
|
||||
columnName: 'show_on_front_of_card',
|
||||
},
|
||||
hideCompletedTasks: {
|
||||
type: 'boolean',
|
||||
defaultsTo: false,
|
||||
columnName: 'hide_completed_tasks',
|
||||
},
|
||||
|
||||
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
|
||||
// ║╣ ║║║╠╩╗║╣ ║║╚═╗
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue