William O'Beirne
bdaf40a0ce
Send Form Style Adjustments ( #1368 )
...
* Remove title from account, tighten buttons and subtabs.
* Send everything button in input.
* Request tx to full width, adjust transaction fee spacing.
* Fix token balances button spacing.
* Fix address identicon flying offscreen. Tighten up identicon, show border even when theres no identicon.
* Add isSelfAddress boolean to AddressField, use it on WalletInfo tab.
* Use short amount again.
* Unused
2018-03-22 13:30:51 -05:00
William O'Beirne
eaa9ac392c
Unify Spinner / Refresh Styles ( #1032 )
...
* Unify spinner styles, enforce more SuitCSS style names
* Unify spinner styles, enforce more SuitCSS style names
* Hide refresh offline, adjust colors correctly.
2018-02-08 17:44:30 -06:00
James Prado
0ab226ca16
Add nonce loading indicator & refresh button ( #1021 )
...
* Add InlineSpinner component
* Add 'what-input' module
* Add input style overrides
* Add new refresh icon
* Update footer styles
* Add nonce refresh button & loading indicator
* Center InlineSpinner
* Add types
* Lock version
* prettify package.json
* prettify package.json
2018-02-08 11:51:15 -06:00
James Prado
c631f45ab7
Improve Gas Price UX (Part 2) ( #850 )
...
* Remove gas dropdown & Add gas sliders
* Update styles
* Revert changes made to requestpayment.tsx
* Update style & add custom labels to GasLimitField
* Update styles
* Update confirm transaction modal
* Revert "Update confirm transaction modal"
This reverts commit 743c9a505fe070feb55f7af550ad918a3d8899d1.
* Add transaction fee to tx confirmation modal
* Update styles
* Remove old gasPriceDropdown files & use network units in tx fee
* Add option to lock gaslimit data
* fix tslint errors
* Rename lockData to readOnly
* Add option to check if validAmount before generating transaction
* Add nonce field if gas slider is readonly
* Automatically set nonce in <Send/>
* Update snapshot
* Move getNonceRequested to GasSlider component
* Add optional to check value for isValidAmount selector
* Add selector for transaction fee
* Update GasSlider component & Rename to Gas
* update snapshots
* Fix subtabs className
* Update styles
* Remove dataField on contract interact
* rename <Gas/> to <TXMetaDataPanel/>
2018-01-24 21:43:27 -06:00