-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looping Through User Stories #99
Comments
Hey, thank you for you idea. I will implement as soon as possible |
can we create this effect for now i have try to do in this this way
but nothing achieve desire able |
Am I understand it correctly? You want have looping only for last user? So when last story of last user ends you want show first story of current user, not first user, right? |
yes i want if a single user then start looping of stories |
Current Behavior:
The modal moves to the next user's stories when the current story ends.
If there are no more stories, the modal hides.
Expected Behavior:
When the last story of the current user ends, it should start replaying stories from the first index of the same user.
Steps to Reproduce:
Open the stories modal.
Navigate to the last story of the current user.
Observe the behavior when the last story ends
Possible Solution:
Implement a check to detect when the current story is the last one.
If it is the last story, reset the story index to 0 and replay the stories from the beginning.
or
add a prop like
looping={true/false}
default falseif provide true then give expected behavior
The text was updated successfully, but these errors were encountered: