Skip to content

Remove scoped search bar from TreePage, scope global query to the current tree or file instead

Warren Gifford requested to merge cf/remove-tree-search-bar into master

Created by: lguychard

Removes the scoped search bar from the <TreePage/> component.

image

Now, when navigating through the tree, the search query will get scoped to the current repo/rev/filePath.

In interactive mode, filters get added/edited/removed:

In plain text mode, the value of the main query field changes:

Merge request reports

Loading