Skip to content

APPLICATION | Volunteer form frontend 1&2 - #350

Open
sarahtan0 wants to merge 28 commits into
vh-site-2026from
sarah/volunteer-application
Open

sarahtan0 wants to merge 28 commits into
vh-site-2026from
sarah/volunteer-application

Conversation

@sarahtan0

Copy link
Copy Markdown
Contributor

Created the frontend form for the volunteer application, implemented buttons in application flow. Created a check box component.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

name="last_name"
type="text"
labelText="Last Name"
placeholder="Enter your last name"
isRequired={true}
containerClass="w-full"


[prettier] reported by reviewdog 🐶

name="preferred_name"
type="text"
labelText="Preferred Name (optional)"
placeholder="Enter your preferred name (optional)"
isRequired={false}
containerClass="w-full"


[prettier] reported by reviewdog 🐶

{ value: "male", text: "Male"},
{ value: "prefer not to say", text: "Prefer not to say"},
{ value: "other", text: "Other"},


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

{value: "any", text: "I eat anything, including the following (chicken, beef, pork)."},
{value: "chicken_only", text: "I eat meat, but only chicken."},
{value: "vegetarian", text: "I am vegetarian."},
{value: "vegan", text: "I am vegan."},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "xs", text: "XL"},
{value: "s", text: "S"},
{value: "m", text: "M"},
{value: "l", text: "L"},
{value: "xl", text: "XL"},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

name="last_name"
type="text"
labelText="Last Name"
placeholder="Enter your last name"
isRequired={true}
containerClass="w-full"


[prettier] reported by reviewdog 🐶

name="preferred_name"
type="text"
labelText="Preferred Name (optional)"
placeholder="Enter your preferred name (optional)"
isRequired={false}
containerClass="w-full"


[prettier] reported by reviewdog 🐶

{ value: "male", text: "Male"},
{ value: "prefer not to say", text: "Prefer not to say"},
{ value: "other", text: "Other"},


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

{value: "any", text: "I eat anything, including the following (chicken, beef, pork)."},
{value: "chicken_only", text: "I eat meat, but only chicken."},
{value: "vegetarian", text: "I am vegetarian."},
{value: "vegan", text: "I am vegan."},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "xs", text: "XL"},
{value: "s", text: "S"},
{value: "m", text: "M"},
{value: "l", text: "L"},
{value: "xl", text: "XL"},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

@github-actions

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for venushacks ready!

Name VenusHacks Site
Preview Visit Preview
Commit 93220b5

sarahitan and others added 2 commits March 7, 2026 12:49
…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

name="preferred_name"
type="text"
labelText="Preferred Name (optional)"
placeholder="Enter your preferred name (optional)"
isRequired={false}
containerClass="w-full"


[prettier] reported by reviewdog 🐶

{ value: "male", text: "Male"},
{ value: "prefer not to say", text: "Prefer not to say"},
{ value: "other", text: "Other"},


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

{value: "any", text: "I eat anything, including the following (chicken, beef, pork)."},
{value: "chicken_only", text: "I eat meat, but only chicken."},
{value: "vegetarian", text: "I am vegetarian."},
{value: "vegan", text: "I am vegan."},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "xs", text: "XL"},
{value: "s", text: "S"},
{value: "m", text: "M"},
{value: "l", text: "L"},
{value: "xl", text: "XL"},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

name="preferred_name"
type="text"
labelText="Preferred Name (optional)"
placeholder="Enter your preferred name (optional)"
isRequired={false}
containerClass="w-full"


[prettier] reported by reviewdog 🐶

{ value: "male", text: "Male"},
{ value: "prefer not to say", text: "Prefer not to say"},
{ value: "other", text: "Other"},


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

{value: "any", text: "I eat anything, including the following (chicken, beef, pork)."},
{value: "chicken_only", text: "I eat meat, but only chicken."},
{value: "vegetarian", text: "I am vegetarian."},
{value: "vegan", text: "I am vegan."},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "xs", text: "XL"},
{value: "s", text: "S"},
{value: "m", text: "M"},
{value: "l", text: "L"},
{value: "xl", text: "XL"},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

{ value: "male", text: "Male"},
{ value: "prefer not to say", text: "Prefer not to say"},
{ value: "other", text: "Other"},


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

{value: "any", text: "I eat anything, including the following (chicken, beef, pork)."},
{value: "chicken_only", text: "I eat meat, but only chicken."},
{value: "vegetarian", text: "I am vegetarian."},
{value: "vegan", text: "I am vegan."},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "xs", text: "XL"},
{value: "s", text: "S"},
{value: "m", text: "M"},
{value: "l", text: "L"},
{value: "xl", text: "XL"},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

{value: "any", text: "I eat anything, including the following (chicken, beef, pork)."},
{value: "chicken_only", text: "I eat meat, but only chicken."},
{value: "vegetarian", text: "I am vegetarian."},
{value: "vegan", text: "I am vegan."},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "xs", text: "XL"},
{value: "s", text: "S"},
{value: "m", text: "M"},
{value: "l", text: "L"},
{value: "xl", text: "XL"},


[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

sarahtan0 and others added 5 commits March 7, 2026 13:03
…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…tion.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶


[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

prettier

[prettier] reported by reviewdog 🐶

{value: "yes", text: "Yes"},
{value: "no", text: "No"},


[prettier] reported by reviewdog 🐶

…Questions.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
sarahtan0 and others added 7 commits March 7, 2026 13:07
…teerApplication.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…teerApplication.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…Questions.tsx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants