make swimlane height adjustable

This commit is contained in:
mark 2023-06-13 13:43:09 -05:00
parent 0ec9c4c37b
commit 26d2efdedb
8 changed files with 108 additions and 3 deletions

View file

@ -87,7 +87,10 @@
"add-card-to-bottom-of-list": "Add Card to Bottom of List",
"set-list-width": "Set List Width",
"set-list-width-value": "List Width (pixels)",
"list-width-error-message": "List width must be a positive integer between 100 and 800. TODO(mark-i-m): hard-coded constants",
"list-width-error-message": "List width must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",
"set-swimlane-height": "Set Swimlane Height",
"set-swimlane-height-value": "Swimlane Height (pixels)",
"swimlane-height-error-message": "Swimlane height must be a positive integer >=100. TODO(mark-i-m): hard-coded constants",
"add-swimlane": "Add Swimlane",
"add-subtask": "Add Subtask",
"add-checklist": "Add Checklist",