wip-feat: mercure alerts

This commit is contained in:
2025-04-27 09:55:55 -05:00
parent 6138c94d7a
commit c32ff2e464
18 changed files with 719 additions and 1 deletions

View File

@@ -12,4 +12,11 @@
</div>
</div>
</div>
<div {{ turbo_stream_listen('alerts') }} class="absolute top-10 right-10 size-96">
<div >
<ul id="alert_list">
<twig:Alert title="Added to queue" message="Severance has been added to the queue." alert_id="alert_id" data-controller="alert" />
</ul>
</div>
</div>
</header>