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
Daniel Ternyak
7c0cf7cb9e
Convert Contract dropdowns to react-select ( #890 )
...
* use Select in InteractForm instead of handrolled select
* convert InteractExplorer to react-select and tighten types
* remove log
* cleanup json abi placeholder
* Add react-select style overrides (#897 )
* Add react-select style overrides
* Add comment
* Add variables & mixins
* Fix border off by 1px
* use simpler .map instead of forEach
2018-01-23 18:33:11 -06:00
William O'Beirne
a58097eeaa
Various Browser Quirk Fixes ( #881 )
...
* Fix large images in onboarding in safari.
* Fix shapeshift banner centering, adjusted spacing and logo.
* Fix jagged rates.
* Fix small password input on Firefox.
* Remove top and bottom padding on form inputs that would cause cut off text.
* Dont remove top and bottom padding on textareas.
* Prevent flickering from rerender of promos.
2018-01-22 14:44:13 -06:00
William O'Beirne
9a073fd1d5
Minor Visual Touchups ( #569 )
...
* Adjust white block shadows and border radii
* Speed up global transitions.
* Adjust button styles.
* Adjusted notification styles
* Give navigation background.
* Reduce form input glow.
* Adjust input glow
* Adjust input glow.
2017-12-13 21:08:45 -08:00
William O'Beirne
b638b746de
Custom Nodes - Final Touches ( #501 )
...
* Add warning about matching nodes, only allow one url:port combination of nodes.
* Fix up alert styling.
* Custom network form.
* Add custom network to redux store. Setup infrastructure for removal and display.
* Persist custom networks to LS, show them in display.
* Force chain id, make typing happy.
* Display custom networks in network dropdown.
* Fix form validation, purge unused custom networks.
2017-12-01 10:09:51 -06:00
James Prado
0ef6380777
Wallet-Decrypt/Send Tooltips ( #436 )
...
* Update Help component && Fix some css errors
2017-11-21 12:33:20 -06:00
James Prado
81c817600f
Add disclaimer modal to footer ( #267 )
...
* Add disclaimer modal to footer
* Remove duplicate code & unnecessary styles
* Fix formatting noise
* remove un-used css style
* Fix tslint error & add media query for modals
* Nest Media Query
2017-10-05 12:22:41 -07:00
William O'Beirne
de7d4fbaa2
v3 Style Import ( #151 )
...
* Convert bootstrap to sass instead of checked in and less
* Darken body, adjust header.
* First pass at tab styles, each tab will need a lot of individual love tho.
* Update footer to main site content, improve responsiveness.
* Missing key added.
* Fix dropdowns.
* Convert GenerateWallet HTML over, still needs styling.
* Send form.
* Current rates styled.
* CurrencySwap form styles.
* SwapInfoHeader styled.
* Finish up swap restyling, minor usability improvements for mobile.
* Fix up notifications / alert customizations
* Import v3 variables.
* Fix notification spacing.
* Align input height base with buttons.
* Revert height base, add additional bootstrap overrides.
* Grid overrides.
* Move overrides to their own folder. Adjust naming.
* Fix inconsistencies.
* Style generate wallet pt 1.
* Style generate wallet pt 2
* Style generate wallet pt 3
* Fix swap
* Added some missing overries, fixed the fallout.
* Remove header text, indicate alpha version.
* Fix radio / checkbox weights.
* Bind => arrow
* Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown.
* Fix token balances buttons, footr icons.
2017-09-05 14:52:01 -05:00