Update first time setup flow; update strings, include strings from figma

This commit is contained in:
Ana Custura 2026-03-29 17:17:47 +01:00
parent 9937cc8884
commit 4c25aeabf9
23 changed files with 1451 additions and 245 deletions

View file

@ -15,9 +15,7 @@ def seed_defaults():
"onboarding_complete": "false",
"lock_root_password": "false",
"enable_file_viewer": current_app.config["ENABLE_FILE_VIEWER"],
"enable_map_viewer": current_app.config["ENABLE_MAP_VIEWER"],
"enable_chat": current_app.config["ENABLE_CHAT"],
"enable_app_store": current_app.config["ENABLE_APP_STORE"],
"enable_deltachat": current_app.config["ENABLE_DELTACHAT"],
"ssh_password": "",
"admin_password": current_app.config["ADMIN_PASSWORD"],
@ -26,6 +24,7 @@ def seed_defaults():
"root_account_settings": "",
"ssh_access_settings": "disable_ssh",
"root_password": "",
"first_setup": "true",
}
for key, value in defaults.items():