This commit is contained in:
2026-06-04 20:55:41 +02:00
parent 4943a87e13
commit f36c10b428
3 changed files with 109 additions and 82 deletions

View File

@@ -39,6 +39,7 @@
const data = await res.json();
if (data.success) {
container.innerHTML = data.html || '<div class="notif-empty">' + (window.f0ckI18n?.no_notifications || 'No new notifications') + '</div>';
if (window.applyNotifThumbBlur) window.applyNotifThumbBlur(container);
const footbar = document.getElementById('footbar');
if (footbar) {
footbar.style.display = data.hasMore ? '' : 'none';