Skip to content

Commit

Permalink
Move filter by and sort by views to the bottom and collapse for initi…
Browse files Browse the repository at this point in the history
…al state
  • Loading branch information
mattseddon committed Mar 8, 2023
1 parent 416fbc0 commit 71b4e7b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,19 +1380,21 @@
"name": "Plots",
"when": "dvc.commands.available && dvc.project.available"
},
{
"id": "dvc.views.support",
"name": "Support"
},
{
"id": "dvc.views.experimentsSortByTree",
"name": "Sort By",
"when": "dvc.commands.available && dvc.project.available"
"when": "dvc.commands.available && dvc.project.available",
"visibility": "collapsed"
},
{
"id": "dvc.views.experimentsFilterByTree",
"name": "Filter By",
"when": "dvc.commands.available && dvc.project.available"
},
{
"id": "dvc.views.support",
"name": "Support"
"when": "dvc.commands.available && dvc.project.available",
"visibility": "collapsed"
}
]
},
Expand Down

0 comments on commit 71b4e7b

Please sign in to comment.