Toast > Prevent toast from appearing without action

Problem

Toast is launched immediately when viewing examples in GitLab UI.

Solution

Toast should only appear after a user interaction on the page. This aligns with the guidelines that a toast is a result of a user's action in the same view. It would be similar to the modal page where the modal example is only launched after clicking the button and not on page load.

Edited by Jeremy Elder