Open alexrp opened 1 year ago
Scaffolded the Avalonia project. Most of this work can be started now.
Minor UI TODOs:
Added initial implementation if in-window modal visibility logic, but it appears to have bad performance on first display.
Either figure out a way to render the form beforehand to have it ready when it's requested to become visible or maybe use an actual separate window for the form.
This might be related: https://github.com/AvaloniaUI/Avalonia/issues/1529
Next tasks:
TransitioningContentControl
instead of the current TabControl
for main content