Wiesław Šoltés

Results 243 comments of Wiesław Šoltés

Update submodules and fluent project to use new compositing renderer from Avalonia that have just been merged

@MaxHillebrand ``` git submodule update --init ``` then do clean build

> Can we restore the original quality of the spectrum control with the new renderer? Is it way better from a performance perspective right? It's still using SkiaSharp as backend,...

Know issue: dragging titlebar does not work https://github.com/zkSNACKs/WalletWasabi/blob/750ba9cf404811af1e998b0bd61a4484041baa98/WalletWasabi.Fluent/Views/Shell/BackgroundView.axaml#L7 because setting IsHitTestVisible="False" on parent does not exclude children from hit-testing

Updated submodules and this PR to latest Avalonia master. ![image](https://user-images.githubusercontent.com/2297442/180574590-86cacb98-a9d2-4005-aa27-17337ae6585a.png) While testing I have found the fee chart does not work in Send using this PR, need to investigate.

Managed to update to latest Avalonia 11, mostly working, fee chart seems to be broken (even before latest update). Newest Avalonia master introduced [ControlThemes](https://github.com/AvaloniaUI/Avalonia/pull/8263) concept, but I think moving our...

Using latest Avalonia 11 master nightly build ![image](https://user-images.githubusercontent.com/2297442/180650702-b91eb49b-889d-4fe1-a4c0-8c3536705e73.png) ![image](https://user-images.githubusercontent.com/2297442/180650720-c31e5c31-d6b8-4621-afd7-acb042b73f3c.png)

Need to fix TreeDataGrid expander icon ![image](https://user-images.githubusercontent.com/2297442/180650791-4d65c991-7703-43ac-ae7e-2994592c7258.png)

Loading wallet progress bar is not working

Notifications show up in top-left corner