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

update wallet page to new mock up ui #276

Merged
merged 23 commits into from Dec 30, 2020

Conversation

Sirmorrison
Copy link
Contributor

@Sirmorrison Sirmorrison commented Dec 7, 2020

Fixes #267
The pr updates wallet page to new wallet page ui.

image

image

image

image

image

image

image

@Sirmorrison Sirmorrison force-pushed the wallet_newui branch 2 times, most recently from 7099b80 to 7f4221b Compare December 14, 2020 07:48
@Sirmorrison Sirmorrison marked this pull request as ready for review December 14, 2020 07:52
@oshorefueled
Copy link
Contributor

The buttons to backup wallet seeds on the wallet page don't seem to be responsive

Comment on lines 177 to 181
mainLabel := pg.theme.Body1(sMain)
subLabel := pg.theme.Caption(sSub)
inset := layout.Inset{
Top: values.MarginPadding5,
}
Copy link
Contributor

Choose a reason for hiding this comment

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

can this balance layout be made a method that can be used by any view that displays amount in DCR? An example is the overview page which displays the balance inconsistently.
Screenshot 2020-12-18 at 19 36 47

Copy link
Contributor Author

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.

@Sirmorrison
Copy link
Contributor Author

The buttons to backup wallet seeds on the wallet page don't seem to be responsive

The feature to backup wallet has not been Implemented... I left a comment to this effect.

ui/decredmaterial/card.go Outdated Show resolved Hide resolved
@Sirmorrison Sirmorrison force-pushed the wallet_newui branch 2 times, most recently from 3eaf477 to 9351fc9 Compare December 23, 2020 06:25
@Sirmorrison Sirmorrison changed the title Wallet newui update wallet page to new mock up ui Dec 24, 2020
@Sirmorrison Sirmorrison force-pushed the wallet_newui branch 4 times, most recently from 7551402 to d938d4d Compare December 24, 2020 07:50
ui/decredmaterial/collapsible.go Outdated Show resolved Hide resolved
ui/decredmaterial/collapsible.go Outdated Show resolved Hide resolved
ui/wallet_page.go Show resolved Hide resolved
ui/window.go Outdated
@@ -54,7 +55,7 @@ type Window struct {
clipboard chan interface{}
toast chan *toast
modal chan *modalLoad
sysDestroyWithSync bool
// sysDestroyWithSync bool
Copy link
Contributor

Choose a reason for hiding this comment

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

remove commented code

@oshorefueled
Copy link
Contributor

The collapsed and expanded icons are not the same with what's in the mockup. Also the balance next to the menu button is not properly aligned with the menu button.

Current implementation
Screenshot 2020-12-25 at 11 18 39

Correct implementation
Screenshot 2020-12-25 at 11 18 58

Screenshot 2020-12-25 at 11 19 04

@Sirmorrison Sirmorrison force-pushed the wallet_newui branch 3 times, most recently from 0e88c55 to 292f108 Compare December 25, 2020 16:52
ui/decredmaterial/card.go Outdated Show resolved Hide resolved
ui/test/testapp.go Outdated Show resolved Hide resolved
ui/recieve_page.go Outdated Show resolved Hide resolved
oshorefueled
oshorefueled previously approved these changes Dec 29, 2020
* 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
@oshorefueled oshorefueled merged commit da4388c into planetdecred:master Dec 30, 2020
song50119 pushed a commit to song50119/godcr that referenced this pull request Apr 24, 2022
* 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
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.

update wallets page to new ui
2 participants