Create basic tooltip library

This commit is contained in:
2025-04-25 15:35:39 +02:00
parent 5e953d04fe
commit 35e96fb875
5 changed files with 99 additions and 40 deletions

View File

@ -24,6 +24,7 @@
<script type="module" src="{{ static('bundled/alpine-index.js') }}"></script>
<script type="module" src="{{ static('bundled/htmx-index.js') }}"></script>
<script type="module" src="{{ static('bundled/country-flags-index.ts') }}"></script>
<script type="module" src="{{ static('bundled/core/tooltips-index.ts') }}"></script>
<!-- Jquery declared here to be accessible in every django widgets -->
<script src="{{ static('bundled/vendored/jquery.min.js') }}"></script>