Manuel Wedler
Manuel Wedler
## Problem Definition A GET `api/v1/notifications` request returns only new notifications since the last request to the endpoint. The API deletes all notifications when this endpoint is called. This is...
## Motivation At the moment all API calls that perform on-chain transaction block and only return after the transaction was mined. For providing better feedback to the user (e.g. etherscan...
Currently the RPC error screen is only shown when the WebUI is initially loaded. If the RPC provider goes down, there is no error displayed, not even in the console....
During a meeting with Jim, the purpose of the transfer history was not clear. Now that we have MetaMask integrated a new user might be confused that a transaction from...
_follow up from #14_ **Is your feature request related to a problem? Please describe.** It would be helpful if the user could see if the partner of a channel is...
Since Angular version 10 the Angular cli warns about used CommonJS dependencies, because they can cause larger bundle sizes. See https://angular.io/guide/build#configuring-commonjs-dependencies for reference. The cli warnings are currently suppressed by...
### 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...
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....
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`....