Save workspace changes

This commit is contained in:
2026-04-18 17:02:56 +02:00
parent f02ea9a711
commit 87d60af5a9
4220 changed files with 1388603 additions and 1554 deletions

View File

@@ -124,7 +124,7 @@ export default function NotificationDropdown({ initialUnreadCount = 0, notificat
) : null}
</div>
<div className="max-h-[28rem] overflow-y-auto">
<div className="max-h-[28rem] overflow-y-auto nova-scrollbar">
{loading ? <div className="px-4 py-6 text-sm text-white/45">Loading notifications</div> : null}
{!loading && items.length === 0 ? <div className="px-4 py-6 text-sm text-white/45">No notifications yet.</div> : null}
{!loading && items.map((item) => (