pelican/internal/ui
Dan Anglin db65a51c66
checkpoint: refactoring stuff
- Rename UI to App
- Rename NewUI to NewApp
- Move init functions to internal/ui/ui.go
- Call app's initialisation function from main.
- Move the keybinding functionality to internal/ui/keymappings.go
- Add documentation for updateColumn and updateAllColumns
2024-01-14 12:22:40 +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 checkpoint: refactoring stuff 2024-01-14 12:22:40 +00:00
keymappings.go checkpoint: refactoring stuff 2024-01-14 12:22:40 +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 checkpoint: refactoring stuff 2024-01-14 12:22:40 +00:00