Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Extra Validation For RSVPs #71

Closed
wants to merge 1 commit into from

Conversation

mjanderson1227
Copy link
Collaborator

Closes #49

  • Added default limit for the number of allowed RSVPs in the config.
  • Added check to prevent RSVP users from going over the allowed limit in the RSVP page.
  • Added the ability to edit RSVPLimit from the admin dashboard.

* Added default limit for the number of allowed RSVPs in the config.
* Added check to prevent RSVP users from going over the allowed limit in
  the RSVP page.
* Added the ability to edit RSVPLimit from the admin dashboard.
Copy link

vercel bot commented Jul 25, 2024

@mjanderson1227 is attempting to deploy a commit to the ACM UTSA Team on Vercel.

A member of the Team first needs to authorize it.

@@ -116,6 +131,18 @@ export function RegistrationToggles({
}}
/>
</div>
<div className="flex items-center py-4 border-t-muted border-t border-b">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There needs to be a border-b-muted Tailwind class here in order to get it to work with the theme.

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.

Add Extra Validation For RSVPs
1 participant