Fuzzy finder: too little visual hint when clicking on "show more" button
Created by: olafurpg
Currently, the fuzzy finder displays maximum 100 results. When there are more than 100 results, the "show more" button becomes visible. Every time the user clicks on "Show more", the maximum number of results increases by 100.
We got feedback that there are limited visual hints when clicking on "Show more".
- Click the Show more button doesn't seem to do anything? Or maybe it does, but there's no visual cue.
_Originally posted by @tsenart in https://github.com/sourcegraph/sourcegraph/issues/21201#issuecomment-862179845_
This problem seems to originate from the fact that the "Show more" button is visible even if you haven't scrolled to the bottom of the list. I propose that we move the button to the bottom of the results list to fix this UI quirk.
What do you think @rrhyne?