-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
None
-
None
-
None
-
None
1. Proposed title of this feature request
Provide a Toast API to the Console Dynamic Plugin SDK
2. What is the nature and description of the request?
Provide a mechanism for plugin authors to show status messages in specific styles (info, error, warning, success) as toasts. Currently the various xxxxStatus APIs simply show up at the top of the console which is not consistent with how the native console itself does things as it shows toast messages.
3. Why does the customer need this? (List the business requirements here)
Plugin authors need the ability to show the status of operations the plugin initiated in the console. At the moment this can only be done with modal dialogs or the xxxxxStatus APIs but many of these status messages are better suited as toasts since they don't require interaction and ideally could disappear on their own after a set period of time.
As an example my plugin interacts with the Argo CD server to perform operations (Sync/Refresh) and if it fails I would like to show a toast to the user indicating a failure.
4. List any affected packages or components.
Dynamic Console Plugin SDK