update bitty to 6.0.0-rc1

This commit is contained in:
2025-11-26 15:18:44 +03:00
parent 2d3eef6531
commit 19383a538d
4 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ Repo: https://github.com/emcconville/wand
## Bitty ## Bitty
Affected files: [`data/static/js/vnd/bitty-5.1.0-rc6.min.js`](./data/static/js/vnd/bitty-5.1.0-rc6.min.js) Affected files: [`data/static/js/vnd/bitty-6.0.0-rc1.min.js`](./data/static/js/vnd/bitty-6.0.0-rc1.min.js)
URL: https://bitty.alanwsmith.com/ URL: https://bitty.alanwsmith.com/
Copyright: `Copyright (c) 2025 Alan Smith - https://www.alanwsmith.com/` Copyright: `Copyright (c) 2025 Alan Smith - https://www.alanwsmith.com/`
License: MIT License: MIT

View File

@@ -10,10 +10,10 @@
{% endif %} {% endif %}
<link rel="stylesheet" href="{{ ("/static/css/%s.css" % get_prefers_theme()) | cachebust }}"> <link rel="stylesheet" href="{{ ("/static/css/%s.css" % get_prefers_theme()) | cachebust }}">
<link rel="icon" type="image/png" href="/static/favicon.png"> <link rel="icon" type="image/png" href="/static/favicon.png">
<script src="/static/js/vnd/bitty-5.1.0-rc6.min.js" type="module"></script> <script src="/static/js/vnd/bitty-6.0.0-rc1.min.js" type="module"></script>
</head> </head>
<body> <body>
<bitty-5-1 data-connect="/static/js/bitties/pyrom-bitty.js"> <bitty-6-0 data-connect="/static/js/bitties/pyrom-bitty.js">
{% include 'common/topnav.html' %} {% include 'common/topnav.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %} {% if messages %}
@@ -26,7 +26,7 @@
<footer class="darkbg"> <footer class="darkbg">
<span>Pyrom commit <a href="{{ "https://git.poto.cafe/yagich/pyrom/commit/" + __commit }}">{{ __commit[:8] }}</a></span> <span>Pyrom commit <a href="{{ "https://git.poto.cafe/yagich/pyrom/commit/" + __commit }}">{{ __commit[:8] }}</a></span>
</footer> </footer>
</bitty-5-1> </bitty-6-0>
<script src="{{ "/static/js/ui.js" | cachebust }}"></script> <script src="{{ "/static/js/ui.js" | cachebust }}"></script>
<script src="{{ "/static/js/date-fmt.js" | cachebust }}"></script> <script src="{{ "/static/js/date-fmt.js" | cachebust }}"></script>
</body> </body>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long