Skip to content
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

About page #352

Merged
merged 7 commits into from Mar 30, 2021
Merged

About page #352

merged 7 commits into from Mar 30, 2021

Conversation

ugwueze-dev
Copy link
Contributor

This implements about page of the new design.

Fixes #350
Screenshot from 2021-03-25 11-13-19

ui/about_page.go Outdated
versionValueLabel: common.theme.Body2("v1.5.2"),
buildDateLabel: common.theme.Body1("Build date"),
buildDateValueLabel: common.theme.Body2("2020-09-10"),
networkLabel: common.theme.Body1("Network"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to avoid naming your variable after its type. Your variable name should describe its content not its type. network would just be fine here.

ui/about_page.go Outdated
@@ -24,16 +69,108 @@ func (win *Window) AboutPage(common pageCommon) layout.Widget {
}

// main settings layout
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kindly add a more appropriate comment or if remove it if its unnecessary

ui/about_page.go Outdated
line: common.theme.Line(),
container: &layout.List{Axis: layout.Vertical},
versionLabel: common.theme.Body1("Version"),
versionValueLabel: common.theme.Body2("v1.5.2"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have a text size of 16sp, Body2 has a size of 14sp.

@oshorefueled
Copy link
Contributor

Current implementation:
Screenshot 2021-03-30 at 00 12 55

The separators should extend all the way to the right side of the card. It shouldn't be bounded by the padding. Kindly have a look at the mock design

@oshorefueled oshorefueled merged commit 0c8e794 into planetdecred:master Mar 30, 2021
song50119 pushed a commit to song50119/godcr that referenced this pull request Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add about page
2 participants