04/28 Updated sprint 4 & 5

This commit is contained in:
2026-04-28 17:49:19 -04:00
parent 84c7f9d045
commit 58222159fa
14 changed files with 1803 additions and 1629 deletions
+10
View File
@@ -208,6 +208,16 @@ tr.dynamic-qr-record:hover {
</div>
<div class="table-container">
{% if records_truncated %}
<div class="alert alert-warning" style="margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem;">
<i class="fas fa-exclamation-triangle"></i>
<span>
Showing the most recent <strong>{{ records_limit }}</strong> records.
Your current filters match more than {{ records_limit }} entries —
please narrow the date range or apply additional filters to see all results.
</span>
</div>
{% endif %}
{% if attendance_records %}
<table class="attendance-table" id="attendanceTable">
<thead>