tsantalis / RefactoringMiner

MIT License
345 stars 132 forks source link

"Next" should be dislabed if the last file is reached #751

Closed koppor closed 3 days ago

koppor commented 1 week ago

Up for discussion.

In my view, "Prev" and "Next" imply some order. A list. If the end of the list is reached, I would expect that there is no "Next". Thus, the button should be disabled. - Similar on GitHub with endless scrolling. At the real end of the changes, there is no wrap around to the beginning.

image


It would be nice to show the number of upcoming files in braces - or as tooltip "10 file(s) left"

tsantalis commented 2 days ago

@koppor

Prev and Next buttons are disabled, and also show how many diffs remain to be inspected. Thanks @pouryafard75

image

image

image

koppor commented 2 days ago

Thank you all for the action taken! 👍