blockchainprojects / bitshares-ui

Graphical User Interface for BitShares Blockchain
https://wallet.bitshares.org
MIT License
0 stars 1 forks source link

#2677ANTify, restyle and refactor voting overview #114

Closed VerevkinAlexander closed 5 years ago

VerevkinAlexander commented 5 years ago

General

Closes #110

General

Please make sure the following is done:

Code Preparation

Please review all your changes one last time before committing

Testing

The branch has been tested on the following browsers (desktop and mobile view)

User interface changes

image

image

VerevkinAlexander commented 5 years ago

I`ve finished this task, please check.

sschiessl-bcp commented 5 years ago

image

@Metizik Please migrate the Tabs component also to new Styleguide version.

Example usage of new Tabs component with router here https://github.com/bitshares/bitshares-ui/blob/a025cf026434a044625229af841f5308985d912d/app/components/Explorer/Explorer.jsx#L70

New component should allow router for witnesses committee and workers a la

That means that the logic that saves the current votes and broadcasts must be in the parent component (Save button in current logic) and only the child Tabs be displayed through the different routes.

sschiessl-bcp commented 5 years ago

I will create a new issue for this, forwarded this now. Thanks