You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's changed
Bug Fixes
Resolved an issue on the product detail page where product data occasionally failed to render correctly. This fix ensures all product information, including descriptions and specifications, is displayed reliably. #285
Fixed an issue where clicking on a brand from the 'Top Brands' section on the home page did not display the corresponding product list. #286
Fixed an issue on the cart page where updating the quantity in the input field showed incorrect values. Quantity inputs now update accurately as entered by the user. #290
Resolved an issue where the 'Add to Cart' button on the product page did not update after adding a product to the cart. The button now changes state correctly to reflect the action. #291
Fixed an issue where clicking on a product or its description in the cart did not navigate to the product details page. #317