Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

fix: endpoints and schema bugs#73

Open
raghav4 wants to merge 10 commits into
masterfrom
bugfixes
Open

fix: endpoints and schema bugs#73
raghav4 wants to merge 10 commits into
masterfrom
bugfixes

Conversation

@raghav4

@raghav4 raghav4 commented Jul 23, 2021

Copy link
Copy Markdown
Owner

No description provided.

@vercel

vercel Bot commented Jul 23, 2021

Copy link
Copy Markdown

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

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

Comment thread src/pages/private/user/profile/details.jsx Outdated
Added isAnonymous message checkbox

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

<Emoji label="🔑" symbol="🔑" /> Update your password
</p>
<div className='text-center custom-control custom-switch'>
<input

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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.

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

<Emoji label="🔑" symbol="🔑" /> Update your password
</p>
<div className='text-center custom-control custom-switch'>
<input

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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.

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

<Emoji label="🔑" symbol="🔑" /> Update your password
</p>
<div className='text-center custom-control custom-switch'>
<input

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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.

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

<Emoji label="🔑" symbol="🔑" /> Update your password
</p>
<div className='text-center custom-control custom-switch'>
<input

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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>

@accesslint accesslint Bot left a comment

Copy link
Copy Markdown

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.

<Emoji label="🔑" symbol="🔑" /> Update your password
</p>
<div className="text-center custom-control custom-switch">
<input

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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