Skip to content

HTML FORM#787

Open
Sadeni-09 wants to merge 9 commits into
mate-academy:masterfrom
Sadeni-09:develop
Open

HTML FORM#787
Sadeni-09 wants to merge 9 commits into
mate-academy:masterfrom
Sadeni-09:develop

Conversation

@Sadeni-09
Copy link
Copy Markdown

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

Comment thread src/index.html
Comment thread src/index.html
Comment thread src/index.html
Comment thread src/index.html Outdated
Comment thread src/index.html
Comment on lines +67 to +72
<input
type="email"
name="email"
placeholder="email@example.com"
required
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not fixed

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

fix the code style

Comment thread src/index.html
Comment thread src/index.html Outdated
Comment thread src/index.html
Comment thread src/index.html Outdated
Comment thread src/index.html
@Sadeni-09
Copy link
Copy Markdown
Author

Sadeni-09 commented May 2, 2023 via email

Copy link
Copy Markdown

@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
Copy Markdown
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
Comment thread readme.md
Comment thread src/index.html Outdated
Comment thread src/index.html
Comment on lines +67 to +72
<input
type="email"
name="email"
placeholder="email@example.com"
required
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not fixed

Comment thread src/index.html
Comment thread src/index.html
Comment on lines +102 to +106
<input
type="color"
name="color"
value="#000000"
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not fixed

Comment thread src/index.html
Comment on lines +111 to +115
<input
type="time"
name="timeToBed"
step="2"
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same

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

Choose a reason for hiding this comment

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

And here

Copy link
Copy Markdown

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

Anastasiia-Svintsova commented May 12, 2023

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

Copy link
Copy Markdown

@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

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

Choose a reason for hiding this comment

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

fix the code style

Comment thread src/index.html
Comment on lines +67 to +72
<input
type="email"
name="email"
placeholder="email@example.com"
required
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

fix the code style

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

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

@anstsot can you please check my latest deploy?

Copy link
Copy Markdown

@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