Luke Schoen

Results 182 comments of Luke Schoen

> Maybe we can show "< 0.01 ETH" instead of "0.00 ETH" if we don't have enough room to display the exact amount Great idea, and even though we do...

@Tbaut @Rakhisharma Is anyone still working on this? Is this the latest WIP branch? https://github.com/paritytech/fether/commit/8697c9453a92c86141a858224e4b10ee5de63e52 Alternatively use BlockScout API and do request for Account > getprice https://blockscout.com/eth/kovan/api_docs

On second thoughts.. It currently allows use of `+e` or `-e` to enter values in scientific notation (i.e. entering `1e-3` for the amount on the "Send Ether" page will send...

I'd like to still be able to copy/paste the recovery phrase in development

I've been able to replicate the issue using Parity-Ethereum/v2.1.9-stable-af1169d2f-20181205/x86_64-macos/rustc1.30.1 by: 1) running Parity Ethereum `./target/release/parity --chain kovan --light` 2) running Fether `yarn; yarn build; yarn start` 3) killing and restarting...

@amaurymartiny @Tbaut ### Reproducing the Bug ##### Terminal 1 - Start Parity Ethereum * Run ``` ./target/release/parity --chain kovan --light ``` ##### Terminal 2 - Start Fether * Changed the...

In withHealth.js, we have: ``` map(syncStatus => { if (!syncStatus) { return { isSync: true }; } ``` So when we don't know the sync status we're saying that we're...

@Tbaut great points. yes i think an "auto" button would be good, and we already have the feature to "remove" a token when the user clicks the "Add tokens" button....

https://electronjs.org/docs/tutorial/accessibility

@TheGift73 There's a link to the Fether FAQ in the ["About"](https://github.com/paritytech/fether#about-parity-fether) section of the Readme file for this repository. One of the questions is ["Why isn't Fether syncing"](https://wiki.parity.io/Fether-FAQ#why-isnt-fether-syncing), which provides...