pelican/internal/ui
Dan Anglin c1bb834a7f
All checks were successful
/ test (pull_request) Successful in 34s
/ lint (pull_request) Successful in 46s
feat(ui): add support for creating status columns
This commit adds support for creating new status columns. When the user
is in the 'board edit' mode, they can press the 'c' key to create a new
column. When a new column is created it automatically assumes the last
position on the board. We will add support later on to allow the user to
re-arrange the columns on the board.

Part of apollo/pelican#22
2024-01-17 17:10:36 +00:00
..
cardform.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00
cardview.go fix(ui): display status message when moving card 2024-01-13 19:54:24 +00:00
column.go feat: add support for editing status columns 2024-01-17 13:53:54 +00:00
init.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00
keymappings.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00
modeview.go feat(ui): show board's mode next to the status bar 2024-01-17 11:12:06 +00:00
statusbar.go refactor: variable renaming 2024-01-13 12:38:37 +00:00
statusform.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00
statusselection.go fix(ui): display status message when moving card 2024-01-13 19:54:24 +00:00
ui.go feat(ui): add support for creating status columns 2024-01-17 17:10:36 +00:00