This commit is contained in:
2025-12-29 01:32:13 +01:00
parent ba257dab28
commit 5157d70eb2
2 changed files with 44 additions and 4 deletions

View File

@@ -222,3 +222,12 @@ try {
<script>
window.__events = <?= json_encode($eventsForJs, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) ?>;
</script>
<div class="modal" id="eventModal">
<div class="panel">
<div class="head flex between center-y">
<h3 id="eventModalTitle" style="margin:0;">Event</h3>
<button class="btn ghost" type="button" data-event-modal-close>✕</button>
</div>
<div id="eventModalBody" class="stack gap-8" style="margin-top:12px;"></div>
</div>
</div>