-
Hi DSYS team, I have a use case where after a user uploads a TLS certificate they can either get back a success, warning, or error validation. I'm thinking of using alerts for all three of the validations. Each time a user comes to the page the validation will happen so an alert will always be present to let them know the state of their TLS certificate upload is. I don't see a success alert component and wanted to check with the team to understand if there's guidance around this? Here's a clickthrough prototype of the different validations |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @mindytom, We currently do not have a success variant for Alerts in Paste because they are designed for high-priority or time-sensitive information that isn't triggered by a user-action. What I've seen others do in similar scenarios is use a Toast for the immediate feedback and then display the status in a Card or Table using our Status pattern. |
Beta Was this translation helpful? Give feedback.
-
Hi @mindytom! Here's a mockup of what using a status could look like for this page. Let us know what you think! |
Beta Was this translation helpful? Give feedback.
Hi @mindytom,
We currently do not have a success variant for Alerts in Paste because they are designed for high-priority or time-sensitive information that isn't triggered by a user-action.
What I've seen others do in similar scenarios is use a Toast for the immediate feedback and then display the status in a Card or Table using our Status pattern.