Expose inbox and activity as global views

This commit is contained in:
mirivlad 2026-06-28 03:23:19 +08:00
parent 47ae318094
commit 2c19dd2132
2 changed files with 34 additions and 0 deletions

View File

@ -21,6 +21,23 @@
"entry": "frontend/src/index.js"
},
"contributes": {
"views": [
{
"id": "verstak.activity.view",
"title": "Activity",
"icon": "activity",
"component": "ActivityView"
}
],
"sidebarItems": [
{
"id": "verstak.activity.sidebar",
"title": "Activity",
"icon": "activity",
"view": "verstak.activity.view",
"position": 20
}
],
"workspaceItems": [
{
"id": "verstak.activity.workspace",

View File

@ -19,6 +19,23 @@
"entry": "frontend/src/index.js"
},
"contributes": {
"views": [
{
"id": "verstak.browser-inbox.view",
"title": "Browser Inbox",
"icon": "inbox",
"component": "BrowserInboxView"
}
],
"sidebarItems": [
{
"id": "verstak.browser-inbox.sidebar",
"title": "Browser Inbox",
"icon": "inbox",
"view": "verstak.browser-inbox.view",
"position": 30
}
],
"workspaceItems": [
{
"id": "verstak.browser-inbox.workspace",