We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After PR #8 most of the major UI components are done. There are a few outstanding things I would like to dial though.
When the terminal height is small the help messages get cut off.
The strike zone gets distorted when the info or box score panes aren't shown.
info
box score
bad: good:
See images
The text was updated successfully, but these errors were encountered:
Box score:
For the player names I'm using the last string after splitting by white space. This leads to some wrong results, e.g. Fernando Tatis Jr. becomes Jr..
Fernando Tatis Jr.
Jr.
Sorry, something went wrong.
andschneider
Successfully merging a pull request may close this issue.
After PR #8 most of the major UI components are done. There are a few outstanding things I would like to dial though.
help
When the terminal height is small the help messages get cut off.
strike zone
The strike zone gets distorted when the
info
orbox score
panes aren't shown.bad:
good:
box score
See images
The text was updated successfully, but these errors were encountered: