-
Notifications
You must be signed in to change notification settings - Fork 514
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
“Add pump” button when pump has not been configured #184
Conversation
The PR adds a “pump” icon and “add pump” label in the header of the main view.
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.
Works as expected during brief testing by adding and removing the sim or Dash pump driver on a non.looping phone. Thanks!
I did not inspect the code.
minor updates about code.
Quality Gate passedIssues Measures |
Do you plan on resolving the remaining 2 sonarcloud issues? If so I'll wait with reviewing :-) |
That's the problem with a "minor" fix required to review again. I don't think to resolve the 2 sonarcloud issues because all the (old) code is based on the double or triple closures in swiftUI. Not sure this rule is very useful and improve the maintenance of the code. |
Code review - some of this is beyond my skill level, but all looks reasonable. Testing:Configuration:
|
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.
Still works as expected by testing on the phone. Merging after two approving reviews.
The PR adds a “pump” icon and “add pump” label in the header of the main view.
The tap gesture open the view to select a pump.
Link with #171 to review.