makani icon indicating copy to clipboard operation
makani copied to clipboard

Modal component

Open codymullins opened this issue 2 years ago • 0 comments

Good first issue for a more experienced dev.

  • [ ] Modal Service (see: ToastService as a possible start)
  • [ ] Other Modal implementations seem to have performance issues in some cases, especially on MacOS when using .NET MAUI. Modal performance should be tested in this scenario (e.g. minimal delays, no pixelated shadows)
  • [ ] Spacetime API Client had a version of this but has since been removed. May be useful to reference. - Alert.razor - Modal.razor

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

codymullins avatar May 27 '22 03:05 codymullins