aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-artif...kumavis2018-03-3011-57/+109
|\
| * Removes t from props via metamask-connect and instead places it on context vi...Dan2018-03-2911-57/+109
* | ui - use relative location for imageskumavis2018-03-291-2/+2
* | ui - fix relative url for deposit-ether-modalkumavis2018-03-291-1/+1
|/
* Merge branch 'master' into i18n-translator-reduxDan2018-03-273-6/+6
|\
| * Update button stylesAlexander Tseung2018-03-263-6/+6
* | Lint fixesDan2018-03-222-3/+3
* | Fix references to undefined 'this.props'Dan2018-03-221-13/+13
* | i18n redux solution doesn't require importing t() and passing state to each t...Dan2018-03-2210-54/+45
* | Lint fixes.Dan2018-03-202-0/+2
* | Fixed t() calls where localeMessages is missing; and fix incorrect connect re...Dan2018-03-205-7/+7
* | Merge branch 'master' into i18n-translator-reduxDan2018-03-201-2/+4
|\|
| * Update Confirm Contract screen (#3597)Alexander Tseung2018-03-171-1/+1
| * Update Deposit Eth icon (#3569)Alexander Tseung2018-03-161-4/+6
* | Handle i18n with redux.Dan2018-03-1611-58/+58
* | i18n - load locales manuallykumavis2018-03-1510-26/+36
|/
* Add missing opening parens to pag-container__subtitleThomas2018-03-141-1/+1
* Merge branch 'master' into i18nThomas Huang2018-03-142-54/+65
|\
| * Update deposit ether styling (#3510)Alexander Tseung2018-03-132-53/+68
* | Merge branch 'master' into i18nDan2018-03-074-7/+105
|\|
| * Shapeshift form handles market info unavailable errors.Dan2018-03-072-1/+16
| * Add reset account button to new UI.Dan2018-02-093-6/+89
* | complete i18n across new UINick Doiron2018-01-305-11/+13
* | separate out cross-browser i18n for extensionsNick Doiron2018-01-259-0/+9
* | better organization of locale file; i18n in more view filesNick Doiron2018-01-249-53/+45
|/
* Fix rendering QR code in old UI, hide unnecessary back buttonAlexander Tseung2018-01-171-1/+3
* Fix Hide Token modal styling, popup positioningAlexander Tseung2018-01-161-2/+2
* Merge branch 'uat' into cb-388Chi Kei Chan2018-01-133-1/+215
|\
| * [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-133-1/+215
* | Update styling for buttons, font weightsAlexander Tseung2018-01-122-5/+9
|/
* Show user notifications after switch between UIsDan2017-12-052-0/+88
* Improve variable name.Dan2017-11-141-2/+2
* Deposit button shows link to faucet on testnet networks.Dan2017-11-141-15/+23
* darker backdrop style for modalcjeria2017-11-101-1/+1
* More lint fixesDan2017-11-022-2/+2
* Lint fixes for NewUI-flat.Dan2017-11-022-2/+1
* Provide default new account nameAlexander Tseung2017-10-271-63/+78
* Allow editing account name in account details modalAlexander Tseung2017-10-261-8/+13
* Fix Import an Account link not working in Create Account modalAlexander Tseung2017-10-261-6/+10
* Fix gas input styling on mobile viewChi Kei Chan2017-10-251-4/+3
* Change download to show in Export Private Key ModalChi Kei Chan2017-10-251-2/+2
* Fix styling in private key modalChi Kei Chan2017-10-241-1/+0
* Change all "Buy" to "Deposit"Alexander Tseung2017-10-231-2/+2
* Fix click to copy for private key not working (#2360)Alexander Tseung2017-10-141-3/+5
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state...Dan J Miller2017-10-141-0/+26
* Edit account modal shows and allows editing of name from props, not just plac...Dan2017-10-091-2/+3
* Enables remove token and ensures add/remove update the list without need for ...Dan2017-10-041-4/+12
* Hide token confirmation modal uiDan2017-10-032-0/+81
* Shapeshift deposit tx modal.Dan2017-10-023-1/+53
* Hide ShapeShift and Fix Modal StylingsChi Kei Chan2017-09-292-13/+52
* Keep privateKey out of state and clear it after closing export private key mo...Dan2017-09-281-7/+14
* Adds a back button to export private key modal; connects account details to s...Dan2017-09-283-5/+41
* Connect export key modal to state and enable actions.Dan2017-09-271-13/+72
* Export private key modal body ui.Dan2017-09-261-0/+22
* Exports private key modal opens from dropdown.Dan2017-09-242-15/+68
* get identities from getState() instead of passing from caller, only set new a...Dan2017-09-231-6/+6
* New account modal now allows for addition of account name.Dan2017-09-231-4/+16
* Open account details modal on buy -> direct deposit.Dan2017-09-231-1/+11
* Abstract account modal.Dan2017-09-222-35/+65
* Buy Modal StylingChi Kei Chan2017-09-201-3/+4
* Ensures that new accounts are only created from the modal, and not when click...Dan2017-09-161-1/+7
* Style send token screenChi Kei Chan2017-09-112-22/+17
* New account modal top right close button working.Dan2017-09-091-1/+3
* Tweak styles in new-account-modal.Dan2017-09-091-2/+2
* Close button in account-details-modal working.Dan2017-09-081-1/+3
* Touch up style of account-details-modal.Dan2017-09-081-0/+2
* Lint fixesDan2017-08-316-18/+18
* Patch 3 new account modal (#1962)Dan J Miller2017-08-252-13/+16
* Patch 2 account details modal (#1957)Dan J Miller2017-08-252-12/+7
* Hook up send screen action to Send Button in TxViewsdtsui2017-08-221-1/+1
* Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-223-24/+27
* Integrate old QR component with new modal layoutsdtsui2017-08-221-11/+15
* [WIP] Render a QR code in AccountDetailsModalsdtsui2017-08-221-3/+5
* [WIP] Aggregate data for QRViewsdtsui2017-08-221-2/+13
* Add wrapper CSS for NewAccountModalsdtsui2017-08-211-39/+29
* Add wrapper CSS for AccountDetailsModalsdtsui2017-08-212-32/+36
* Hook up hideModal action to close icon in EditAccountNameModalsdtsui2017-08-211-1/+5
* Hook up actions to EditAccountNameModalsdtsui2017-08-214-87/+82
* 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-212-0/+84
* Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-216-50/+244
* Extend modal implementation and state management to accomodate multiple modal...sdtsui2017-08-211-2/+14
* [WiP] Add comments for multiple modalssdtsui2017-08-151-0/+20
* [WIP] Extract network dropdown out of main app render functionsdtsui2017-08-141-6/+2
* Move global modals into own pod, inside components/modalssdtsui2017-08-143-0/+136