Expose inbox and activity as global views
This commit is contained in:
parent
47ae318094
commit
2c19dd2132
|
|
@ -21,6 +21,23 @@
|
||||||
"entry": "frontend/src/index.js"
|
"entry": "frontend/src/index.js"
|
||||||
},
|
},
|
||||||
"contributes": {
|
"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": [
|
"workspaceItems": [
|
||||||
{
|
{
|
||||||
"id": "verstak.activity.workspace",
|
"id": "verstak.activity.workspace",
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,23 @@
|
||||||
"entry": "frontend/src/index.js"
|
"entry": "frontend/src/index.js"
|
||||||
},
|
},
|
||||||
"contributes": {
|
"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": [
|
"workspaceItems": [
|
||||||
{
|
{
|
||||||
"id": "verstak.browser-inbox.workspace",
|
"id": "verstak.browser-inbox.workspace",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue