- Messenger, Mercure
- chapter download flow (lelscan only)
This commit is contained in:
Jérémy Guillot
2024-06-13 18:11:11 +02:00
parent f88fa2c232
commit bc85649789
24 changed files with 744 additions and 78 deletions

View File

@@ -12,7 +12,17 @@
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>
<body class="bg-gray-50">
<div data-controller="mercure"
data-mercure-topic="notification">
</div>
<div data-controller="alert" class="fixed right-0 z-50 flex justify-center w-full">
<div data-alert-target="alert" style="display: none;"
class="mt-8 max-w-fit p-4 rounded-lg shadow-lg text-white border-2 border-gray-200 transition-opacity duration-1000 ease-out">
<i data-alert-target="icon" class="fa text-xl mr-2"></i>
<span data-alert-target="message"></span>
</div>
</div>
<div class="h-full">
<div class="fixed flex flex-row justify-start items-center w-full z-10 bg-green-600 h-16 z-30">
<div class="flex justify-center ml-10">
@@ -49,13 +59,13 @@
{% block toolbar %}
{% endblock %}
</div>
<div class="z-10">
<div class="z-10 bg-gray-50">
{% block body %}
{% endblock %}
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/42e345444d.js" crossorigin="anonymous"></script>
{#<script src="https://kit.fontawesome.com/42e345444d.js" crossorigin="anonymous"></script>#}
</body>
</html>