From f0b84c99430e16c5bbca16a18154e5a3e7799858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 6 Dec 2025 18:13:38 +0100 Subject: [PATCH] fix: ensure loading indicator is triggered --- assets/controllers/loading_controller.js | 4 ---- templates/account/index.html.twig | 4 ++-- templates/account/personal_data.html.twig | 2 +- templates/booking/_pagination.html.twig | 2 +- templates/booking/create/authenticate.html.twig | 2 +- templates/booking/create/step_1.html.twig | 2 +- templates/booking/create/step_2.html.twig | 2 +- templates/booking/create/step_2_participant.html.twig | 4 ++-- templates/booking/create/step_3.html.twig | 2 +- templates/booking/create/step_4.html.twig | 2 +- templates/booking/create/success.html.twig | 4 ++-- templates/booking/edit/index.html.twig | 6 +++--- templates/booking/edit/participant.html.twig | 4 ++-- templates/booking/index.html.twig | 7 +++++-- templates/registration/index.html.twig | 2 +- templates/reset_password/index.html.twig | 2 +- templates/security/login.html.twig | 2 +- 17 files changed, 26 insertions(+), 27 deletions(-) diff --git a/assets/controllers/loading_controller.js b/assets/controllers/loading_controller.js index 893d075..d7d1776 100644 --- a/assets/controllers/loading_controller.js +++ b/assets/controllers/loading_controller.js @@ -105,8 +105,4 @@ export default class extends Controller { this.isVisible = false this.indicatorTarget.classList.add(this.hiddenClass) } - - toggle() { - this.indicatorTarget.classList.remove(this.hiddenClass) - } } diff --git a/templates/account/index.html.twig b/templates/account/index.html.twig index c34ed32..b3359ed 100644 --- a/templates/account/index.html.twig +++ b/templates/account/index.html.twig @@ -10,13 +10,13 @@