Add dark/light mode toggle. Add chart toggle
Change dark/light mode detection Add saving uiShowCharts to local storage Add saving uiTheme to local storage Add ui buttons
This commit is contained in:
@@ -28,6 +28,8 @@ const messages = { // eslint-disable-line no-unused-vars
|
||||
downloadConfig: 'Download Configuration',
|
||||
madeBy: 'Made by',
|
||||
donate: 'Donate',
|
||||
toggleCharts: 'Show/hide Charts',
|
||||
theme: { dark: 'Dark theme', light: 'Light theme', auto: 'Auto theme' }
|
||||
},
|
||||
ua: {
|
||||
name: 'Ім`я',
|
||||
|
||||
Reference in New Issue
Block a user