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

@@ -185,7 +185,7 @@ $(document).ready(function () {
});
function hideAppEventsSkeleton() {
$('#skel-app-events').fadeOut(50, function () { $(this).remove(); });
$('#skel-app-events').fadeOut(0, function () { $(this).remove(); });
}
window.addEventListener('load', function () {