pelican/internal/ui
Dan Anglin dbb37a1060
refactor: a lil bit of refactoring
Changes:

- Rename the UI type to App.
- Rename NewUI() to NewApp().
- Move init functions to internal/ui/ui.go.
- Call app's initialisation function from main.
- Move the keymapping functionalities to internal/ui/keymappings.go.
- Add documentation for updateColumn() and updateAllColumns().
- Applied gofmt.

Also:

- Build(mage): optionally include -a and/or -v during go build.
2024-01-14 13:46:42 +00:00
..
cardform.go refactor(ui): change type cardModal to cardForm 2024-01-12 12:33:18 +00:00
cardview.go fix(ui): display status message when moving card 2024-01-13 19:54:24 +00:00
column.go feat(ui): display the number of cards in a status. 2024-01-12 16:00:17 +00:00
init.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00
keymappings.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00
statusbar.go refactor: variable renaming 2024-01-13 12:38:37 +00:00
statusselection.go fix(ui): display status message when moving card 2024-01-13 19:54:24 +00:00
ui.go refactor: a lil bit of refactoring 2024-01-14 13:46:42 +00:00