-
Notifications
You must be signed in to change notification settings - Fork 46
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
update wallet page to new mock up ui #276
Conversation
7099b80
to
7f4221b
Compare
7f4221b
to
e7f18d3
Compare
The buttons to backup wallet seeds on the wallet page don't seem to be responsive |
ui/account_info_page.go
Outdated
mainLabel := pg.theme.Body1(sMain) | ||
subLabel := pg.theme.Caption(sSub) | ||
inset := layout.Inset{ | ||
Top: values.MarginPadding5, | ||
} |
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.
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.
Lets open an issue for this.
The feature to backup wallet has not been Implemented... I left a comment to this effect. |
3eaf477
to
9351fc9
Compare
7551402
to
d938d4d
Compare
ui/window.go
Outdated
@@ -54,7 +55,7 @@ type Window struct { | |||
clipboard chan interface{} | |||
toast chan *toast | |||
modal chan *modalLoad | |||
sysDestroyWithSync bool | |||
// sysDestroyWithSync bool |
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.
remove commented code
0e88c55
to
292f108
Compare
67cc0a6
to
ab40dd4
Compare
ab40dd4
to
7df8a2a
Compare
* Add account details page with dummy data * Make collapse Button, IsExpanded variables global
* Add more btn to collapsible widget
* Add support for multiple card raduis orientation
Add footer to collapsible widget
* implement redirect to wallet subpage
* Clean up tx details and wallet page codes * Rename account_info to account_info_page * Add chevron icon to collapsible widget * Align collapsible widget more icon
* Add collapsiblewithoption struct and layout * Enhance card widget to use dynamic raduis params
* Restore edit account functionality * Restore create account functionality
* Remove excess padding on wallet page, cleanup code
* Update collapse icon to mockup icon * Fix collapse header content alignment
* Remove commented lines of code * Set selected wallet data for wallet sub pages
* Change card int type raduis params to float type
7df8a2a
to
c91880c
Compare
* Fix wallet collapse expansion bug on click * Add account details page with dummy data * Enhance collapsible widget with more button * Add more option data to wallet collapsible widget * Restore create new wallet feature * Add wallet account details page * Add collapsiblewithoption struct and layout * Enhance card widget to use dynamic raduis params * Restore omitted functionalities after new UI update * Add collapsible widget with option to testapp
Fixes #267
The pr updates wallet page to new wallet page ui.