dogecash / dogecash-old

DogeCash Core Code
MIT License
31 stars 20 forks source link

Added a governance tab with a proposal creatation feature. #16

Closed KolbyML closed 5 years ago

KolbyML commented 5 years ago

This proposal adds a governance tab to pivx's new gui. It also adds a proposal creation feature so you can easily create a proposal without using the console.

This is meant to make the governance process easier for the common user who isn't tech-savvy and should allow more people to participate in the governance process both in voting and in creation.

This is the governance tab it is based off the old one pivx had, but with some modification to better fit the gui and with the addition of a dark theme for it. image

It also adds a proposal creation feature which allows you to create proposals in a graphical user interface instead of a console opening up governance to more people than ever before and breaking the barrier to entry. image

akshaynexus commented 5 years ago

Is there a image of how the dark ui looks for governance's it possible to conform to th new Pivx ui's dialog system?wherin it isn't a popup,se the encrypt wallet dialog to see how its handled on it.

KolbyML commented 5 years ago

Yeah sure I will post that here

KolbyML commented 5 years ago

image

KolbyML commented 5 years ago

Good catch I will fix that black text up also I forgot to check the dark theme for the creation proposal

KolbyML commented 5 years ago

Ok dark theme is now fixed for the tab also now there are also some improvements for light theme as well. image image

KolbyML commented 5 years ago

Ok so I just squashed the new commits I made

akshaynexus commented 5 years ago

Looks good,wil test it shortly

akshaynexus commented 5 years ago

Small change needed before merge,use the svg isntead of png for the governance active and other icons needed for governance ui

KolbyML commented 5 years ago

You guys don't have any svg's for governance active in the image folder so if you have a copy i can add or something.

akshaynexus commented 5 years ago

Sure,ill link it in a min

akshaynexus commented 5 years ago

https://github.com/dogecash/dogecash-explorer/blob/master/public/img/governance.svg

https://github.com/dogecash/dogecash-explorer/blob/master/public/img/governance_white.svg

KolbyML commented 5 years ago

I will do that when I drive home today

akshaynexus commented 5 years ago

cool

KolbyML commented 5 years ago

Ok I added the svg's and did a squash