Skip to content

Display success message after successfully adding a namespace

What does this MR do?

When a user successfully adds a namespace, we now display a success message to them after the page has reloaded. We achieve this by persisting the alert data to localstorage and, when the page reloads, retrieving it from localstorage and updating our Vuex state accordingly to display the alert.

Issue: #235909 (closed)

Screenshots (strongly suggested)

success

Screen_Shot_2021-03-08_at_2.23.34_pm

Edited by Tom Quirk

Merge request reports