-
Notifications
You must be signed in to change notification settings - Fork 1
fix: endpoints and schema bugs #73
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/rsx/yearbook/4fyzitSqVFDvNkCqFgckxpBmGrxD |
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.
There are accessibility issues in these changes.
Added isAnonymous message checkbox
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.
👏 You fixed the issue(s)! Great work.
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.
👏 You fixed the issue(s)! Great work.
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.
There are accessibility issues in these changes.
</p> | ||
<div className='text-center custom-control custom-switch'> | ||
<input |
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.
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" / >} |
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.
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" / >} |
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.
This image is missing a text alternative (alt
attribute). This is a problem for people using screen readers.
/> | ||
|
||
<Input | ||
{/* <Input |
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.
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.
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.
There are accessibility issues in these changes.
</p> | ||
<div className='text-center custom-control custom-switch'> | ||
<input |
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.
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" / >} |
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.
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" / >} |
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.
This image is missing a text alternative (alt
attribute). This is a problem for people using screen readers.
/> | ||
|
||
<Input | ||
{/* <Input |
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.
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.
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.
There are accessibility issues in these changes.
</p> | ||
<div className='text-center custom-control custom-switch'> | ||
<input |
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.
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" / >} |
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.
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" / >} |
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.
This image is missing a text alternative (alt
attribute). This is a problem for people using screen readers.
/> | ||
|
||
<Input | ||
{/* <Input |
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.
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.
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.
There are accessibility issues in these changes.
</p> | ||
<div className='text-center custom-control custom-switch'> | ||
<input |
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.
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" / >} |
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.
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" / >} |
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.
This image is missing a text alternative (alt
attribute). This is a problem for people using screen readers.
/> | ||
|
||
<Input | ||
{/* <Input |
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.
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>
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.
There are accessibility issues in these changes.
</p> | ||
<div className="text-center custom-control custom-switch"> | ||
<input |
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.
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 |
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.
This image is missing a text alternative (alt
attribute). This is a problem for people using screen readers.
width="20" | ||
/> | ||
) : ( | ||
<img |
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.
This image is missing a text alternative (alt
attribute). This is a problem for people using screen readers.
/> | ||
|
||
<Input | ||
{/* <Input |
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.
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.
No description provided.