- mail_settings_controller for setting smtp settings - added view ror rjecting dataset for editor - added new model AppConfig for stroing appwide config values - better validate_chesum.ts command with process chunking - added vue3 apps 'BasicSettings' like email, profile settings - started with 2 multilingual capabilities - npm updates
This commit is contained in:
parent
010bead723
commit
b06ccae603
67 changed files with 7820 additions and 1463 deletions
|
@ -17,11 +17,11 @@ module.exports = {
|
|||
'inprogress': 'rgb(94 234 212)',
|
||||
'released': 'rgb(52 211 153)',
|
||||
'editor-accepted': 'rgb(125 211 252)',
|
||||
'approved': '#BFCE40',
|
||||
'approved': '#FFEB3B', //A lighter yellow, which is cheerful and can indicate that something is in a pending state.
|
||||
'rejected-editor': '#f97316',
|
||||
'rejected-reviewer': '#f97316',
|
||||
'reviewed': '#34d399', // emerald
|
||||
'published': '#34d399', // sky
|
||||
'reviewed': '#FFC107', // warm amber, suggesting caution but still positive
|
||||
'published': '#8BC34A', // lighter green, which is also fresh and positive
|
||||
'primary-dark': '#DCFCE7',
|
||||
'lime': {
|
||||
DEFAULT: '#BFCE40',
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue