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
The interaction between the pagination controls and the slideshow prev/next controls is puzzling me. If I'm in slideshow mode, I think I want to be able to scroll through all the results, not just the ones of that page
For a first pass, do we just need a way to ensure all the results are available here, or should we do some kind of dynamic paging? Or is the bootstrap carousel not flexible enough for that?
The text was updated successfully, but these errors were encountered:
All results in the current result set should be part of the slideshow (i.e., we should be able to see each of the y items represented in the x of y status indicator message)
Navigation is a loop, such that when you reach the last item you can select "Next" and navigate to the first item, and vice-versa.
@cbeer said:
The text was updated successfully, but these errors were encountered: