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

fix: endpoints and schema bugs #73

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

fix: endpoints and schema bugs #73

wants to merge 10 commits into from

Conversation

raghav4
Copy link
Owner

@raghav4 raghav4 commented Jul 23, 2021

No description provided.

@vercel
Copy link

vercel bot commented Jul 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/rsx/yearbook/4fyzitSqVFDvNkCqFgckxpBmGrxD
✅ Preview: https://yearbook-git-bugfixes-rsx.vercel.app

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

src/pages/private/user/profile/details.jsx Outdated Show resolved Hide resolved
Added isAnonymous message checkbox
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

👏 You fixed the issue(s)! Great work.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

👏 You fixed the issue(s)! Great work.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

</p>
<div className='text-center custom-control custom-switch'>
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

/>

<Input
{/* <Input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

</p>
<div className='text-center custom-control custom-switch'>
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

/>

<Input
{/* <Input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

</p>
<div className='text-center custom-control custom-switch'>
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

/>

<Input
{/* <Input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

</p>
<div className='text-center custom-control custom-switch'>
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

}}
/>
<label className='custom-control-label' htmlFor='customSwitches'>
Show Password {showPassword ? <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye-off.png" height="20" width="20" /> : <img src="https://tabler-icons.io/static/tabler-icons/icons-png/eye.png" height="20" width="20" / >}
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

/>

<Input
{/* <Input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

* Restyled by clang-format

* Restyled by prettier

Co-authored-by: Restyled.io <commits@restyled.io>
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

</p>
<div className="text-center custom-control custom-switch">
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

<label className="custom-control-label" htmlFor="customSwitches">
Show Password{' '}
{showPassword ? (
<img
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

width="20"
/>
) : (
<img
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative (alt attribute). This is a problem for people using screen readers.

/>

<Input
{/* <Input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

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.

[Bug]: API call for user details on login [Bug]: Answers page not visible for the user
1 participant