Skip to content

Resolve "Change TreeView to list repositories first and then filters"

Tomas Vik requested to merge 384-tree-view-projects into main

This MR only affects workspaces with multiple repositories. Workspaces with a single repository still look the same.

This MR changes how we group custom queries in the tree view. Before this MR, the hierarchy was Query -> Projects and after this MR the hierarchy is Project -> Queries.

before after
image image

The main implementation change is replacing MutirootCustomQueryItem which was grouping projects by custom query with RepositoryItems which is grouping custom queries by projects (repositories)

Related to #384 (closed)

Edited by Tomas Vik

Merge request reports

Loading