Link existing 'DialogHelper.IDialogWindow' logic with the 'DialogHost.Avalonia'
What is the best way to proceed if you want to link your existing IDialogWindow logic with the DialogHost (https://github.com/AvaloniaUtils/DialogHost.Avalonia)?
Currently I have implemented all popups or dialogs in my application with the DialogHelper class.
Since my application is designed as a desktop application and also as a "Kiosk app" on the Raspberry pi, I would like to find a solution how I can link my existing calls with the DialogHost.
If all Dialogs were not a Window (example the AlertDialog https://github.com/AvaloniaCommunity/Material.Avalonia/blob/dev/Material.Dialog/Views/AlertDialog.axaml) but a UserControl, they could be displayed either as DialogWindow.Show or within the DialogHost.Show.
@appleneko2001 can you take a look?
Well I break the support because I moved templates to window styles It should be marked as bug not enhancement It was worked before
Apparently this is resolved now. Closing