feat: add notifications system with bell badge, polling, Directus flows, and webhook integration

This commit is contained in:
2026-02-07 15:13:17 +01:00
parent f6ba0085f9
commit 10dd923739
8 changed files with 48 additions and 12 deletions

View File

@@ -246,8 +246,8 @@ style.textContent = /* css */`
}
listing-card .payment-published {
background: rgba(40, 167, 69, 0.9);
color: #fff;
background: var(--color-accent);
color: var(--color-accent-text, #fff);
}
listing-card .payment-expired {