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
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Currently, while walking though a list of elements, it's not easy to spot, when you are done (meaning you arrived at the last item), since you are typically not looking at the "next" button.
Desired solution
Open a Dialog that asks you if you are sure to jump back to the beginning.
Possible alternatives (optional)
Maybe an even better solution would be to require a double click on the next button (which currently only changes it's text) to jump back to the first (or last) item. This way it's less intrusive but you are still less likely to check elements more than once for a given characteristic.