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

Открывается и закрывается (часть 2) #9

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

Conversation

KateSolodchuk
Copy link
Contributor

@KateSolodchuk KateSolodchuk commented Dec 14, 2024

@keksobot keksobot changed the title исправляет экспорт, убирает лишнее и пробует исправить ошибки Открывается и закрывается (часть 2) Dec 14, 2024
keksobot pushed a commit that referenced this pull request Dec 15, 2024
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

1 similar comment
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Dec 15, 2024

if (renderedCommentsLength >= comments.length) {
commentsLoader.classList.add('hidden');
commentsLoader.classList.add('.hidden');
Copy link
Collaborator

Choose a reason for hiding this comment

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

кажется что . перед хидден тут не нужна, тк уже указываешь что будет добавлен класс

commentsLoader.classList.remove('hidden');
commentsLoader.removeEventListener('click', renderNextComments);
};

const renderComments = (currentPhotoComments) => {
comments = currentPhotoComments;
renderNextComments();
Copy link
Collaborator

Choose a reason for hiding this comment

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

в эту функцию передай комментарии из currentPhotoComments
без промежуточных переменных comments

@@ -27,27 +27,27 @@ const renderNextComments = () => {
commentsList.appendChild(commentsFragment);

commentCount.firstChild.textContent = `${renderedCommentsLength} из `;
Copy link
Collaborator

Choose a reason for hiding this comment

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

" из "
отсюда убираем обязательно
только число меняем

commentsLoader.classList.remove('hidden');
commentsLoader.removeEventListener('click', renderNextComments);
};

const renderComments = (currentPhotoComments) => {
comments = currentPhotoComments;
renderNextComments();

commentsLoader.addEventListener('click', renderNextComments);
Copy link
Collaborator

Choose a reason for hiding this comment

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

тут ошибка, надо проверить почему commentsLoader элемента нет, есть какой-то рассинхрон в разметке

Copy link
Collaborator

Choose a reason for hiding this comment

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

и судя по всему ошибка в опечатке

у тебя
const commentsLoader = document.querySelector('.social__comment-loader');

а у элемента такой список классов class="social__comments-loader comments-loader"

есть S у комментс

а вообще для селектора лучше в данном случае взять comments-loader

@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Dec 17, 2024
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Dec 17, 2024
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