@Junjiequan
Posted
Hello, Agata.
I am currently also working on this challenge and I have to say this one is tough. You did really nice work on this solution.
Here are some issues I have found:
-
Sort by button is slightly shifting on click
-
Scroll prevented?. not able to scroll content.
-
Textarea horizontal resizing breaks out
-
The feedback title in product detail page or to say product commenting page should be unable to click or the link functionality should be prevented. Click the title multiple times causes Go Back button not working properly (have to click multiple times back to make it work).
Hope you find this feedback helpful.
I took some time to check your solution as you were the first person who gave me feedback on my early solution and I am always grateful for that :)
Marked as helpful
@AgataLiberska
Posted
@a331998513 Hi Jay! Thank you!
I've corrected the scroll issue - it was an accident from when I was on a long journey to fix horizontal scroll caused by the mobile nav :D
Thanks for pointing out the textarea issue - you totally blew my mind, I had no idea resizing it was a thing!
I've added a conditional wrapper to that link now as well, so it will not be a link on the details page, thanks for pointing it out :)
I'll correct the focus styles now as well - I added the border when working on the form and took care of that size shift there, so that sorting button was a total overlook on my part! Also I definitely have used box shadow for focus styles before, no idea why I didn't think of it now - I think I was too focused on React stuff :)
Anyway, very happy to hear I could help you out before, and thank you for taking the time to look through my solution and leave feedback, I really appreciate it! :)