berrypod/test/berrypod_web
jamey 76cff0494e add forgiving API key validation with inline errors
Add KeyValidation module for format-checking API keys before
attempting connections. Auto-strips whitespace, detects common
mistakes (e.g. pasting a Stripe publishable key), and returns
helpful error messages.

Inline field errors across all three entry points:
- Setup wizard: provider + Stripe keys
- Admin provider form: simplified to single Connect button
- Email settings: per-field errors instead of flash toasts

Also: plain text inputs for all API keys (not password fields),
accessible error states (aria-invalid, role=alert, thick border,
bold text), inner_block slot declaration on error component.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 12:17:56 +00:00
..
controllers fix content image double-suffix, clean up page defaults and editor UX 2026-03-03 00:56:01 +00:00
live add forgiving API key validation with inline errors 2026-03-04 12:17:56 +00:00
plugs add custom page LiveView with catch-all routing 2026-02-28 02:21:11 +00:00
page_editor_hook_test.exs fix content image double-suffix, clean up page defaults and editor UX 2026-03-03 00:56:01 +00:00
page_renderer_test.exs extract site_name and site_description from theme settings into standalone settings 2026-03-03 14:52:31 +00:00
user_auth_test.exs add setup onboarding page, dashboard launch checklist, provider registry 2026-02-20 00:34:06 +00:00