port to bitty 7.0.0-rc1

This commit is contained in:
2025-12-05 04:31:03 +03:00
parent 1533f82a6b
commit 65abea2093
9 changed files with 30 additions and 28 deletions

View File

@@ -10,10 +10,10 @@
{% endif %}
<link rel="stylesheet" href="{{ ("/static/css/%s.css" % get_prefers_theme()) | cachebust }}">
<link rel="icon" type="image/png" href="/static/favicon.png">
<script src="{{ '/static/js/vnd/bitty-6.0.0-rc3.min.js' | cachebust }}" type="module"></script>
<script src="{{ '/static/js/vnd/bitty-7.0.0-rc1.min.js' | cachebust }}" type="module"></script>
</head>
<body>
<bitty-6-0 data-connect="{{ '/static/js/bitties/pyrom-bitty.js' | cachebust }}">
<bitty-7-0 data-connect="{{ '/static/js/bitties/pyrom-bitty.js' | cachebust }}">
{% include 'common/topnav.html' %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
@@ -24,6 +24,6 @@
{% endwith %}
{% block content %}{% endblock %}
{% include 'common/footer.html' %}
</bitty-6-0>
</bitty-7-0>
<script src="{{ "/static/js/ui.js" | cachebust }}"></script>
</body>