Skip to content

Дубровин Алексей#13

Open
Griboedoff wants to merge 3 commits intourfu-2017:masterfrom
Griboedoff:master
Open

Дубровин Алексей#13
Griboedoff wants to merge 3 commits intourfu-2017:masterfrom
Griboedoff:master

Conversation

@Griboedoff
Copy link
Copy Markdown

No description provided.

@honest-hrundel honest-hrundel changed the title master Дубровин Алексей Mar 28, 2018
@honest-hrundel
Copy link
Copy Markdown

🍏 Пройден линтинг и базовые тесты

@honest-hrundel
Copy link
Copy Markdown

🍏 Пройден линтинг и базовые тесты

Copy link
Copy Markdown

@evgenymarkov evgenymarkov left a comment

Choose a reason for hiding this comment

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

В целом всё ок, чуть-чуть доработать

Comment thread .htmllintrc
"spec-char-escape": true,
"tag-bans": [
"b",
"i",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

???
Лучше не использовать <i> если ты просто хочешь написать что-то курсивом. Для этого либо примени стили, либо тэг <em>.

Comment thread index.html
</label>
<label for="date" class="order__row">
<span class="order__row-title">Дата</span>
<input type="date" class="order__input" id="date">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

type="date" поддерживается очень ограниченно
Чинить не призываю, но стоит иметь в виду.

Comment thread index.js
searchIcon.classList.remove('fa-search');
};

searchInput.onblur = () => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Нужно дополнительно включать фокус на строку поиска после нажатия на кнопку

Comment thread index.js
searchIcon.classList.add('fa-search');
}
};
};
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Не реализован свайп

@evgenymarkov evgenymarkov removed their assignment Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants