-
Notifications
You must be signed in to change notification settings - Fork 4
feature/input validation general #18
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
base: main
Are you sure you want to change the base?
feature/input validation general #18
Conversation
LaSi5002
commented
Jul 1, 2025
- VTextInput for strings and numbers
- VSwitch for bools
- Dropdowns for enums
- Errors get marked red with error message below
- state gets refreshed from server_vars on exit field
- schema specific type conversion on state -> server_vars (state saves strings and server_vars the correct types)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I left some comments for improved integration within the codebase.
Thank you for your work. Changes look good to me! |
1f76d5c
to
b5127b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
be7ac28
to
02f7f9c
Compare
02f7f9c
to
15b3173
Compare
1473404
to
ca61a6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me. LGTM!