-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve transaction pages #168
Conversation
I like the structure I like the added Icons! I feel not strong about any of this and we could also first merge and adjust later. |
}), | ||
methods: { | ||
viewTransaction () { | ||
this.$store.commit('notify', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@faboweb I like your suggestions, and have thought about those issues too. Let's do it in the future. Merging this. |
* always use cheap source maps * remove e2e tests for now * changelog * release-1.0.16
danger
andsuccess
? I was thinking to relegatedanger
andsuccess
only to error/achievment states, but it is also common to show incoming transactions in green and outgoing in red)Old Design (with multiple coins)
New Design (with multiple coins)
Fixes #148