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

@@ -1374,7 +1374,9 @@ $(document).ready(function() {
// --------------------------------------
// Initialize
$(document).ready(function () {
getData();
// Wait for full app init (strings + plugin strings) before rendering.
// Without this guard getString() returns undefined during cold init.
callAfterAppInitialized(getData);
});
function hideWorkflowsSkeleton() {