kandown 0.13.1 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/tui.js CHANGED
@@ -53993,7 +53993,8 @@ var DEFAULT_CONFIG = {
53993
53993
  board: {
53994
53994
  columns: ["Backlog", "Todo", "In Progress", "Review", "Done"],
53995
53995
  defaultPriority: "P3",
53996
- defaultOwnerType: "human"
53996
+ defaultOwnerType: "human",
53997
+ stackDefaultState: "collapsed"
53997
53998
  },
53998
53999
  fields: {
53999
54000
  priority: false,
@@ -54107,6 +54108,13 @@ var SETTINGS = [
54107
54108
  max: 5
54108
54109
  },
54109
54110
  // Board
54111
+ {
54112
+ key: "board.stackDefaultState",
54113
+ label: "Task groups",
54114
+ section: "Board",
54115
+ type: "select",
54116
+ options: ["collapsed", "expanded"]
54117
+ },
54110
54118
  {
54111
54119
  key: "board.defaultPriority",
54112
54120
  label: "Default priority",