fix: displays warning if reald debrid or tmdb keys are missing

This commit is contained in:
2025-07-07 00:14:22 -05:00
parent 8fa06d4462
commit 5c5fa8fde2
7 changed files with 84 additions and 17 deletions

View File

@@ -28,7 +28,10 @@
</div>
<div {{ turbo_stream_listen(app.session.get('mercure_alert_topic')) }} class="fixed z-40 top-10 right-10">
<div class="z-40">
<ul id="alert_list">
<ul id="alert_list" class="flex flex-col gap-2">
{% for message in app.flashes('warning') %}
<twig:Alert :title="'Warning'" :message="message" :alert_id="''" type="warning" data-controller="alert" />
{% endfor %}
</ul>
</div>
</div>