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

Sprint 1 #1

Merged
merged 86 commits into from
Jun 16, 2022
Merged

Sprint 1 #1

merged 86 commits into from
Jun 16, 2022

Conversation

Karmyshkov
Copy link
Owner

No description provided.

Copy link

@dmitrymorozoff dmitrymorozoff left a comment

Choose a reason for hiding this comment

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

Добрый день) Отличная работа. Отписал некоторые рекомендации в комментариях, а в целом все хорошо. По заданиям все в порядке - работу принял. Успехов в дальнейшем!

package.json Outdated
"homepage": "https://github.com/Karmyshkov/middle.messenger.praktikum.yandex#readme",
"devDependencies": {
"@anikin/parcel-transformer-handlebars": "^1.0.9",
"parcel": "^2.5.0",

Choose a reason for hiding this comment

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

Лучше задавать фиксированные версии зависимостям.

Если вы однажды решите, удалить package-lock.json файл и попытаться повторно установить зависимости с помощью команды npm install, npm установит последние версии зависимостей, что может привести к ошибкам. Плюс никогда не знаешь в какой версии появляется та или иная уязвимость, поэтому крайне рекомендую использовать статичную версию

<p class="list-item__message">{{#unless this.countNotReadMessage}}<span class="list-item__message_bold">Вы:</span>{{/unless}} {{this.lastMessage}}</p>
</div>
<div class="list-item__wrap">
<p class="list-item__time">{{this.time}}</p>

Choose a reason for hiding this comment

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

Для времени есть специальный тег time

}

&__input {
outline: none;

Choose a reason for hiding this comment

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

Лучше не отключать свойство outline. Его отключение сильно сказывается на доступности, элемент перестаёт выделяться при фокусе.

line-height: 9px;
}

&__link {

Choose a reason for hiding this comment

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

Стили дублируются на нескольких страницах

@Karmyshkov Karmyshkov merged commit de2b6cb into main Jun 16, 2022
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.

2 participants