aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send
Commit message (Collapse)AuthorAgeFilesLines
* Simply logic for rendering matching accounts in to-autocomplete dropdown.Dan2017-10-251-12/+4
|
* Style dropdown of to-autocomplete.Dan2017-10-252-29/+105
|
* Improve customize gas modal error handlingDan2017-10-243-12/+55
|
* Cleaner implementation of currency-display input.Dan2017-10-241-22/+14
|
* Merge pull request #2433 from danjm/NewUI-flat-precision-improvementsChi Kei Chan2017-10-241-2/+4
|\ | | | | [NewUI] Improves precision of a calculation in send, and in confirm
| * Improve precision in send and confirm.Dan2017-10-241-2/+4
| |
* | Clear send state on cancelling and signing.Dan2017-10-241-0/+1
|/
* Fix Conversions bugs; Fiat value bugsChi Kei Chan2017-10-211-1/+11
|
* various styling fix on mobileChi Kei Chan2017-10-201-4/+4
|
* Get currency from state in account details, send and confirm screens.Dan2017-10-204-9/+14
|
* Min and default gas price, limit, total; comments out code for gas slider.Dan2017-10-201-0/+23
|
* Fixes mobile styling.Dan2017-10-201-1/+1
|
* Fix cancel button on send screen.Dan2017-10-191-0/+1
|
* Handling to and amount errors.Dan2017-10-193-13/+21
|
* Move all of send state to metamask state.Dan2017-10-193-18/+14
|
* Get from and update addressBook in send-v2Dan2017-10-191-4/+8
|
* Enable send-v2 functionality.Dan2017-10-183-7/+21
|
* Customize Gas connected to stateDan2017-10-162-1/+9
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-148-32/+214
| | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
* Refactor amount input: dynamic input width with vanilla js.Dan2017-10-131-41/+32
|
* Send v2 amount unit moves correctly.Dan2017-10-131-1/+19
|
* Adds amount and gas field to sendV2.Dan2017-10-131-0/+85
|
* Send v2 to autocomplete.Dan2017-10-111-0/+55
|
* Refactor 'rendersingleidentity' to a stand alone account-list-item component.Dan2017-10-102-49/+71
|
* UI for readonly from component. From dropdown opening and closing. Mockdata.Dan2017-10-101-0/+94
|
* Stop setting 'currentCurrency' and use local state for active currency in ↵Dan2017-09-144-12/+12
| | | | send.js
* Add token exchange ratesChi Kei Chan2017-09-132-4/+31
|
* Add frontend validation to send-tokenChi Kei Chan2017-09-121-2/+2
|
* Add buttons; handle back; add yarn.lockChi Kei Chan2017-09-121-5/+14
|
* Lint fixesDan2017-08-312-19/+17
|
* Refactor gas-fee-display to include usd and eth fee displays as separate ↵Dan2017-08-313-30/+93
| | | | components.
* Move gas fee to a separate component.Dan2017-08-311-0/+53
|
* Move currency toggle to its own component.Dan2017-08-312-0/+128