Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+60 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -60/+0 |
| | |||||
* | Improve personal_sign style | Dan Finlay | 2017-03-17 | 1 | -2/+11 |
| | | | | textarea was not resizing the way I'd expected, so made it permanently larger, to accomodate larger messages. | ||||
* | Remove log | Dan Finlay | 2017-03-07 | 1 | -1/+0 |
| | |||||
* | Render personal_sign messages as utf-8 text | Dan Finlay | 2017-03-07 | 1 | -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 nice | Dan Finlay | 2017-02-24 | 1 | -5/+16 |
| | |||||
* | Got personal_sign working | Dan Finlay | 2017-02-24 | 1 | -0/+50 |
Also fixed bug where signing would not close popup. |