You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt 2be0fc4fd3 fix(quotesdb): fix report submit button always disabled, add auth code hint
- Remove captcha-gated disabled state on report submit button — Turnstile
  does not fire a DOM input event so captcha_solved never became true; rate
  limiting is handled at the WAF layer so the gate was incorrect
- Token is still read from the hidden Turnstile input at submit time if present
- Add explanatory hint below "Enter Auth Code" heading in AuthModal explaining
  the code was provided or generated when the quote was created
- Add .auth-modal__hint CSS class for the hint text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
components fix(quotesdb): fix report submit button always disabled, add auth code hint 3 months ago
pages feat(quotesdb): add admin moderation tab with report detail modal 3 months ago
api.rs fix(quotesdb): add PartialEq to report types, remove unused import 3 months ago
main.rs feat(quotesdb): add footer with contact email to all pages 3 months ago
storage.rs fix(quotesdb): fix admin_reset_auth_code call, handle status fetch error 3 months ago
style.css fix(quotesdb): fix report submit button always disabled, add auth code hint 3 months ago