yahiheb

Results 73 issues of yahiheb

If the send max button is used when sending the fee will be deducted from the Amount. At the Preview Transaction dialog the suggested amount to avoid change (less/more) is...

UI

All currency controls do not lose focus when the app is minimized. How to reproduce: - Select Dust Threshold - Minimize the dialog then maximize it again. ![image](https://github.com/WalletWasabi/WalletWasabi/assets/52379387/8bad81e8-7dba-4cba-9c40-01179268d625)

CodeFactor is not working on all PRs since we moved the repository to the new WalletWasabi organization.

With #13084 merged it makes no sense to display the following dialogs when using Wasabi for the first time: - [x] Coinjoin Fees | Fixed by #13115 - [ ]...

Select all button shouldn't have a checkmark unless all coins are selected. This is not related to the recent PR updating Avalonia. ![111](https://github.com/user-attachments/assets/17385f48-41ad-4247-90c3-687b67e5df12)

UI

Currently if I paste a bitcoin URL when sending, the amount box is disabled, we should do the same with the address box for consistency. `bitcoin:tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt?amount=0.0001` `bitcoin:tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt?amount=0.00010881&pj=https://demo.payjoin.kukks.org/BTC/pj` ![Capture](https://user-images.githubusercontent.com/52379387/205453408-493ae02f-070b-4b5c-b153-ae3719ba2883.PNG) ![Capture1](https://user-images.githubusercontent.com/52379387/205453409-9722fb8f-593c-423d-a41b-c3d11ed9dd15.PNG)

UI

How to reproduce: - Load a wallet - On the transaction list expend a group of coinjoin transactions - Use the up/down arrow buttons - See the result ![a](https://github.com/user-attachments/assets/fc9f3e9f-833a-46f5-995d-05812045339c) I...

bug

Fixes https://github.com/WalletWasabi/WalletWasabi/issues/11419 For easy review please hide whitespace changes. This PR declutters the transaction details dialog by removing the block hash and the block height items.

This happened to me on master 347e560a0d5247b2b5896bfb62f730de9695e6d5: - I started Wasabi from the command line. - The crash reporter showed up. - Few seconds later the crash reporter got closed,...

This increases the chances of change avoidance and decreases the difference between the original amount the user intended to send and the amount that change avoidance can get. Here are...