| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
textarea was not resizing the way I'd expected, so made it permanently larger, to accomodate larger messages.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
Also fixed bug where signing would not close popup.
|