-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement essentials of the launcher #10
Comments
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. arise/src/client/Launcher/Windows/MainWindow.axaml Lines 19 to 30 in d65b61f
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: AvaloniaUI/Avalonia#1529 |
Next tasks:
|
The text was updated successfully, but these errors were encountered: