feat(onboarding-email): restyle UK volunteer welcome, state subscription status - #1115
Merged
hturnbull93 merged 2 commits intoSep 14, 2026
Merged
Conversation
…scription status UK volunteer email used a rich/video layout inconsistent with the plain, short-note style already used for UK non-volunteers; restyled it to match (same shape, keeps the video/Discord mention as a plain line). Also thread the Members "Email subscription" checkbox through to the render endpoint so the newsletter line can state it directly instead of hedging with "if you opted in" — falls back to the old hedged wording when the field isn't known. The UK/Canada/Sweden "own words" line stays hedged for a not-subscribed signup, since spelling out the "no" reads oddly inside a chapter's own welcome note. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01T2LtYeM7ABtR9bX7CaTaYZ
✅ Deploy Preview for pauseai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Dead since the UK volunteer rewrite switched to ukCommunityStep — left in place and failed eslint's no-unused-vars in CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01T2LtYeM7ABtR9bX7CaTaYZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Email subscriptioncheckbox through the render endpoint (email_subscriptionin the Airtable automation's request body, already forwarded but previously unread) so the newsletter line can state subscription status directly instead of always hedging with "if you opted in". Falls back to the old hedged wording when the status isn't known./onboarding-email-previewfor QA.Test plan
vitest run src/lib/server/onboardingEmail— 17/17 passtsc --noEmit— clean/onboarding-email-preview🤖 Generated with Claude Code
https://claude.ai/code/session_01T2LtYeM7ABtR9bX7CaTaYZ