Skip to content

Accessibility: Improve Fuzzy Finder UX for small / zoomed screens

Administrator requested to merge tr/fuzzy-finder-mobile into main

Created by: umpox

Closes https://github.com/sourcegraph/sourcegraph/issues/35251

Description

  • Breaks result count onto a new line on small screens
  • Removes overflow: hidden which blocks horizontal scroll
    • Unsure if we intended to do this, horizontal scroll will only show when the text overflows, in which case we definitely want to allow users to be able to view all of the file path

Screenshots

(Note "After" includes scrolling the list horizontally, which wasn't possible before)

BEFORE AFTER
image image

Test plan

Tested locally using a responsive screen

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading