adds activity indicators in header (ugly af)

This commit is contained in:
2025-02-11 01:58:06 +01:00
parent 0340dea4f8
commit 57e969a647
7 changed files with 234 additions and 92 deletions

View File

@@ -1,3 +1,3 @@
{{ bootstrap.load_js() }}
<script src="{{url_for('static', filename='color_mode.js')}}"></script>
<script src="{{ url_for('static', filename='common.js') }}"></script>
<script type="module" src="{{ url_for('static', filename='common.js') }}"></script>