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
..
auth_modal.rs fix(quotesdb): fix report submit button always disabled, add auth code hint 3 months ago
error.rs feat(quotesdb): implement UI app shell, API client, storage, and base components 3 months ago
mod.rs feat(quotesdb): add admin moderation tab with report detail modal 3 months ago
moderation_tab.rs fix(quotesdb): add PartialEq to report types, remove unused import 3 months ago
pagination.rs feat(quotesdb): implement UI app shell, API client, storage, and base components 3 months ago
quote_card.rs feat(quotesdb): implement UI app shell, API client, storage, and base components 3 months ago
report_modal.rs fix(quotesdb): fix report submit button always disabled, add auth code hint 3 months ago