aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/edit-account-name-modal.js
Commit message (Collapse)AuthorAgeFilesLines
* Update hide-token-confirmation-modal.js to use new modalState schema (#4482)Dan J Miller2018-06-051-1/+1
| | | | | | * Update hide-token-confirmation-modal.js to use new modalState schema (added in 41e38fe55). * Fix modalState props
* Move setAccountLabel into PreferencesControllerWhymarrh Whitby2018-05-171-4/+4
|
* Removes t from props via metamask-connect and instead places it on context ↵Dan2018-03-291-3/+9
| | | | via a provider.
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-3/+2
| | | | 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-3/+3
|
* i18n - load locales manuallykumavis2018-03-151-1/+1
|
* complete i18n across new UINick Doiron2018-01-301-2/+2
|
* 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-2/+2
|
* Edit account modal shows and allows editing of name from props, not just ↵Dan2017-10-091-2/+3
| | | | placeholder.
* Lint fixesDan2017-08-311-1/+1
|
* Hook up identicon and buttons to AccountDetailsModal, clean up colorssdtsui2017-08-221-3/+0
|
* Hook up hideModal action to close icon in EditAccountNameModalsdtsui2017-08-211-1/+5
|
* Hook up actions to EditAccountNameModalsdtsui2017-08-211-45/+40
|
* Enhance global modal to handle Buy, Edit, and Details Modalssdtsui2017-08-211-0/+80