fether icon indicating copy to clipboard operation
fether copied to clipboard

Decentralized and light Ethereum Wallet

Results 71 fether issues
Sort by recently updated
recently updated
newest added

What accessibility options are relevant that we still need to include? * [ ] Semantic elements like `` and `` * [ ] Accessibility support with colour themes (i.e. for...

P7-nicetohave

It's best practice before sending any transactions to send a test transaction of a minimum unit of whatever token first to confirm the user entered the correct destination address. We...

F1-security
F8-enhancement
P7-nicetohave
Z3-needsmockup

- not quick version (and not complete), build a list of known transactions. - quick version, it could be a link to ~~Etherscan~~ an [open source block explorer](https://github.com/paritytech/fether/issues/311) on the...

F8-enhancement
P7-nicetohave
good first issue

On Linux, clicking the taskbar icon (left or right click) doesn't hide Fether right away, it shows the following: ![image](https://user-images.githubusercontent.com/33178835/52547249-aebe6a80-2dc6-11e9-91a5-038f7ffc6e08.png) clicking on the `Click to toggle..` does actually toggle Fether...

F3-annoyance
M4-core

When I go to Search Tokens I have to click in the input field before typing a token name. I think it should automatically focus on the search input field...

M8-ux
M7-ui
Q2-easy

The one reason why having Fether as a taskbar app is great, is that we could launch it at computer startup so that it's up and synced whenever users need...

M2-installer

To enhance the UX, prevent users from having typos or help in case they can't read what they wrote on a piece of paper, we should have suggestion/auto-completion. - no...

F8-enhancement
M8-ux

Quote from https://github.com/paritytech/fether/pull/332#pullrequestreview-199990668 > The idea of fether is to have (almost) 0 configuration, i.e. no babel at all. So ideally: > > * fether-electron uses electron-webpack > * fether-react...

P7-nicetohave
M4-core

1. Make the recovery phrase confirmation optional/skippable 2. Be able to view the recovery phrase later on and confirm it 3. Warn the user when more than x Eth have...

F6-refactor
F8-enhancement
P5-sometimesoon
Z3-needsmockup

On the TokensList page, we subscribe e.g. to `balanceOf$(myAddress)`. This creates a WS subscription to `eth_blockNumber` (light client listens to new head, updates balance on new block). Now when we...

P7-nicetohave