-
Notifications
You must be signed in to change notification settings - Fork 61
Feature/sites #17
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
Feature/sites #17
Conversation
…s not checked or not properly filled.
… so user doesn't need to click enter to unlock Upload button, and making sure that value is there.
|
@adku Do you want to resolve the conflicts on this PR? The storyboard conflict is probably simpler to just delete your changes, and recreate the changes from the master branch storyboard. Otherwise, I can take your code changes into a branch of my own and reapply the storyboard changes. |
…d resolved conflicts
|
@macblazer |
| } | ||
| } | ||
|
|
||
| func updateSiteUI() { |
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.
Since this project makes heavy use of bindings, if you wanted to you could remove this hide/show logic from the code and use bindings on the labels' Hidden property, and tie it to the Site checkbox state.
macblazer
left a comment
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.
The code seems to work as is. One minor adjustment perhaps.
Done: #12