feat: Add countdown when order expire in less than 5 minutes

This commit is contained in:
kbe
2025-09-15 21:09:11 +02:00
parent 049e5505ef
commit dbb972e490
3 changed files with 85 additions and 2 deletions

View File

@@ -24,3 +24,6 @@ application.register("qr-code", QrCodeController);
import EventFormController from "./event_form_controller";
application.register("event-form", EventFormController);
import CountdownController from "./countdown_controller";
application.register("countdown", CountdownController);