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

Remove waivers #554

Merged
merged 6 commits into from
Jan 7, 2024
Merged

Remove waivers #554

merged 6 commits into from
Jan 7, 2024

Conversation

meleongg
Copy link
Member

@meleongg meleongg commented Jan 6, 2024

Description

  • fix waivers

Other considerations

@meleongg meleongg requested a review from naijwu January 6, 2024 22:59
Copy link

github-actions bot commented Jan 6, 2024

Visit the preview URL for this PR (updated for commit 1fb527a):

https://nwplus-ubc--pr554-remove-waivers-7geiaxkm.web.app

(expires Sun, 14 Jan 2024 00:17:43 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8c7ea898e009e43455645bc310bcbccfc0f87e48

@@ -21,6 +21,15 @@ export const NOTIFICATION_PERMISSIONS = Object.freeze({
DENIED: 'denied',
})

export const WAIVER_LINKS = Object.freeze({
COVID:
'https://docs.google.com/document/d/1td2BgcwRT2CTYdUrzHji7onxpoVl8UjMiEuqIIUK7CM/edit?usp=sharing%5C',

Choose a reason for hiding this comment

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

We should remove the trailing space in case that causes issues, but that should be fine

@@ -27,7 +24,7 @@ const TopDecal = styled.img`
`

export default withTheme(({ announcements, theme }) => {
const { user, isAuthed } = useAuth()
// const { user, isAuthed } = useAuth()

Choose a reason for hiding this comment

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

Why are we removing auth?

Choose a reason for hiding this comment

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

Okay its for the QR. should be fine for now

added required next to minors text
This waiver allows nwPlus to use any photos or videos taken during the event for
promotional purposes.
</P>
<A bolded color="primary" width="130px" href={WAIVER_LINKS.RELEASE_LIABILITY}>

Choose a reason for hiding this comment

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

Very small issue, but we should make the wavers open in the new tab as sometimes the state doesnt get saved when you click directly.

Copy link

@EdwardJXLi EdwardJXLi left a comment

Choose a reason for hiding this comment

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

LGTM

@byronwang93 byronwang93 merged commit b16e3c8 into dev Jan 7, 2024
2 checks passed
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.

3 participants