Improve UI usability

This commit is contained in:
2022-07-21 13:51:22 +01:00
parent 6b820f96a3
commit cd82740662
5 changed files with 65 additions and 19 deletions

View File

@@ -3,6 +3,7 @@
{% block content %}
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
// tabbed browsing for the modal
function initTabs() {
TABS.forEach((tab) => {
tab.addEventListener('click', (e) => {