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
Well, you can only have one tour open at a time. If there was multiple you have to handle the state of closing a currently open tour before opening a new one on a different service. But, aside from that, multiple services might work.
We should definitely build in multiple tour support to ember-shepherd. This is something you could do with Shepherd OOTB, so we should support it here. @BrianSipple@chuckcarpenter any thoughts?
Currently I have multiple lists of steps depending on routes and the state of the app or the permissions of the user.
I extend the
tour
service to make this possible by changing the steps in a modifiedstart
method.I'd love to see something like:
Somewhere else:
The text was updated successfully, but these errors were encountered: