✅ implementing "Screens" in avalonia?
so i'm building a small app in Avalonia, I want to have a login screen that appears before the "main" screen i.e require a login before is there a built-in/preferred way to implement something like this? poking around the code I see
or can you do something like in HTML where you can set
desktop.MainWindow being set I'm guessing that it involves manipulating that to some extent?or can you do something like in HTML where you can set
display:none on elements and then write code to manipulate that