fether icon indicating copy to clipboard operation
fether copied to clipboard

Allow user to change network

Open Tbaut opened this issue 6 years ago • 5 comments

needs refinement and mockups

Tbaut avatar Jan 24 '19 11:01 Tbaut

Implementation-wise, this will be possible from Parity 2.4.1 onwards using the parity_setChain RPC (the changing of the chain kills all rpc connections though, so we'll probably want to do a window reload on Fether after changing chain)

axelchalon avatar Mar 06 '19 00:03 axelchalon

~~Good to know. Do you know if there is any replacement plan? Having to pass the network as a command line parameter feels like a not too nice UX.~~

edit: misunderstood

Tbaut avatar Mar 06 '19 00:03 Tbaut

Our next Fether release will only be compatible with Parity >= 2.4.1 (because of https://github.com/paritytech/fether/pull/394 / https://github.com/paritytech/fether/pull/458), so parity_setChain will always be available on the LC

axelchalon avatar Mar 07 '19 14:03 axelchalon

sorry I read too fast the first time, thought you wrote it would not be possible. so everything is nice then. thanks :)

Tbaut avatar Mar 07 '19 15:03 Tbaut

This is how I see it, a simple dropdown, only on the first screen: image

Tbaut avatar Mar 29 '19 10:03 Tbaut