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

Доавил breadcrumbs на страницу отзывов #331

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

kirill-k88
Copy link
Collaborator

No description provided.

@kirill-k88 kirill-k88 added the enhancement New feature or request label Apr 22, 2024
@kirill-k88 kirill-k88 requested a review from aimenin April 22, 2024 17:39
@kirill-k88 kirill-k88 self-assigned this Apr 22, 2024
@kirill-k88 kirill-k88 linked an issue Apr 22, 2024 that may be closed by this pull request
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.

Отличная работа!

gap: 10px;
}

/* &__header {
Copy link
Collaborator

Choose a reason for hiding this comment

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

нужен комментарий? Или стили не нужны больше?

@@ -26,6 +27,11 @@ export const FeedbackPage = () => {
const { isScreenLg } = useResize()
const [showPopup, setShowPopup] = useState(false)

const links = [
{ heading: 'Главная', href: '/' },
{ heading: 'Отзывы о магазине', href: '' }
Copy link
Collaborator

Choose a reason for hiding this comment

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

а какое у нас поводение в breadcrumbs, если в href передать пустую строку?

<Heading type={HeadingType.NORMAL} className={styles.feedbackpage__header}>
Отзывы о магазине
</Heading>
<div className={styles.feedbackpage__pageDescriptor}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

хм, а pageDescriptor нельзя вынести как компонент и везде использовать? Нужно посмотреть будет

@kirill-k88 kirill-k88 merged commit 4aa694b into master Apr 23, 2024
1 check passed
@kirill-k88 kirill-k88 deleted the enhancement_330_feedback_page branch April 23, 2024 15:31
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.

Добавить Breadcrumbs на страницу отзывов
2 participants