aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/modal.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix confirmation popup not always openingAlexander Tseung2018-04-171-5/+6
|
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-1/+1
| | | | t() call; t is just available on props.
* Handle i18n with redux.Dan2018-03-161-1/+1
|
* i18n - load locales manuallykumavis2018-03-151-5/+4
|
* Merge branch 'master' into i18nThomas Huang2018-03-141-4/+6
|\
| * Update deposit ether styling (#3510)Alexander Tseung2018-03-131-4/+6
| |
* | Merge branch 'master' into i18nDan2018-03-071-1/+24
|\|
| * Shapeshift form handles market info unavailable errors.Dan2018-03-071-1/+11
| |
| * Add reset account button to new UI.Dan2018-02-091-0/+13
| |
* | separate out cross-browser i18n for extensionsNick Doiron2018-01-251-0/+1
| |
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-241-6/+4
|/
* [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-131-0/+32
| | | | | | | | | | | | | | | | | | | | | | * 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
* Show user notifications after switch between UIsDan2017-12-051-0/+37
|
* darker backdrop style for modalcjeria2017-11-101-1/+1
|
* More lint fixesDan2017-11-021-1/+1
|
* Fix gas input styling on mobile viewChi Kei Chan2017-10-251-4/+3
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-0/+26
| | | | | | | | | | | | | | | | | | 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.
* Hide token confirmation modal uiDan2017-10-031-0/+15
|
* Shapeshift deposit tx modal.Dan2017-10-021-0/+8
|
* Hide ShapeShift and Fix Modal StylingsChi Kei Chan2017-09-291-8/+47
|
* Exports private key modal opens from dropdown.Dan2017-09-241-15/+27
|
* Buy Modal StylingChi Kei Chan2017-09-201-3/+4
|
* Style send token screenChi Kei Chan2017-09-111-0/+5
|
* Touch up style of account-details-modal.Dan2017-09-081-0/+2
|
* Lint fixesDan2017-08-311-6/+6
|
* Patch 3 new account modal (#1962)Dan J Miller2017-08-251-2/+8
| | | | | | | | | | | | * Account details modal styling changes. * Tweaking styles. * New account modal re-styling. * Tweaks to paddings, margins, font sizes, colors and modal dimensions. * Replace colour codes with variables.
* Patch 2 account details modal (#1957)Dan J Miller2017-08-251-2/+2
| | | | | | * Account details modal styling changes. * Tweaking styles.
* Add wrapper CSS for AccountDetailsModalsdtsui2017-08-211-3/+11
|
* Enhance global modal to accept styles from different componentssdtsui2017-08-211-45/+62
|
* Implement new dropdown design, integrate account balancessdtsui2017-08-211-2/+2
|
* Hook up template for New Account Modalsdtsui2017-08-211-0/+4
|
* Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-211-3/+11
|
* Extend modal implementation and state management to accomodate multiple ↵sdtsui2017-08-211-2/+14
| | | | modal types
* Move global modals into own pod, inside components/modalssdtsui2017-08-141-0/+100