Commits on Source (8)
-
d7621c83
-
1412a5dc
-
Yannis Barlas authoreda45ea6fe
-
b4537129
-
a606997a
-
d8282b6b
-
Yannis Barlas authored8e9eeeeb
-
077fad4f
Showing
- .storybook/preview.js 0 additions, 4 deletions.storybook/preview.js
- app/components/Dashboard.js 17 additions, 6 deletionsapp/components/Dashboard.js
- app/components/PageLayout.js 1 addition, 3 deletionsapp/components/PageLayout.js
- app/components/SubmissionForm.js 2 additions, 2 deletionsapp/components/SubmissionForm.js
- app/dataCiteApi/DataCiteApi.js 155 additions, 0 deletionsapp/dataCiteApi/DataCiteApi.js
- app/dataCiteApi/index.js 5 additions, 0 deletionsapp/dataCiteApi/index.js
- app/fetch/DataCiteApi.js 52 additions, 0 deletionsapp/fetch/DataCiteApi.js
- app/pages/article/EditorView.page.js 5 additions, 0 deletionsapp/pages/article/EditorView.page.js
- app/theme.js 14 additions, 1 deletionapp/theme.js
- app/xpubEdit/components/withStyles.js 0 additions, 1 deletionapp/xpubEdit/components/withStyles.js
- config/components.js 1 addition, 0 deletionsconfig/components.js
- config/custom-environment-variables.js 7 additions, 0 deletionsconfig/custom-environment-variables.js
- config/development.js 3 additions, 0 deletionsconfig/development.js
- config/test.js 3 additions, 0 deletionsconfig/test.js
- package.json 4 additions, 1 deletionpackage.json
- server/api/manuscript/manuscript.resolver.js 1 addition, 0 deletionsserver/api/manuscript/manuscript.resolver.js
- server/services/notify/email.js 1 addition, 1 deletionserver/services/notify/email.js
- ui/src/editors/DecisionSection.js 7 additions, 0 deletionsui/src/editors/DecisionSection.js
- ui/src/editors/EditorPanel.js 12 additions, 0 deletionsui/src/editors/EditorPanel.js
- ui/src/editors/MetadataSection.js 183 additions, 148 deletionsui/src/editors/MetadataSection.js
app/dataCiteApi/DataCiteApi.js
0 → 100644
app/dataCiteApi/index.js
0 → 100644
app/fetch/DataCiteApi.js
0 → 100644
config/custom-environment-variables.js
0 → 100644
... | ... | @@ -18,9 +18,9 @@ |
"@apollo/react-components": "^3.1.3", | ||
"@apollo/react-hoc": "^3.1.3", | ||
"@apollo/react-hooks": "^3.1.4", | ||
"@coko/client": "^0.0.4", | ||
"@coko/server": "^1.3.0", | ||
"@pubsweet/base-model": "^3.4.3", | ||
"@pubsweet/coko-theme": "^5.1.13", | ||
"@pubsweet/component-send-email": "^0.2.27", | ||
"@pubsweet/errors": "^2.0.21", | ||
"@pubsweet/logger": "^0.2.31", | ||
... | ... | @@ -32,6 +32,7 @@ |
"ajv": "^6.10.0", | ||
"apollo-client": "^2.6.3", | ||
"app-module-path": "^2.2.0", | ||
"axios": "^0.19.2", | ||
"babel-preset-minify": "^0.5.0-alpha.3cc09dcf", | ||
"bcrypt": "3.0.6", | ||
"cheerio": "^1.0.0-rc.2", | ||
... | ... | @@ -42,6 +43,8 @@ |
"copy-webpack-plugin": "^4.5.1", | ||
"diff": "^4.0.2", | ||
"flat": "^4.1.0", | ||
"fontsource-fira-sans-condensed": "^3.0.5", | ||
"fontsource-vollkorn": "^3.0.3", | ||
"formik": "^1.5.1", | ||
"fs-extra": "^6.0.1", | ||
"graphql-tag": "^2.9.2", | ||
... | ... |