You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(val): rename walkthrough → tour in prose, emails, and comments
Finishes the walkthrough → tour rename that started with scripts
and configs. Val Town backend catches up:
- Email subject line (auth-request.ts): "Your Socket walkthrough
login code" → "Your Socket tour login code"
- Email HTML body (email-template.ts): h1 headline, instruction
paragraph, mailto subject — all reference "tour"
- Plain-text email body: matches the HTML version
- Source-code comments + file headers (index.ts, comments-read.ts,
comments-mutate.ts, email-template.ts) now say "tour"
- Shell script (integration-test.sh) usage notes point at
`pnpm tour:valtown` instead of the old `pnpm walkthrough deploy-val`
Intentionally NOT renamed — external identifiers that would churn
real accounts or rotation cycles:
- config.ts:51 `email: 'socketdev.walkthrough@valtown.email'` —
external email address
- integration-test.sh:6 `jdalton-socket-walkthroughs.web.val.run` —
external Val Town URL
Those stay on the walkthrough handle. Users with already-delivered
emails see old subject lines; new deliveries match the new brand.
All 47 val tests pass; pnpm type + pnpm lint + pnpm check green.
<p style="margin:0 0 24px 0;font-size:15px;line-height:1.5;color:#57606a;text-align:center;">Enter this code in the walkthrough to sign in. It expires in 10 minutes.</p>
32
+
<h1 style="margin:0 0 8px 0;font-size:24px;font-weight:600;color:#1a1a1a;text-align:center;">Your Socket tour login code</h1>
33
+
<p style="margin:0 0 24px 0;font-size:15px;line-height:1.5;color:#57606a;text-align:center;">Enter this code in the tour to sign in. It expires in 10 minutes.</p>
<p style="margin:24px 0 0 0;font-size:13px;line-height:1.5;color:#8b949e;text-align:center;">Didn't request this code? Please report it to <a href="mailto:security@socket.dev?subject=Unrequested%20walkthrough%20login%20code" style="color:#0969da;text-decoration:underline;">security@socket.dev</a>.</p>
37
+
<p style="margin:24px 0 0 0;font-size:13px;line-height:1.5;color:#8b949e;text-align:center;">Didn't request this code? Please report it to <a href="mailto:security@socket.dev?subject=Unrequested%20tour%20login%20code" style="color:#0969da;text-decoration:underline;">security@socket.dev</a>.</p>
0 commit comments