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

Suisin/chore: update content in passkey-config #42

Conversation

suisin-deriv
Copy link
Collaborator

Changes:

Change passkey creation unsupported content to the latest updated content

Screenshots:

Please provide some screenshots of the change.

) : (
(error as TServerError)?.message
);
const button_text =
(error as TServerError)?.name === NOT_SUPPORTED_ERROR_NAME ? (
<Localize i18n_default_text='Continue trading' />
<Localize i18n_default_text='OK' />
) : (
<Localize i18n_default_text='Try again' />
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need Try again button @suisin-deriv

Copy link
Owner

Choose a reason for hiding this comment

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

I think so, because there might be other errors

@@ -157,6 +160,7 @@ export const getModalContent = ({ error, is_passkey_registration_started }: TGet
}

return {
header: error_message_header,
Copy link
Owner

Choose a reason for hiding this comment

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

header?
new requirement to design?

Copy link
Owner

Choose a reason for hiding this comment

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

the title of error is different according to requirements

@yauheni-deriv yauheni-deriv merged commit fea44a9 into yauheni-deriv:upm-923_add-not-supported-device-error Apr 25, 2024
1 check failed
yauheni-deriv added a commit that referenced this pull request Apr 29, 2024
…ce (binary-com#14723)

* chore: [UPM-923]/evgeniy/error message for passkey not supported device

* fix: read of undefined

* chore: added new button text and action for not supported

* fix: error variable name

* chore: update content in passkey-config (#42)

* fix: content for unsupported error

* Suisin/solve passkey header issue (#43)

* chore: fix header not bold issue

* chore: update passkey creation fail content

* chore: refactor error content

* chore: added comment to remove is_tour_open

* chore: remove close icon for error modal

* chore: remove close icon for error modal

---------

Co-authored-by: Sui Sin <103026762+suisin-deriv@users.noreply.github.com>
yauheni-deriv pushed a commit that referenced this pull request Aug 28, 2024
…binary-com#16135)

* [WALL] george / WALL-4519 / Support XRP Deposits and Withdrawals in Wallets (#42)

* refactor(wallets): ♻️ refactor wallets deposit/withdraw visibility

* fix(wallets): 🚑 fix playwright tests

* feat(wallets): ✨ add UI elements for XRP integration (#43)

* feat(wallets): ✨ add UI elements for XRP integration

* style: 💄 remove dark background

* fix: 🚑 prevent crypto_config call for doughflow providers

* fix: hardcode min withdrawal value for xrp

* fix: withdrawalCryptoValidator min value

* fix: withdrawalCryptoValidators min withdrawal value

* fix: get min value from fractional digits

---------

Co-authored-by: lubega-deriv <lubega@deriv.com>
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