First commit

This commit is contained in:
2026-05-24 11:49:38 +02:00
commit 894845d3d3
61 changed files with 4543 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<xf:if is="$alerts is not empty">
<xf:foreach loop="$alerts" value="$alert">
<xf:macro id="alert_macros::row_rhpz" arg-alert="{$alert}" />
</xf:foreach>
<xf:else />
<div class="$notifications-empty">
<i data-lucide="bell-off" size="24"></i>
<span>No new notifications.</span>
</div>
</xf:if>