-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
is ethlink a PR? |
@gavofyork Not yet. First need https://github.com/ethcore/parity/pull/4302 in, then @tomusdrw will probably PR that one (Myself and him have been testing the branch extensively, actually my current running Parity version, but it still needs a tweak or two) |
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.
Looks good from a UI/JS POV
onChange={ this.onChangeUrl } | ||
onGoto={ this.onGotoUrl } | ||
onRestore={ this.onRestoreUrl } | ||
url={ nextUrl } | ||
/> | ||
<Button | ||
disabled={ isPristine } |
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.
Not sure if that's the wanted behavior, but the Button is disabled if the URL isPristine
, but pressing <enter>
still calls onGotoUrl
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.
It's the same as in standard browser, no?
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.
I don't have any Go
button on Chrome, so not sure. I think it's more used as: if the URL is pristine, then have the reload button ; if not, have the go
button
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.
(Any way I just wanted to point out this behavior, which is totally fine with me, just in case it wasn't expected)
JS LGTM. |
web3.site
and new web-encoding.