Skip to content

Let each meetup region override the talk-start offset#1456

Merged
andygrunwald merged 1 commit into
mainfrom
andygrunwald/rhine-ruhr-meetup-talk-start-offset
May 20, 2026
Merged

Let each meetup region override the talk-start offset#1456
andygrunwald merged 1 commit into
mainfrom
andygrunwald/rhine-ruhr-meetup-talk-start-offset

Conversation

@andygrunwald
Copy link
Copy Markdown
Contributor

Why

MeetupPageLayout.astro hard-coded talks start ~30min later into the date-and-time line shown above the registration form. That value is accurate for the Alps meetup, but at the Rhine-Ruhr meetup the gap between doors opening and the first talk is roughly an hour, so the line was misleading there.

What changed

  • src/components/meetup/MeetupPageLayout.astro — added an optional talkStartOffset prop with a default of '~30min' and threaded it into the date-and-time template literal. The Alps page does not pass the prop, so its rendered copy is byte-for-byte unchanged.
  • src/pages/meetup/rhine-ruhr/index.astro — passes talkStartOffset="~1h".

2 files changed, +4 / −1.

Rendered output (verified against dist/)

  • /meetup/alps/… open doors at HH:MM (talks start ~30min later)
  • /meetup/rhine-ruhr/… open doors at HH:MM (talks start ~1h later)

Validation

  • make build → ✓ 477 pages built in 5.73s
  • make test-javascript → ✓ 86/86
  • No website-admin/ files touched; Go commands not applicable.

🤖 Generated with Claude Code

MeetupPageLayout hard-coded 'talks start ~30min later' in the
date-and-time line, which was correct for the Alps meetup but wrong for
Rhine-Ruhr, where the open-doors-to-first-talk gap is about an hour.

Add an optional talkStartOffset prop with a default of '~30min', so the
Alps page (which doesn't pass the prop) is unchanged. Rhine-Ruhr now
passes '~1h', producing 'talks start ~1h later'.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for nifty-bardeen-5c7e53 ready!

Name Link
🔨 Latest commit 422cd40
🔍 Latest deploy log https://app.netlify.com/projects/nifty-bardeen-5c7e53/deploys/6a0e065f97669b000973d271
😎 Deploy Preview https://deploy-preview-1456--nifty-bardeen-5c7e53.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@andygrunwald andygrunwald merged commit 8aad853 into main May 20, 2026
5 of 6 checks passed
@andygrunwald andygrunwald deleted the andygrunwald/rhine-ruhr-meetup-talk-start-offset branch May 20, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant