-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Improve text field input #27
Commits on Aug 17, 2022
-
Add ColorChecker class. Add colorInputs ObservedObject for color stri…
…ngs & checking methods. Add mark or checkmark image for feedback on valid text input. Fix SwiftLint warnings.
Configuration menu - View commit details
-
Copy full SHA for 2430f97 - Browse repository at this point
Copy the full SHA 2430f97View commit details
Commits on Aug 18, 2022
-
Delete ColorChecker class & ObservedObject. Delete SF symbol for colo…
…r text input validation. Keep SwiftLint warning fixes.
Configuration menu - View commit details
-
Copy full SHA for 2d1aafb - Browse repository at this point
Copy the full SHA 2d1aafbView commit details -
Add ColorInputView. Setup ColorInputView for hex color inputs. Add co…
…ndition to change text color if color code is invalid. Add condition to limit character input. Add textColor to NativeTextField for use in updateNSView method. Update other ColorViews to use textColor.
Configuration menu - View commit details
-
Copy full SHA for 59b5e48 - Browse repository at this point
Copy the full SHA 59b5e48View commit details
Commits on Aug 19, 2022
-
Move hsl logic to ColorInputView. Delete hexColorView & hslColorView.…
… Add hsl ColorInputView to ColorPickerScreen. Update comments.
Configuration menu - View commit details
-
Copy full SHA for dbf5bed - Browse repository at this point
Copy the full SHA dbf5bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f45b2 - Browse repository at this point
Copy the full SHA 99f45b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26509e5 - Browse repository at this point
Copy the full SHA 26509e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf5e65 - Browse repository at this point
Copy the full SHA 1cf5e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d5826 - Browse repository at this point
Copy the full SHA 32d5826View commit details
Commits on Aug 24, 2022
-
Move isPreventingUpdate bool & color strings to AppState as @published …
…properties. Move updateColorsFromPanel method to AppState. Refactor ColorInputView & ColorPickerScreen to use @published properties from AppState. Delete unused textColor variable. Update comments.
Configuration menu - View commit details
-
Copy full SHA for 98eef57 - Browse repository at this point
Copy the full SHA 98eef57View commit details