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

@@ -218,7 +218,7 @@ require 'php/templates/header.php';
});
function hideNotificationsSkeleton() {
$('#notifications-skeleton').fadeOut(50, function () { $(this).remove(); });
$('#notifications-skeleton').fadeOut(0, function () { $(this).remove(); });
}
window.addEventListener('load', function () {