feat: groups price calculator admin crud, booking/offer flow and api

This commit is contained in:
Björn Fromme
2026-08-03 15:25:10 +02:00
parent eabed8295a
commit 9d2aa11fdb
258 changed files with 16231 additions and 582 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
import { Controller } from '@hotwired/stimulus'
import tippy from 'tippy.js'
import tippy, { hideAll } from 'tippy.js'
export default class extends Controller {
static targets = ['trigger', 'template']
@@ -27,6 +27,7 @@ export default class extends Controller {
allowHTML: true,
interactive: true,
appendTo: document.body,
onShow(instance) { hideAll({ exclude: instance }) },
}
}
if (this.hasTriggerTarget) {