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

enhancement_341_header_adaptive #346

Merged
merged 3 commits into from
May 8, 2024

Conversation

AlexanderMorugin
Copy link
Collaborator

@AlexanderMorugin AlexanderMorugin commented May 5, 2024

  • Сделан адаптив хедера. Плавное сжатие до 1200px в ширину браузера. Далее хедер приобретает мобильный стиль. Теперь в десктопном режиме, хедер - грид, в мобильном - флекс.

  • На момент моей работы, проверить адаптивность при ширине 1200px возможно только если в компоненте RootPage.tsx закомментировать следующие компоненты, из за их неадаптивности:
    "main className={styles.main}"
    " Outlet "
    "main"
    "Footer"

  • В папке entities создал компонент кнопки мобильного меню HeaderMenuMobile и его сторибук.

  • Внес изменения в компоненте entities -> HeaderAccount появления иконок под мобильный хедер.

  • Далее в планах для мобильной версии сделать две модалки: Первая (большая) - меню, раскрывается при нажатии в шапке на кнопку меню (три полоски). Вторая модалка - поиск, раскрывается при нажатии на кнопку поиска (лупа)

@AlexanderMorugin AlexanderMorugin requested a review from aimenin May 5, 2024 12:44
@AlexanderMorugin AlexanderMorugin self-assigned this May 5, 2024
@AlexanderMorugin AlexanderMorugin added the enhancement New feature or request label May 5, 2024
@AlexanderMorugin AlexanderMorugin added this to the Адаптив milestone May 5, 2024
@AlexanderMorugin AlexanderMorugin linked an issue May 5, 2024 that may be closed by this pull request
@aimenin
Copy link
Collaborator

aimenin commented May 6, 2024

Создай сразу issue для компонентов:
"main className={styles.main}"
" Outlet "
"main"

Нужно сделать и их адаптивными

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.

Отличная работа! Парочка замечаний и не очень понял элемент HeaderMenuSign

Copy link
Collaborator

Choose a reason for hiding this comment

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

А почему у нас две картинки iconSearch?

<p className={styles['header__cart-total-text']}>Корзина</p>
<p className={styles['header__cart-counter']}>{counter}</p>
</div>
<p className={styles['header__cart-total']}>{total}</p>
Copy link
Collaborator

Choose a reason for hiding this comment

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

не используем просто тег p - используем нашу типографику


import styles from './HeaderMenuSign.module.scss'

const HeaderMenuSign: FC = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

не очень понял компонент, мб оставишь коммент над ним - что это такое

@AlexanderMorugin
Copy link
Collaborator Author

AlexanderMorugin commented May 6, 2024

  • Исправил замечания

  • Компонент HeaderMenuSign - удалил. Вместо него вставил иконку svg.

  • Ишью по поводу адаптации main разместил

@aimenin aimenin self-requested a review May 7, 2024 10:12
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.

👍

@AlexanderMorugin AlexanderMorugin merged commit 378dd74 into master May 8, 2024
1 check passed
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.

Создание адаптивного header
2 participants