- npm updates
Some checks failed
CI Pipeline / japa-tests (push) Failing after 51s

- added views and controller coder for reviewer role
- added program logic for publishing a dataset by editor
- added reviewer menu
- adapted routes.ts for additional routes
This commit is contained in:
Kaimbacher 2024-01-04 16:40:05 +01:00
parent c70fa4a0d8
commit 18635f77b3
17 changed files with 1224 additions and 393 deletions

View file

@ -13,7 +13,15 @@ module.exports = {
},
extend: {
colors: {
'primary': '#22C55E',
'primary': '#22C55E',
'inprogress': 'rgb(94 234 212)',
'released': 'rgb(52 211 153)',
'editor-accepted': 'rgb(125 211 252)',
'approved': '#BFCE40',
'rejected-editor': '#f97316',
'rejected-reviewer': '#f97316',
'reviewed': '#34d399', // emerald
'published': '#34d399', // sky
'primary-dark': '#DCFCE7',
'lime': {
DEFAULT: '#BFCE40',