[ui] update settings UI (#2767)

This commit is contained in:
Vlad Stan
2024-11-08 10:15:56 +02:00
committed by GitHub
parent ec9ad9f940
commit dd972e2aaa
9 changed files with 303 additions and 268 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -2,6 +2,7 @@ window.localisation.en = {
confirm: 'Yes',
server: 'Server',
theme: 'Theme',
site_customisation: 'Site Customisation',
funding: 'Funding',
users: 'Users',
apps: 'Apps',
+1
View File
@@ -58,6 +58,7 @@ window.app = Vue.createApp({
'orange'
],
tab: 'funding',
tabsPercent: 15,
needsRestart: false
}
},