QoL: log version at startup, show backend vs frontend mismatch in system status (#10214)

This commit is contained in:
shamoon 2025-06-19 08:29:34 -07:00 committed by GitHub
parent 83391af866
commit 52b95f2b62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 85 additions and 5 deletions

View file

@ -20,6 +20,7 @@ export enum GlobalSearchType {
export const PAPERLESS_GREEN_HEX = '#17541f'
export const SETTINGS_KEYS = {
VERSION: 'version',
LANGUAGE: 'language',
APP_LOGO: 'app_logo',
APP_TITLE: 'app_title',
@ -76,6 +77,11 @@ export const SETTINGS_KEYS = {
}
export const SETTINGS: UiSetting[] = [
{
key: SETTINGS_KEYS.VERSION,
type: 'string',
default: '',
},
{
key: SETTINGS_KEYS.LANGUAGE,
type: 'string',