Commit graph

2 commits

Author SHA1 Message Date
70238291e7
checkpoint: mode view added
All checks were successful
/ test (pull_request) Successful in 34s
/ lint (pull_request) Successful in 35s
- replaced baseFlex with a grid to prevent the need to add more flex
  primitive.
- Added first iteration of the mode view.
2024-01-15 21:54:21 +00:00
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