Skip to content
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

some fixes and improvements to the crafting UI #284

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

UmbarPantera
Copy link

input field of the number wheel:

  • remove all decorators before dealing with the user input
  • place the cursor next to the number, if it is in front/behind the decorator, so you no longer have to move the cursor to this position manually to be able to edit the number
  • create an own function for input validation and use its result for some basic error messages, so the user gets a better idea what's going wrong
  • make it possible to add some custom styles to an alert message, if you display it and use this to make error messages red

Limit the input field for a custom item name to 28 chars, because it will get cut off at this point anyway and add an error message, if you try to enter more than 28 chars.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant