bashbunni
bashbunni
Viewport sizing in entry view is WEIRD. Not correct size after resizing window and initial view is too small. Ideally it occupies the entire width and height of the terminal...
- [ ] TUI should be handling errors with `ErrMsg` - [ ] Other errors should be handled more elegantly and returned instead of just `log.Fatal`
Currently entries all show in a single viewport, so you have to scroll to see previous entries. I want to add pagination so we can flip through entries instead of...
Create an ELI5 contributing.md for people new to contributing on github. Include resources for how to use git for contributing as a section of the document. I think all PRs...
## Description The program output gets printed to the terminal when Bubble Tea applications exit alt screen when `tea.ExecProcess` is called. ## How to replicate You can see a clear...
Changes based on feedback from our meeting on August 5 to make the style definitions more consistent. - [x] declare all styles without `.Render`
We are still depending on functionality from the package `io/ioutil`. Run `golangci-lint` on the project to see the where this needs to be changed. A PR including some tests to...
The "Copied!" message stays until the user interacts with the program again, we should make sure that all of the messages are displaying in a consistent manner as some depend...
It would be nice to be able to see what an example aims to accomplish when you click into it. I think READMEs would be great for this. Low priority...