add built in scanner

This commit is contained in:
2026-02-28 02:26:04 -05:00
parent b6cd483401
commit 10cb8048a0
5 changed files with 323 additions and 1 deletions
+12
View File
@@ -34,6 +34,18 @@
</div>
</div>
<div style="margin-top: 3rem;">
<div class="scanner-disclaimer">
<div style="display: flex; align-items: flex-start; gap: 0.75rem;">
<span style="font-size: 1.5rem; flex-shrink: 0;">&#x1F6E1;&#xFE0F;</span>
<div>
<strong>Scan QR Codes Safely</strong>
<p style="margin: 0.25rem 0 0.5rem; color: var(--muted); font-size: 0.9rem;">Not all QR codes can be trusted. Use our <a href="/scanner" style="color: var(--primary); font-weight: 600;">built-in QR scanner</a> to safely scan codes and warn you about invalid ones - at least as far as collecting points is concerned. &#x1F3C6;</p>
</div>
</div>
</div>
</div>
<% if (hunts && hunts.length > 0) { %>
<h2 style="margin-top: 2rem; margin-bottom: 1rem;">Active Hunts</h2>
<% hunts.forEach(hunt => { %>