Commit graph

7 commits

Author SHA1 Message Date
snogcel
7ef1df4484 remove empty link 2017-02-19 00:15:35 +00:00
snogcel
c9db91bad1 adjust verbiage 2017-02-18 23:57:19 +00:00
VitaliyTr
8c63866e6b enhancement: fonts & margins (#19)
* added fonts fixed btns

* fixed margin

* fixed erros
2017-02-16 10:52:46 -07:00
snogcel
d4e63ec72a adjustments 2017-02-06 01:53:44 +00:00
snogcel
c64b2637b0 update blockchain explorer 2017-02-05 13:03:01 -07:00
snogcel
dff6605da4 Dash Budget Proposal Generator (#18)
* GovObject Proposal Form

* update proposal_name --> name

* jquery ui date picker

* cleanup + copyToClipboard

* remove websockets

* aesthetic/UX changes

* fix start/end epoch times

* remove "dash-cli" prefix from gobject commands

* bugfix: proposal name double-quote serialization

* add .gitignore

* Refactor UX

* ProposalGenerator / UI Controller

* Proposal form is disabled on create

* bugfix: prepare command string

* add proposal validation

* refactor setFormEditable

* simplify url regex

* first commit with drop down list instead of datepicker for payment start & end dates

* first commit with drop down list instead of datepicker for payment start & end dates

* automatic default adjustment of end date to one month after start date whenever start date is changed

* clean readme

* added parameter bufferdays to easily change number of days before next superblock before we automatically select start date of next budget cycle

* included dropdown lists to be uneditable/editable with the "Create Proposal"/"Edit Proposal"-buttons

* replaced end date dropdown with a time span in month dropdown

* adapted default superblock for start date dropdown

* fill $("#time").val once again for the time parameter in gobject cmd

* first code to check feeTxid of govobject prepare and count confirmations

* first code to check feeTxid of govobject prepare and count confirmations

* disable/enable fee Transaction input field

* checking new block for feeTxid

* listener for blocks and 6 confirmations

* listener for blocks and 6 confirmations

* listener for blocks and 6 confirmations

* progress bar while waiting for fee tx confirmations

* added error messages

* Add epoch time to serialization and relax address validation (#4)

- address validation is breaking in Ubuntu Firefox. disabled until future fix

* bugfix: convert javascript time to unix time (/1000)

* refactor: tx listener and superblock date selection fields (#6)

* adds images, css dir, reformats proposal form

* adds dash logo, styles header, sync with design

* refactor start and end epoch calculation

* refactor js dependencies

* comment out social links for now, issue #8

* adds favicon

* move proposol header and description to right side of form

* include Roboto font

* refactor js dependencies

* refactor transaction listener

* implements tabs as step progression

* clean up tabs

* progress buttons

* progress bar

* implement transaction listener progress bar

* save progress on getting submit proposal command and progressing UI confirmations

* confirmations counted, transitions to final step

* fee transaction id appends to submit command, step four complete

* implement network selector

* bugfix: provider

* adds css proposalBlock style to rest of steps, raises validation errors on step 2 while inputting txID

* adds disconnect event for socket io

* enables new and edit buttons, hides steps in progress if new proposal clicked

* mainnet/testnet toggle is hidden upon clicking Create Proposal, reappeears upon New Proposal

* calculate total proposal amount

* bugfix and refactor total amount calculation

* adjust payment cycle selectors

* various adjustments

* moves network toggle buttons, popup on tx errors (#16)

* replace dash_logo, sharpen Governance Tools subtitle (#17)

* moves network toggle buttons, popup on tx errors

* replace dash_logo, sharpen Governance Tools subtitle

* include proposal maturity constants

* updated proposal validation

* update bitcore-lib-dash to latest

* adjust start_epoch and end_epoch calculation

* various design / label improvements

* add api prefix as parameter for socket.io

* update DASH fee amount

* update default network
2017-02-03 09:56:33 -07:00
snogcel
b2588253ae Initial commit 2016-09-18 13:06:59 -06:00