webui icon indicating copy to clipboard operation
webui copied to clipboard

Raiden's Web User Interface

Results 64 webui issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** It would be nice if we could show the channel withdraws and deposits in the history. Additionally the settled channels...

feature
Redesign

Two small improvements were mentioned: - [ ] In the view for one channel the contact label could be displayed without hovering. - [x] The address in the header could...

enhancement

**Is your feature request related to a problem? Please describe.** When communication to the ethereum client fails because of CORS the webui presents a generic error message `Connection failure` **Describe...

feature

**Is your feature request related to a problem? Please describe.** I'm confused when I send intermediary payments e.g. 1 TTT sent node1 -> node2(intermediary) -> node3. For node 1, the...

feature

**Is your feature request related to a problem? Please describe.** It would be nice to allow the user to write an ENS name into the search field. So the page...

feature

In https://github.com/raiden-network/raiden/issues/4778 a list of features are requested that will make it transparent to the user what he uses his funds on in regards to the Raiden Services. These features...

feature

Currently the pagination of the transfer history happens in the frontend. All payment events are queried and then filtered. Only the events that are displayed should be queried from the...

enhancement
help wanted

When mediating transfers possibly a lot of notifications can be shown, which can be annoying to the user. A solution to that could be grouping many notifications of the same...

enhancement

Create a component library in figma for the WebUI.

usability
layout
documentation

## Abstract Inform the user when a withdraw fails. ## Motivation Usability. ## Specification A withdraw may fail if the partner node doesn't send the withdraw confirmation message. This can...

bug