feat: loading indicator on initial page load
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{% extends 'layout_booking.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="flex-1 flex items-center justify-center"
|
||||
hx-get="{{ path('app_booking_create_init', {
|
||||
date_id: params.dateId,
|
||||
hotel_id: params.hotelId,
|
||||
agency: params.agency,
|
||||
theme: params.theme,
|
||||
r: params.returnUrl
|
||||
}) }}"
|
||||
hx-trigger="load"
|
||||
hx-swap="none">
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user