add some features

This commit is contained in:
2026-04-22 21:37:07 +02:00
parent bdd06105dd
commit aa6bd5fe23
13 changed files with 570 additions and 1029 deletions
+12 -1
View File
@@ -68,6 +68,17 @@
<button id="cleanupBtn" class="btn btn-outline-danger btn-sm">Clear all data</button>
</div>
</div>
<!-- API documentation -->
<div class="card mt-3">
<div class="card-body d-flex align-items-center justify-content-between">
<div>
<h6 class="fw-semibold mb-1"><i class="bi bi-book me-1"></i>API Documentation</h6>
<p class="text-muted small mb-0">OpenAPI reference for the Check List backend endpoints.</p>
</div>
<a href="/api-docs" target="_blank" class="btn btn-outline-secondary btn-sm">View docs</a>
</div>
</div>
</main>
<script>
@@ -137,4 +148,4 @@
})();
</script>
</body>
</html>
</html>