-
Notifications
You must be signed in to change notification settings - Fork 171
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
QML rewrite: use a reusable base "Page" component for each UI page #733
Conversation
e01ce4b
to
4ef7c17
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.
Code LGTM, but I've tried to comapre it to main version
Here it looks like the buttons are slightly stretched
Here it looks like the Heading is slightly smaller on cleanup version and the entire content inside the FMW is wider
Also it looks like the "Download & Write" is not working in either of them (but might be just WSL Fedora problem :D)
This "Page" component also now includes buttons, which originally were part of the main UI, where we also had the complete logic for what text and actions should be used for both buttons at different state. Moving this to per page component makes things simpler, easier to understand and less error prone. It also removes quite a lot of code.
This "Page" component also now includes buttons, which originally were part of the main UI, where we also had the complete logic for what text actions should be used for both buttons at different state. Moving to per page component makes things simpler, easier to understand less error prone. It also removes quite a lot of code.