Enhance plugin string handling and initialization; add UI tests for translation loading

This commit is contained in:
Jokob @NetAlertX
2026-07-02 04:15:00 +00:00
parent b29d279de8
commit 6c593d8879
6 changed files with 283 additions and 61 deletions

View File

@@ -537,7 +537,9 @@ function deleteSelectedDevices()
}
getData();
// Wait for full app init (strings + plugin strings) before rendering.
// Without this guard getString() returns undefined during cold init.
callAfterAppInitialized(getData);
</script>