FE: skeleton uplift + docs

This commit is contained in:
jokob-sk
2026-06-29 11:23:32 +10:00
parent 214959f5a1
commit 20ac84078f
27 changed files with 291 additions and 253 deletions

View File

@@ -1379,7 +1379,7 @@ $(document).ready(function () {
function hideWorkflowsSkeleton() {
hideSpinner();
$('#workflows-skeleton').fadeOut(50, function() { $(this).remove(); });
$('#workflows-skeleton').fadeOut(0, function() { $(this).remove(); });
}
window.addEventListener('load', function() {