06/04 Optimize app

This commit is contained in:
2026-06-04 14:28:35 -04:00
parent 0190da30d4
commit 3f2e83ce2d
5 changed files with 44 additions and 5 deletions
+4 -1
View File
@@ -91,7 +91,7 @@
</div>
<div class="form-group">
<label>Due Date</label>
<input type="date" name="due_date">
<input type="date" name="due_date" id="add-bid-due-date">
</div>
</div>
<div class="form-group">
@@ -481,6 +481,9 @@ function esc(str) {
/* ── Init ───────────────────────────────────────────────── */
loadBids();
/* Set today as the minimum selectable due date for new bids */
document.getElementById('add-bid-due-date').min = new Date().toISOString().slice(0, 10);
</script>
<style>