feat: show alert/prompt when settings changes require restart (#2401)
* fix: correct 'StatusChecker' typo * feat: add restart required check to StatusChecker * fix(perms): remove MANAGE_SETTINGS permission * fix: allow alert to be dismissed * fix(lang): add missing string in SettingsServices * fix(frontend): fix modal icon border * fix(frontend): un-dismiss alert if setting reverted not require server restart * fix(backend): restart flag only needs to track main settings * fix: rebase issue * refactor: appease Prettier * refactor: swap settings badge order * fix: type import for MainSettings * test: add cypress test for restart prompt
This commit is contained in:
@@ -43,6 +43,7 @@ const globalMessages = defineMessages({
|
||||
all: 'All',
|
||||
experimental: 'Experimental',
|
||||
advanced: 'Advanced',
|
||||
restartRequired: 'Restart Required',
|
||||
loading: 'Loading…',
|
||||
settings: 'Settings',
|
||||
usersettings: 'User Settings',
|
||||
|
||||
Reference in New Issue
Block a user