Skip to content

Develop#959

Open
gallik-dev wants to merge 7 commits intomate-academy:masterfrom
gallik-dev:develop
Open

Develop#959
gallik-dev wants to merge 7 commits intomate-academy:masterfrom
gallik-dev:develop

Conversation

@gallik-dev
Copy link
Copy Markdown

Copy link
Copy Markdown

@2pasha 2pasha left a comment

Choose a reason for hiding this comment

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

good job! 👏

here are some improvements:

  1. change favicon and title
Image
  1. fix error when color contain two words
Image
  1. add ability to visit product detail page on product click (not only click on image)
Image
  1. please update these numbers as well
Image

Comment thread src/components/Menu/Menu.tsx Outdated
Comment on lines +32 to +35
onClick={() => {
onClose(false);
scrollToTop();
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move to separate fn

Comment thread src/components/Menu/Menu.tsx Outdated
Comment on lines +48 to +51
onClick={() => {
onClose(false);
scrollToTop();
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move to separate fn

Comment thread src/components/Menu/Menu.tsx Outdated
Comment on lines +68 to +71
onClick={() => {
onClose(false);
scrollToTop();
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move to separate fn

Comment on lines +56 to +59
onClick={() => {
onPageChange(currentPage - 1);
scrollToTop();
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move to separate fn

Comment on lines +83 to +86
onClick={() => {
scrollToTop();
onPageChange(page);
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move to separate fn

Comment on lines +94 to +97
onClick={() => {
onPageChange(currentPage + 1);
scrollToTop();
}}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

move to separate fn

@gallik-dev gallik-dev requested a review from 2pasha March 31, 2026 15:30
Copy link
Copy Markdown

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

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

lgtm

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