-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Format inventory screen #22
Labels
Comments
Working on it! |
can i also work on it?? |
I don't think chracter counting is needed if you keep a mximum width |
I made a functional solution for this issue, I'll submit a PR soon. |
Just submitted my PR. Let me know if there are any issues, I didn't get to test it with the full project but it worked perfectly with a driver I wrote. |
Fixed by #31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the inventory looks like this.
3 things need to be implemented:
So it would end up looking like this diagram, labelled:
You will have to do some character counting when implementing 2 and 3, since as the values add digits, less spaces will be needed.
The text was updated successfully, but these errors were encountered: