-
Notifications
You must be signed in to change notification settings - Fork 41
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
Format BlockClock progress percentage according to the design file #276
Conversation
Concept ACK |
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.
Screencast.from.02-28-23.11.44.46.webm
Appears to be some initialization issues when onboarding is skipped
diff --git a/src/qml/pages/main.qml b/src/qml/pages/main.qml
index b7786fdc0..d0cbd72b2 100644
--- a/src/qml/pages/main.qml
+++ b/src/qml/pages/main.qml
@@ -21,7 +21,7 @@ ApplicationWindow {
StackView {
id: main
- initialItem: onboardingWizard
+ initialItem: node
anchors.fill: parent
}
@johnny9 It seems that you're actually testing #277? The issue you're seeing in the video is that with #277, we have synced set to if verificationprogress is > 99 where what it should be set to is a check on if the node is in IBD or not. What you're seeing in the video is some new headers, but we're not in IBD, so the UI gets put in a weird place. Will Update 277. |
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.
nitpick: extra whitespace in header
value
6958971
to
603d8b8
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.
ACK 603d8b8
This formats the BlockClock's progress percentage to fit with the design file
The design file shows:
This PR implements