Skip to content

fix: use standard checkbox for RSVP#50

Merged
ben-basten merged 6 commits into
stagingfrom
fix/rsvp-checkbox
Mar 12, 2026
Merged

fix: use standard checkbox for RSVP#50
ben-basten merged 6 commits into
stagingfrom
fix/rsvp-checkbox

Conversation

@ben-basten
Copy link
Copy Markdown
Owner

@ben-basten ben-basten commented Mar 12, 2026

The current checkbox design is unclear on whether it's selected or deselected on the initial RSVP. Switching to regular checkboxes to make it more clear.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 12, 2026

Deploy Preview for bs-said-yes ready!

Name Link
🔨 Latest commit 6a1cf49
🔍 Latest deploy log https://app.netlify.com/projects/bs-said-yes/deploys/69b225ed803b500007323592
😎 Deploy Preview https://deploy-preview-50--bs-said-yes.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.

@ben-basten ben-basten requested a review from Copilot March 12, 2026 02:34
@ben-basten ben-basten marked this pull request as ready for review March 12, 2026 02:35
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the RSVP “household” step to use the shared FormCheckbox component instead of a bespoke RSVP-specific checkbox, aligning RSVP inputs with the app’s standard form controls.

Changes:

  • Replaced RsvpCheckbox usage in the RSVP household step with FormCheckbox.
  • Extended FormCheckbox to support checkbox-group usage via optional name/value props and string[] v-model.
  • Removed the now-unused RsvpCheckbox component.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
app/components/form/rsvp/StepHousehold.vue Switches RSVP attendee selection to FormCheckbox and adjusts placement of the attendance summary message.
app/components/form/RsvpCheckbox.vue Deletes the custom RSVP checkbox component.
app/components/form/FormCheckbox.vue Adds support for checkbox groups (name/value, string[] v-model) while keeping boolean checkbox usage intact.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@ben-basten ben-basten changed the base branch from main to staging March 12, 2026 02:41
@ben-basten ben-basten merged commit 3c5662a into staging Mar 12, 2026
9 checks passed
@ben-basten ben-basten deleted the fix/rsvp-checkbox branch March 12, 2026 02:42
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.

2 participants