Skip to content

Commit faab9c7

Browse files
authored
Move filter by and sort by views to the bottom and collapse for initial state (#3431)
1 parent 83d27bc commit faab9c7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

extension/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,19 +1380,21 @@
13801380
"name": "Plots",
13811381
"when": "dvc.commands.available && dvc.project.available"
13821382
},
1383+
{
1384+
"id": "dvc.views.support",
1385+
"name": "Support"
1386+
},
13831387
{
13841388
"id": "dvc.views.experimentsSortByTree",
13851389
"name": "Sort By",
1386-
"when": "dvc.commands.available && dvc.project.available"
1390+
"when": "dvc.commands.available && dvc.project.available",
1391+
"visibility": "collapsed"
13871392
},
13881393
{
13891394
"id": "dvc.views.experimentsFilterByTree",
13901395
"name": "Filter By",
1391-
"when": "dvc.commands.available && dvc.project.available"
1392-
},
1393-
{
1394-
"id": "dvc.views.support",
1395-
"name": "Support"
1396+
"when": "dvc.commands.available && dvc.project.available",
1397+
"visibility": "collapsed"
13961398
}
13971399
]
13981400
},

0 commit comments

Comments
 (0)