webui
webui copied to clipboard
Raiden's Web User Interface
### Description We made the WebUI using a fixed width to overcome some problems of the responsiveness of the layout. In the future we should use the full width of...
### Description From the demo of the UDC dialog we got the feedback that the withdrawal screen looks cluttered. A user may not know where to click for withdrawing. It...
## Describe the bug It appears that the WebUI is asking for blockchain state on the current `HEAD` block when doing `web3` requests (e.g. token balance). This can lead to...
To make the copyable elements more easily recognizable, it would be nice if the cursor would change on token symbols, identicons, etc. A `cursor: copy` rule seems reasonable to me....
### Problem It can be hard to grasp how Raiden works and why it's awesome. In Raiden and the webui we have a lot of language and terminology that is...
During the review of #573 @andrevmatos found a potential problem: our `losslessParse()` function, which is used for parsing JSON API responses, only converts numbers of the type `string` into `BigNumber`....
## Describe the bug In the configuration response the Raiden node delivers to the webui the Eth RPC URL is passed in the `web3` field. It seems the auth part...
## Describe the bug When checking a json RPC connection error, the stack trace is quite difficult to read. ## Expected behavior The stack trace should be better formatted. It...
## Describe the bug The pending transfers notifications use the `locked_amount` that is returned from the API to show the payment amount. When you do the same payment of 100...
## Describe the bug If a user tries to open a channel a channel that already exists, the dialog does not prevent the user from submitting it. A `Total deposit...