Refactor direction frontend -> backend
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 15s

This commit is contained in:
2024-02-20 17:32:38 +01:00
parent b1d05cf7c8
commit 13103cc056
12 changed files with 516 additions and 350 deletions

View File

@ -4,14 +4,6 @@
{% set active_page = "/race/" ~ (active_user.name_sanitized if active_user is not none else "Everyone") %}
{% block head_extra %}
<script defer>
{# Initialize Bootstrap Tooltips #}
let tooltipTriggerList = document.querySelectorAll("[data-bs-toggle='tooltip']")
let tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
</script>
{% endblock head_extra %}
{% block navbar_center %}
{% if model.all_users() | length > 1 %}
<div class="dropdown">