Skip to content

Commit eb2008e

Browse files
committed
feat: reorder navigation buttons - swap History and Marketplace positions
- History button moved from navigation@3 to navigation@2 - Marketplace button moved from navigation@2 to navigation@3 - Updated in both view/title and editor/title sections
1 parent 9780c9d commit eb2008e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"when": "view == roo-cline.SidebarProvider"
220220
},
221221
{
222-
"command": "roo-cline.marketplaceButtonClicked",
222+
"command": "roo-cline.historyButtonClicked",
223223
"group": "navigation@2",
224224
"when": "view == roo-cline.SidebarProvider"
225225
},
@@ -232,7 +232,7 @@
232232
"when": "view == roo-cline.SidebarProvider"
233233
},
234234
{
235-
"command": "roo-cline.historyButtonClicked",
235+
"command": "roo-cline.marketplaceButtonClicked",
236236
"group": "navigation@3",
237237
"when": "view == roo-cline.SidebarProvider"
238238
},
@@ -252,7 +252,7 @@
252252
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
253253
},
254254
{
255-
"command": "roo-cline.marketplaceButtonClicked",
255+
"command": "roo-cline.historyButtonClicked",
256256
"group": "navigation@2",
257257
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
258258
},
@@ -265,7 +265,7 @@
265265
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
266266
},
267267
{
268-
"command": "roo-cline.historyButtonClicked",
268+
"command": "roo-cline.marketplaceButtonClicked",
269269
"group": "navigation@3",
270270
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
271271
},

0 commit comments

Comments
 (0)