Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Improve sign and verify message output styling #150

Closed
karmacoma opened this issue Apr 26, 2017 · 2 comments
Closed

Improve sign and verify message output styling #150

karmacoma opened this issue Apr 26, 2017 · 2 comments

Comments

@karmacoma
Copy link
Contributor

Actual appearance

Sign message

image

Verify message

image

Desired appearance

In order to better clarify input versus output to the user. I propose something like the following which gives a terminal feel to them.

textarea {
  color: white;
  background-color: black;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  margin-top: 10px;
  font-family: monospace;
}

Note: Currently these text areas are editable. We should set them to readonly. Alternatively, we can contain them within a <pre> element instead.

Sign message

image

Verify message

image

Steps to reproduce

Sign or verify a message using lisk-nano.

@karmacoma karmacoma added this to the Version 1.0.0 milestone Apr 26, 2017
@karmacoma
Copy link
Contributor Author

I have opened a corresponding issue on lisk-js which might help make the actual structure of the returned output clearer: LiskArchive/lisk-elements#112

@slaweet slaweet self-assigned this Apr 26, 2017
karmacoma added a commit that referenced this issue Apr 27, 2017
Distinguish input and output in sign/verify message - Closes #150
@maxkordek maxkordek reopened this May 31, 2017
@maxkordek
Copy link

I re-open this issue as it's something which stood out during the testing. The version Oliver provided looks much, much better. Right now it's a mess. With the CANCEL button it will look very good.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants