aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shapeshift-form.js
Commit message (Collapse)AuthorAgeFilesLines
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-11/+17
| | | | via a provider.
* Merge branch 'master' into i18n-translator-reduxDan2018-03-271-1/+1
|\
| * Update button stylesAlexander Tseung2018-03-261-1/+1
| |
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-11/+10
| | | | | | | | t() call; t is just available on props.
* | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵Dan2018-03-201-1/+1
| | | | | | | | reference.
* | Handle i18n with redux.Dan2018-03-161-11/+11
|/
* Fix translations whose substitutions params were not in arrays.Dan2018-03-141-1/+1
|
* Merge branch 'master' into i18nDan2018-03-071-8/+11
|\
| * Shapeshift form handles market info unavailable errors.Dan2018-03-071-3/+7
| |
| * Fixes shapeshift coin selection dropdown. (#3416)Dan J Miller2018-03-061-5/+4
| |
* | complete i18n across new UINick Doiron2018-01-301-1/+1
| |
* | get t imported in all files currently using i18nNick Doiron2018-01-251-0/+1
| |
* | first steps to i18nNick Doiron2018-01-231-11/+11
|/
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-267/+201
| | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos
* Fix lint warningsDaijiro Wachi2017-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed warnings: ```md app/scripts/controllers/computed-balances.js + 35:27 warning Missing space before function parentheses space-before-function-paren + 41:14 warning 'address' is never reassigned. Use 'const' instead prefer-const + 61:9 warning 'updater' is never reassigned. Use 'const' instead prefer-const + 68:11 warning 'newState' is never reassigned. Use 'const' instead prefer-const app/scripts/controllers/network.js + 104:29 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/createLoggerMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 15:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createOriginMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 9:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createProviderMiddleware.js + 5:34 warning Missing space before function parentheses space-before-function-paren + 13:2 warning Newline required at end of file but not found eol-last app/scripts/lib/events-proxy.js + 1:50 warning Missing space before function parentheses space-before-function-paren + 31:2 warning Newline required at end of file but not found eol-last app/scripts/lib/nodeify.js + 2:22 warning Missing space before function parentheses space-before-function-paren + 2:24 warning Missing space before opening brace space-before-blocks + 5:18 warning Missing space before function parentheses space-before-function-paren + 5:20 warning Missing space before opening brace space-before-blocks app/scripts/lib/pending-balance-calculator.js + 16:19 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/pending-tx-tracker.js + 85:11 warning '||' should be placed at the end of the line operator-linebreak + 87:11 warning '||' should be placed at the end of the line operator-linebreak + 88:11 warning '||' should be placed at the end of the line operator-linebreak + 90:11 warning '||' should be placed at the end of the line operator-linebreak + 91:11 warning '||' should be placed at the end of the line operator-linebreak app/scripts/lib/port-stream.js + 3:22 warning Missing space before function parentheses space-before-function-paren + 3:24 warning Missing space before opening brace space-before-blocks app/scripts/lib/tx-gas-utils.js + 84:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-history-helper.js + 12:37 warning Missing space before function parentheses space-before-function-paren + 23:30 warning Missing space before function parentheses space-before-function-paren + 30:23 warning Missing space before function parentheses space-before-function-paren + 35:28 warning Missing space before function parentheses space-before-function-paren + 41:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-manager.js + 94:13 warning 'value' is never reassigned. Use 'const' instead prefer-const ui/app/reducers.js + 45:7 warning 'state' is never reassigned. Use 'const' instead prefer-const + 53:7 warning 'stateString' is never reassigned. Use 'const' instead prefer-const ui/lib/tx-helper.js + 27:2 warning Newline required at end of file but not found eol-last ui/app/components/account-dropdowns.js + 163:1 warning More than 2 blank lines not allowed no-multiple-empty-lines ui/app/components/menu-droppo.js + 22:7 warning 'style' is never reassigned. Use 'const' instead prefer-const ui/app/components/shapeshift-form.js + 135:11 warning '&&' should be placed at the end of the line operator-linebreak ui/app/components/typed-message-renderer.js + 35:25 warning Missing space before function parentheses space-before-function-paren + 42:2 warning Newline required at end of file but not found eol-last mascara/server/index.js + 11:42 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 12:36 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 13:33 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 14:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 20:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 21:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 26:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat ```
* Fix layout issues flagged by @tmashuangsdtsui2017-08-091-69/+79
|
* Lots of flex rearrangement on account detail viewDan Finlay2017-07-261-9/+1
| | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+306
|
* Make folder for responsive UIDan Finlay2017-07-041-306/+0
|
* Css fixesfrankiebee2017-04-241-4/+6
|
* remove updateBuyAddress actionJared Pereira2017-04-241-4/+0
|
* Initial redo attempt of the buy view to look like vladt's desighnfrankiebee2017-04-191-17/+7
|
* rename selectedAccount to selectedAddresskumavis2017-01-311-1/+0
|
* Linting to the max.Kevin Serrano2016-11-121-3/+1
|
* Unify warning functions.Kevin G. Serrano2016-11-081-1/+1
|
* Space out purchase details on ShapeShift formDan Finlay2016-09-161-4/+3
|
* Revert "Add new eth-lightwallet salting to vault."Frankie2016-09-131-2/+2
|
* Camelcase dataset key for reactDan Finlay2016-09-111-2/+2
|
* Persist shapeshift form input valuesDan Finlay2016-08-261-3/+12
|
* Add api Public keyFrankie2016-08-191-0/+2
|
* Add multi message capability to Qr view for market infoFrankie2016-08-131-2/+6
|
* Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-101/+71
|
* Even out some of the marginsFrankie2016-08-111-2/+4
|
* Fix typo for copyButtonFrankie2016-08-111-1/+1
|
* Create "buy form" add shape shiftFrankie2016-08-111-0/+335