aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-personal-msg-details.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused files from ui folder. (#3577)anticlimactic2018-03-191-60/+0
| | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui.
* 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-2/+1
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+60
|
* Make folder for responsive UIDan Finlay2017-07-041-60/+0
|
* Improve personal_sign styleDan Finlay2017-03-171-2/+11
| | | | textarea was not resizing the way I'd expected, so made it permanently larger, to accomodate larger messages.
* Remove logDan Finlay2017-03-071-1/+0
|
* Render personal_sign messages as utf-8 textDan Finlay2017-03-071-12/+3
| | | | | | | | | | | Calls to `personal_sign` are now: - When hex encoded, preserved as hex encoded, but displayed as utf-8 text. - When not hex encoded, decoded as utf-8 text as hex for signing. - The messages proposed for signing are displayed as UTF-8 text. - When the message cannot be rendered as UTF-8 text, it is displayed as hexadecimal. Fixes #1173
* Make personal sign view look niceDan Finlay2017-02-241-5/+16
|
* Got personal_sign workingDan Finlay2017-02-241-0/+50
Also fixed bug where signing would not close popup.