Wiesław Šoltés

Results 243 comments of Wiesław Šoltés

Send fee char is not displaying

Spectrum control is not working, custom draw ops not yet implemented for compositing renderer

There is bug when IsHitTestVisible="False" then child items in panel are still hit-testable, current workaround for title bar dragging https://github.com/zkSNACKs/WalletWasabi/pull/8580/commits/1d10d32e8d8502860c79b4e87f3e2a27c9bc65dd, but other places might be affected like dialogs

We changes to how themes work we can also try to improve dark/light theme switching similar to ControlCatalog https://user-images.githubusercontent.com/2297442/180654848-df32c3aa-883f-4d20-9160-68826d0eb533.mp4 https://github.com/AvaloniaUI/Avalonia/blob/ceac3a5f07238a71cb6d9d94f16905ee0498790c/samples/ControlCatalog/MainView.xaml.cs#L35-L76

> Need to fix TreeDataGrid expander icon > > ![image](https://user-images.githubusercontent.com/2297442/180650791-4d65c991-7703-43ac-ae7e-2994592c7258.png) Fixed by setting proper theme for `ToggleButton` `Theme="{StaticResource FluentTreeViewExpandCollapseChevron}"`

Added experimental implicit opacity animations for dialog using compositor, not working properly yet.

Updated to latest Avalonia, custom drawing now works (new API is required for custom drawing, migrated to that API already in this PR). ![image](https://user-images.githubusercontent.com/2297442/183307762-34619995-92b9-4b65-961d-7006b13a6a46.png)

> Updated to latest Avalonia, custom drawing now works (new API is required for custom drawing, migrated to that API already in this PR). > > ![image](https://user-images.githubusercontent.com/2297442/183307762-34619995-92b9-4b65-961d-7006b13a6a46.png) Fore reference this...

@nopara73 Trying to repro that issue, how do I get coin `with branch and bound to a different wallet` ?

I could finally repro that issue ,the Wallet A coins is empty in coin list after sending transaction 1f39e44bea65be9986483c3ef2a11c87f59062add69e47ff387cbfa6b70de8ee, looks like transaction was sent properly https://mempool.space/testnet/tx/1f39e44bea65be9986483c3ef2a11c87f59062add69e47ff387cbfa6b70de8ee but the coin list...