Skip to content

Improve MR run pipeline ux with toast message

Payton Burdette requested to merge 294214-improve-run-pipeline-ux-on-mr into master

What does this MR do and why?

Users would click the run pipeline button on an MR and not have any immediate feedback that there action worked. Since it takes a little time for the pipeline creation and the next poll to pick up the pipeline in the UI.

This MR displays and immediate toast message to the user alerting them that the pipeline is being created.

Screenshots or screen recordings

Before, click pipeline button nothing happens wait for pipeline to show up in UI from polling

before-ux-run-pipeline

After, click pipeline button let user know that the pipeline is being created.

after-ux-run-pipeline

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #294214 (closed)

Edited by Payton Burdette

Merge request reports