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

Implement overview layout #75

Merged
merged 9 commits into from Sep 25, 2023
Merged

Conversation

Sirmorrison
Copy link
Collaborator

@Sirmorrison Sirmorrison commented Sep 23, 2023

Fix #69

This PR implement the overview layout.
This PR uses dummy data and not real data as a follow up PR will implement the use of real wallet data for on this UI.

image image


i.DCRBackground = NewImage(decredIcons["dcrBkgImage"])
i.DCRGroupIcon = NewImage(decredIcons["dcrGroupImage"])
i.LTBackground = NewImage(decredIcons["ltBkgImage"])
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
i.LTBackground = NewImage(decredIcons["ltBkgImage"])
i.LTCBackground = NewImage(decredIcons["ltcBkgImage"])

i.DCRBackground = NewImage(decredIcons["dcrBkgImage"])
i.DCRGroupIcon = NewImage(decredIcons["dcrGroupImage"])
i.LTBackground = NewImage(decredIcons["ltBkgImage"])
i.LTGroupIcon = NewImage(decredIcons["ltGroupImage"])
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
i.LTGroupIcon = NewImage(decredIcons["ltGroupImage"])
i.LTCGroupIcon = NewImage(decredIcons["ltcGroupImage"])

@dreacot dreacot merged commit 8370870 into crypto-power:master Sep 25, 2023
1 check passed
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.

implement the overview page design
2 participants