CenterEdge/Positron

Add extension point for displaying window.alert messages

Closed this issue · 0 comments

This would allow us to do something other than a plain WPF message box for alerts. It should probably work by registering a handler with dependency injection. Support for multiple handlers which are chained, calling the next handler if the previous doesn't handle, would be nice, too. That way we can leave the default handler as a fallback.