Commit graph

4 commits

Author SHA1 Message Date
9e2b011e39
chore: updated Copyright 2020-02-11 16:27:47 +00:00
99ebc86270
refactor: add lint test and refactor code.
- lint test using golangci-lint.
- lint test added as a job in the testing stage.
- code refactoring based on feedback.
2020-01-24 09:51:21 +00:00
0a2b9c483e
fix: limit the height and width of flex
This commit fixes the issue where the app was using
the full height of the terminal screen.

The fix include setting the 'fullscreen' boolean to
false and explicity defining the size using SetRect.
2020-01-20 20:29:45 +00:00
45ad772818
feat: Basic UI for Pominal 2020-01-18 19:24:35 +00:00