-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
Introduce show_danger #4404
Introduce show_danger #4404
Conversation
|
|
135f9b0
to
d8d236e
Compare
d8d236e
to
cba2e08
Compare
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.
A few points for discussion.
Why did the exclamation mark disappear from the "Warning" header. Why did the text change from "cancel and exit" to "cancel"? |
For consistency. Now all of these warnings look the same. If you think they should all have the exclamation mark, I can add that. But the ETH contract design did not have it.
Where? |
Strange, I was looking at the diff this morning and it was like that. Also "important" had an exclamation mark, but "Warning" did not. Now everything is fine. Thank you. |
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.
ACK on code but something is wrong with UI tests
bbcaeb0
to
7873a24
Compare
7873a24
to
b249ad4
Compare
This is a unified interface for flow_warning_hi_prio, which was available only on Mercury before. [no changelog]
b249ad4
to
7765931
Compare
This is a unified interface for
flow_warning_hi_prio
, which was available only on Mercury before.