refactor: extract components to plugin repo (#1933)

This commit is contained in:
Mo
2022-11-04 11:04:53 -05:00
committed by GitHub
parent 5bba4820e4
commit 77d5093f14
1927 changed files with 1655 additions and 167892 deletions

View File

@@ -85,7 +85,6 @@ panel-resizer {
input,
#navigation #navigation-content,
.component-view-container,
.panel-resizer {
-webkit-app-region: no-drag;
}

View File

@@ -86,10 +86,6 @@ module.exports = function ({ onlyTranspileTypescript = false, experimentalFeatur
from: '../web/dist',
to: 'web',
},
{
from: 'node_modules/@standardnotes/components-meta/dist/',
to: 'web/components',
},
{
from: 'app/node_modules',
to: 'node_modules',

View File

@@ -35,7 +35,6 @@
},
"dependencies": {
"@electron/remote": "^2.0.8",
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/electron-clear-data": "1.1.1",
"@standardnotes/web": "workspace:*",
"axios": "^0.27.2",