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
Is your feature request related to a problem? Please describe.
When cycling between candidates with the keyboard arrows and reaching the last candidate, do not go back to the first candidate.
Describe the solution you'd like
Do nothing when reaching the last candidate. This helps when exploring a list of candidates to know when you have reached the last candidate.
Additional context
This would be useful for people checking candiates to veto every morning. It has happened to me that I don't know when to stop because I don't know when I reach the last candidate of the list.
The text was updated successfully, but these errors were encountered:
I think you misunderstood the feature, when reaching the last candidate and press the arrow it actually fetches the next page and selects the first object of the next page.
If we implement what you are asking we would not have pagination available with arrow keys.
A suggestion is that you only query the objects you actually wanna see, and cycle through them normally and if you are on last page then it would stay in the last object.
Is your feature request related to a problem? Please describe.
When cycling between candidates with the keyboard arrows and reaching the last candidate, do not go back to the first candidate.
Describe the solution you'd like
Do nothing when reaching the last candidate. This helps when exploring a list of candidates to know when you have reached the last candidate.
Additional context
This would be useful for people checking candiates to veto every morning. It has happened to me that I don't know when to stop because I don't know when I reach the last candidate of the list.
The text was updated successfully, but these errors were encountered: