José Manuel Nieto
José Manuel Nieto
The advice is triggered in some methods that are smaller than specified number of lines.
It's wonderful. We really need it!
It should be very useful to have converters registered using some naming convention like type SomeType having SomeTypeConverter as its converter.
Adds transaction search from the **SearchBar**. # Use case 1. User types transaction ID in the SearchBar: 2. SearchBar shows a result saying which wallet the transactions belongs to. 3....
Fixes https://github.com/zkSNACKs/WalletWasabi/issues/8842
Adds the content of the QR Code so the user knows exactly what was scanned. Includes some visual improvements Fixes #6285 Co-authored-by: yahiheb
### General Description Pasting text that contains multiple lines break the layout. ### How To Reproduce? 1. Copy any text that contains new line characters 2. Paste the text (Context...
This is an attempt to remove duplication and simplify the 2 user cases where money is going to be sent: - Send View - Coin List Key points: - Componentization...
**Describe the solution you'd like** I'd like to be able to observe common/interesting events (from a testing perspective) that happen into a `MockFileSystem`. Why? I'm creating a cache service that...