You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a bunch of cases where a notification (snackbar) are displayed on a step based on the action of the previous step
for instance:
if double opt-in: display on share (or step after register) a "check your email to confirm"
if action confirm: same, but different criteria
coming back from a doi confirm link to the share step
and there are a bunch of less than optimal cases, like the share intro message assumes an action was taken previously (thank you..."), it might not always be the case
so let's set up a generic system to allow a step to set a message to display on the next step
The text was updated successfully, but these errors were encountered:
There are a bunch of cases where a notification (snackbar) are displayed on a step based on the action of the previous step
for instance:
and there are a bunch of less than optimal cases, like the share intro message assumes an action was taken previously (thank you..."), it might not always be the case
so let's set up a generic system to allow a step to set a message to display on the next step
The text was updated successfully, but these errors were encountered: