mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user