-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Displaying void message for applicants who failed to RSVP on time #289
Conversation
apps/site/src/app/(main)/portal/@applicant/VerticalTimeline.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/portal/@applicant/VerticalTimeline.tsx
Outdated
Show resolved
Hide resolved
Deploy preview for irvinehacks-site-2024 ready!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick work on this! A few suggestions:
apps/site/src/app/(main)/portal/@applicant/VerticalTimeline.tsx
Outdated
Show resolved
Hide resolved
apps/site/src/app/(main)/portal/@applicant/VerticalTimeline.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this done! Please squash merge when you get two approvals.
ef5b242
075026d
to
ef5b242
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if you saw a merge conflict regarding the Button
component, but currently the RSVP button causes horizontal overflow on mobile views. See Button.tsx from #283.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, seems like I didn't pull the changes properly. Looks good!
Resolves #281. Added display message and XCircle to applicants with the
VOID
status in the RSVP component as well as the two new statusesACCEPTED
andVOID
. Verdict and submission components remain, but the waiver component is removed. Unsure if the language used for the display message would fit both scenarios mentioned well.