Skip to content

Commit 922bf0c

Browse files
committed
fix: address review comments - properly configure overflow menu items
- Remove navigation group from historyButtonClicked to move it to overflow - Add navigation@3 to settingsButtonClicked to keep it in primary header - Remove navigation group from marketplaceButtonClicked to move it to overflow This ensures only New Task and Settings remain in the primary header as intended.
1 parent eb2008e commit 922bf0c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@
220220
},
221221
{
222222
"command": "roo-cline.historyButtonClicked",
223-
"group": "navigation@2",
224223
"when": "view == roo-cline.SidebarProvider"
225224
},
226225
{
227226
"command": "roo-cline.settingsButtonClicked",
227+
"group": "navigation@3",
228228
"when": "view == roo-cline.SidebarProvider"
229229
},
230230
{
@@ -233,7 +233,6 @@
233233
},
234234
{
235235
"command": "roo-cline.marketplaceButtonClicked",
236-
"group": "navigation@3",
237236
"when": "view == roo-cline.SidebarProvider"
238237
},
239238
{
@@ -253,11 +252,11 @@
253252
},
254253
{
255254
"command": "roo-cline.historyButtonClicked",
256-
"group": "navigation@2",
257255
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
258256
},
259257
{
260258
"command": "roo-cline.settingsButtonClicked",
259+
"group": "navigation@3",
261260
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
262261
},
263262
{
@@ -266,7 +265,6 @@
266265
},
267266
{
268267
"command": "roo-cline.marketplaceButtonClicked",
269-
"group": "navigation@3",
270268
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
271269
},
272270
{

0 commit comments

Comments
 (0)