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

hotfix/prevent-to-add-product-with-phone-card-button-again #66

Merged

Conversation

NIKaragu
Copy link
Contributor

@NIKaragu NIKaragu commented Sep 24, 2024

Also was fix checkout button on the CartPage and made it compatible with Rymma`s pull request (here is)

Comment on lines 34 to 46
<MainButton label="Add to cart" size={size} onClick={handleAddToCart} />
<WideButton
buttonTitle="Add to cart"
onClick={handleAddToCart}
onClickForCancel={handleRemoveFromCart}
useAnimationForPhoneCard={true}
animationTimeMS={2000}
styleList={{ height: size === 'large' ? 48 : 40 }}
/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

We have not agreed to use another button here. Also we haven't agreed that there will be animation. Leave Primary button here and use it. If it is difficult for you I will do it myself.

@k-marchuk k-marchuk merged commit 111c265 into develop Sep 25, 2024
1 check passed
@k-marchuk k-marchuk deleted the hotfix/prevent-to-add-product-with-phone-card-button-again branch September 25, 2024 08:49
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.

2 participants