web-client-ui
web-client-ui copied to clipboard
Add Toast support for display app level errors
As a plugin/component developer, I want an app-level toast queue so that I can display an error message to the user from within the app easily.
Note that React Spectrum's Toast is still in beta: https://react-spectrum.adobe.com/react-spectrum/Toast.html
Which may complicate things for getting this working from a plugin, as we will likely need to expose the @react-spectrum/toast
package (unless we wrap it in our @deephaven/components
, which may be wise to do in the short-term).