feat(apple): cover the window while the core boots

The core initializes asynchronously at launch, so for a moment the transfer lists
look empty and the app feels stalled. Show a full-window overlay (centered spinner
+ "Starting…") as the top layer of the root stack while coreState.isInitialized is
false; it fades out once the core is ready.
This commit is contained in:
2026-07-24 14:41:37 +02:00
parent 6e2c8b4b2d
commit 4bd51106e8
11 changed files with 57 additions and 0 deletions

View File

@@ -321,6 +321,20 @@
"ru": "О приложении"
}
},
"app_starting": {
"context": "Shown briefly at launch while the core is still starting up.",
"translations": {
"en": "Starting…",
"fr": "Démarrage…",
"es": "Iniciando…",
"it": "Avvio…",
"de": "Wird gestartet…",
"pt": "A iniciar…",
"pl": "Uruchamianie…",
"nl": "Bezig met starten…",
"ru": "Запуск…"
}
},
"appearance_auto_description": {
"context": "Settings > Appearance: description for the System/auto option.",
"translations": {