Skip to content

Develop#906

Open
Radymyr wants to merge 13 commits intomate-academy:masterfrom
Radymyr:develop
Open

Develop#906
Radymyr wants to merge 13 commits intomate-academy:masterfrom
Radymyr:develop

Conversation

@Radymyr
Copy link

@Radymyr Radymyr commented Feb 25, 2026

Copy link

@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. make sure that your deploy configured well, here should be home page
Image
  1. fix issue with images
Image
  1. take a look on comments below ⬇️

Comment on lines +78 to +89
<option value="4" className={styles.option}>
4
</option>
<option value="8" className={styles.option}>
8
</option>
<option value="16" className={styles.option}>
16
</option>
<option value="all" className={styles.option}>
all
</option>
Copy link

Choose a reason for hiding this comment

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

move it to some variable and map though it

const { theme } = useContext(AppSettingsContext);

return (
<a href="https://github.com/Radymyr" className={styles.logo}>
Copy link

Choose a reason for hiding this comment

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

logo should redirect to home page, not to your GH profile

Comment on lines +83 to +88
onClick={() => {
setPage(
Number(currentPage) + 1 > totalPages
? totalPages
: currentPage + 1,
);
Copy link

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 +46 to +49
onSwiper={swiper => {
handleButtons(swiper);
swiperRef.current = swiper;
}}
Copy link

Choose a reason for hiding this comment

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

move to separate fn

src/Root.tsx Outdated
@@ -0,0 +1,64 @@
import {
BrowserRouter as Router,
Copy link

Choose a reason for hiding this comment

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

better use HashRouter.

source

Image

src/Root.tsx Outdated
<AppSettingsProvider>
<GlobalStateProvider>
<Routes>
{/*<Route path={routes.menu} element={<Menu />} />*/}
Copy link

Choose a reason for hiding this comment

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

remove unused code

@Radymyr Radymyr requested a review from 2pasha February 26, 2026 09:37
Copy link

@brespect brespect left a comment

Choose a reason for hiding this comment

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

Good progress, let`s check next:

  1. Add favicon and title to browser tab.
  2. All links in Footer should be real links to existing resourses:
Image
  1. When you click the favourites button it resizes, it shoulds.
  2. Make header sticky at the top of the page.

@Radymyr Radymyr requested a review from brespect February 26, 2026 11:08
Copy link

@FaiHamid FaiHamid 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!
Let`s just add a few fixes:

  1. Add width limits to the content (max-width: 1136px)
Image

2.Reduce the hover effect on these images, as they overlap with each other.
Image

3.Add cursor: pointer to these buttons
Image
Image

4.The footer should be fixed to the bottom of the page
Image

@Radymyr Radymyr requested a review from FaiHamid February 26, 2026 16:39
Copy link

@FaiHamid FaiHamid left a comment

Choose a reason for hiding this comment

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

Good progress!
Just few more changes:

1.Second click on this button shoud remove item from cart
Image

2.It should have no overlaysImage

3.Aside`s menu content should be slightly higher, and remove some unnecessary space
Image

4.After clicking these buttons should redirect to favorites and cart
Image

5.On desktop aside menu should close
Image

…ger menu;redirect to favorites and cart; close menu on desktop;
@Radymyr Radymyr requested a review from FaiHamid February 27, 2026 10:46
Copy link

@Anton-Kuchmasov Anton-Kuchmasov left a comment

Choose a reason for hiding this comment

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

Great job!

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.

5 participants