Label/Cluster Management + Web Based UI #5267
Replies: 4 comments 9 replies
|
Thanks @johnsBeharry, I think that 'fixing' the label UX is a very very important work for 2.0, thanks a bunch that you're looking into it too! @jmacato has started [very early WIP] the implementation of re-naming the labels in #5261. We thought about having the coin list ordered by labels too, for something like a dropdown of all the coins known by one observer. But this gets complex fast, so there wasn't really a clear answer to this. Also consider that in 2.0 the coin list will have a much smaller role, the goal is that simple send is more private, efficient and easier to use, thus the preferred user input screen without a coinlist. regarding the web based UI, I don't think it will be trivial to run the entire wasabi library in a browser, just the tor usage alone would probably crash it hard. It's for sure non-trivial work, and not in scope for medium-term zkSNACKs work. But of course feel free to tackle it, I'd be happy to test it! I think the architecturally better way of doing a webbased UI, is to have a headless Wasabi daemon on a dedicated server, and then connect to it via a browser based UI. Very similar to how lightning network is structured, lnd on a server, rtl on the browser. Read my thoughts on this here #5162. |
Yes, but I'm not sure it'll happen. We're rewriting the whole UI so I am not sure if our devs will feel like this is what they want to/should work on, but feel free to try to convince someone of course.
I believe there isn't. |
|
This discussion is now locked, as feature/enhancement requests are being moved to the Issues tab for further processing. Please use #9798 for future comments regarding this. |





Uh oh!
There was an error while loading. Please reload this page.
Hey folks — some of you may know I've been researching contacts as a way to manage UTXOs. I’m also now considering creating a prototype to demonstrate what a label/cluster manager could look like in Wasabi/Desktop apps.
Label Management
Currently Wasabi Lists UTXOs flat, in a table even if they have the same observer. I'm exploring how they can be collapsed into clusters, and what the coin selection looks like from there.
Since this exploration is into the feasibility and technical requirements, and my lack of knowledge of .NET, my go to method of prototyping is web based; fluent-ui-web and a javascript framework would allow me to quickly iterate.
So if I were to go ahead with this, a byproduct would be the foundations of a web based wasabi wallet.
There are two components of this I would like to discuss:
On point
#2, it doesn't bother me if there isn't, as the primary goal is to create a reference prototype quickly.All reactions