Adds base infrastructure for showing error messages as pop up alerts where they will all be styled the same. This allows us to add basic error handling as we build. It should also be rather easy to change visually or functionality wise since everything is abstracted out into ErrorViewModel and AlertExtensions so it can be easily consumed by any view.
Adds base infrastructure for showing error messages as pop up alerts where they will all be styled the same. This allows us to add basic error handling as we build. It should also be rather easy to change visually or functionality wise since everything is abstracted out into
ErrorViewModel
andAlertExtensions
so it can be easily consumed by any view.