We need to be able to display both action buttons with unique labels and moz-support-links in the context of the moz-message-bar component. We will likely want to use one or more `slot`s for this, since the message bar can potentially support multiple buttons.
Bug 1839648 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We need to be able to display both action buttons with unique labels and moz-support-links in the context of the moz-message-bar component. We will likely want to use one or more `slot`s for this, since the message bar can potentially support multiple buttons. Using slots should prevent us from having to re-define our common button styles to work with moz-message-bar's shadow DOM, but linking to that related bug in case we decide to go a different way.