Added divider between action buttons and custom ones

This commit is contained in:
Elio Struyf
2022-09-07 08:48:14 +02:00
parent 7fa814ca1b
commit 600c225265
4 changed files with 35 additions and 4 deletions

18
.vscode/settings.json vendored
View File

@@ -14,6 +14,10 @@
{
"id": "dashboard",
"name": "Dashboard"
},
{
"id": "panel",
"name": "Panel"
}
],
"squarl.bookmarks": [
@@ -23,6 +27,20 @@
"description": "Start of dashboard",
"type": "file",
"groupId": "dashboard"
},
{
"name": "ViewPanel.tsx",
"path": "src/panelWebView/ViewPanel.tsx",
"description": "Start of panel",
"type": "file",
"groupId": "panel"
},
{
"name": "styles.css",
"path": "src/panelWebView/styles.css",
"description": "Panel styles",
"type": "file",
"groupId": "panel"
}
],
}