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

HTML FORM #787

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

HTML FORM #787

wants to merge 9 commits into from

Conversation

Sadeni-09
Copy link

I did all changes requested and all tests have passed.
Can you please check?
image

src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
src/index.html Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated
Comment on lines 67 to 72
<input
type="email"
name="email"
placeholder="[email protected]"
required
>

Choose a reason for hiding this comment

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

Same

Choose a reason for hiding this comment

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

Not fixed

Copy link

Choose a reason for hiding this comment

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

fix the code style

src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
@Sadeni-09
Copy link
Author

Sadeni-09 commented May 2, 2023 via email

Copy link

@anstsot anstsot left a comment

Choose a reason for hiding this comment

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

The previous comments regarding the code style change aren't fixed. could you please fix it?
after changing any file you have to redeploy and rerun the tests.

Copy link
Author

@Sadeni-09 Sadeni-09 left a comment

Choose a reason for hiding this comment

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

Hi, I deployed again the changes requested. Can you please check?

@Sadeni-09 Sadeni-09 requested a review from anstsot May 11, 2023 19:19
readme.md Show resolved Hide resolved
src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated
Comment on lines 67 to 72
<input
type="email"
name="email"
placeholder="[email protected]"
required
>

Choose a reason for hiding this comment

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

Not fixed

src/index.html Outdated Show resolved Hide resolved
src/index.html Outdated
Comment on lines 102 to 106
<input
type="color"
name="color"
value="#000000"
>

Choose a reason for hiding this comment

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

Not fixed

src/index.html Outdated
Comment on lines 111 to 115
<input
type="time"
name="timeToBed"
step="2"
>

Choose a reason for hiding this comment

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

Same

src/index.html Outdated
Comment on lines 129 to 135
<input
type="range"
name="rate"
min="0"
max="100"
value="0"
>

Choose a reason for hiding this comment

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

And here

Copy link

Choose a reason for hiding this comment

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

fix the code style

@Anastasiia-Svintsova
Copy link

Anastasiia-Svintsova commented May 12, 2023

Hey! If you have any questions feel free to ask them in the chat in Slack

Copy link

@anstsot anstsot left a comment

Choose a reason for hiding this comment

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

Previous comments aren't fixed. If you have any questions, feel free to ask them in the chat

src/index.html Outdated
Comment on lines 78 to 82
<input
type="password"
name="password"
required
>
Copy link

Choose a reason for hiding this comment

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

fix the code style

src/index.html Outdated
Comment on lines 67 to 72
<input
type="email"
name="email"
placeholder="[email protected]"
required
>
Copy link

Choose a reason for hiding this comment

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

fix the code style

src/index.html Outdated
Comment on lines 129 to 135
<input
type="range"
name="rate"
min="0"
max="100"
value="0"
>
Copy link

Choose a reason for hiding this comment

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

fix the code style

@Sadeni-09
Copy link
Author

@anstsot can you please check my latest deploy?

Copy link

@anstsot anstsot left a comment

Choose a reason for hiding this comment

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

Great job, approved!

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