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

Добавил недостающие руты в меню О нас в хедер #417

Merged
merged 4 commits into from
Jun 13, 2024

Conversation

kirill-k88
Copy link
Collaborator

Также:

  • сделал перенос компонента WrapperForMainContent из папки components в shared/ui.
  • исправил роуты для страницы отзывов и обзора
  • добавил функцию скролла страницы в верх, при переходе на другую страницу (react-router по умолчанию этого не делает)

…а для всех страниц, без привязки к бизнес-сущностям. Добавил страницы Политика безопасности и Условия соглашения. Они без контента, но и на оригинальном сайте они тоже без контента. оставил TODO для наполнения этих страниц.
…ницы отзывов назывался reviews, а страница с обзорами тоже reviews. Теперь отзывы это feedbacks. Кроме того добавил в shared функцию прокрутки скрола в начало, для исправления поведения react-router. Добавил вызов функции на страницы отзывов и продукта.
@kirill-k88 kirill-k88 added the enhancement New feature or request label Jun 13, 2024
@kirill-k88 kirill-k88 added this to the header milestone Jun 13, 2024
@kirill-k88 kirill-k88 requested a review from aimenin June 13, 2024 07:02
@kirill-k88 kirill-k88 self-assigned this Jun 13, 2024
@kirill-k88 kirill-k88 linked an issue Jun 13, 2024 that may be closed by this pull request
@kirill-k88 kirill-k88 changed the title Исправил привязку Добавил недостающие руты в меню О нас в хедер Jun 13, 2024
Copy link
Collaborator

@aimenin aimenin left a comment

Choose a reason for hiding this comment

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

Отличная работа, парочка незначительных улучшений и можно мержить

<Heading type={HeadingType.SMALL}>Основной магазин</Heading>
<ul>
<li className={styles.contacts__text}>Телефон</li>
<li>+7 977 848-02-28</li>
Copy link
Collaborator

Choose a reason for hiding this comment

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

давай здесь текст в списках тоже в тайпографи обернем

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

сделал

<div className={styles.contacts__block}>
<Heading type={HeadingType.SMALL}>Наши реквизиты</Heading>
<div>
<p>Банковские и юридические реквизиты</p>
Copy link
Collaborator

Choose a reason for hiding this comment

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

везде здесь используем тайпографи

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

сделал

<div>
<ul className={styles.contacts__adressPhone}>
<li className={styles.contacts__text}>Телефон</li>
<li>+7 977 848-02-28</li>
Copy link
Collaborator

Choose a reason for hiding this comment

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

телефон это, насколько я помню, link c типом tel

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

сделал

@@ -42,6 +43,8 @@ export const FeedbackPage = () => {
dispatch(getFirstFeedbacks())

dispatch(getAverageMark())

scrollPageToTop()
Copy link
Collaborator

Choose a reason for hiding this comment

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

а как это работает, если мы кликаем на какой то определенный коммент на главной странице?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

сделал

@kirill-k88 kirill-k88 merged commit 776d34d into master Jun 13, 2024
1 check passed
@kirill-k88 kirill-k88 deleted the enhancemant_414_header_routes branch June 13, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Добавить недостующие руты в хедер
2 participants