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

Paul/xrp dex #4386

Merged
merged 3 commits into from
Aug 15, 2023
Merged

Paul/xrp dex #4386

merged 3 commits into from
Aug 15, 2023

Conversation

paullinator
Copy link
Member

@paullinator paullinator commented Aug 10, 2023

CHANGELOG

added: XRP DEX support
fixed: Exchange quote layout spacing

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

Copy link
Contributor

@swansontec swansontec left a comment

Choose a reason for hiding this comment

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

Only minor changes here.

@@ -97,6 +98,22 @@ export class CryptoExchangeQuoteScreenComponent extends React.Component<Props, S
))
}

showExplanationForCanBePartial = async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

This method name needs to start with handle to satisfy a lint rule we plan to enable one day. Maybe handleCanBePartialExplanation

Copy link
Member Author

Choose a reason for hiding this comment

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

This was to be consistent with other handler showExplanationForEstimate

I'll fix with a cleanup to the other handler as well

@@ -785,6 +785,12 @@ const strings = {
edge_login_fail_message: 'Could not connect to network. Please check your network connection and try again.',
edge_login_fetching: 'Fetching Edge Login info...',
modal_addressexplorer_message: 'Show Address in Block Explorer?',
can_be_partial_quote: 'Maybe Partial Quote',
Copy link
Contributor

Choose a reason for hiding this comment

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

The string name should have _title on the end, per a previous sidebar. I also think we should drop the word "Maybe", since that's included in the explanation below.

Copy link
Member Author

Choose a reason for hiding this comment

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

This was also to be consistent with estimated_exchange_rate but that's the a fair catch. I'll change to adhere to new standards

@paullinator
Copy link
Member Author

/rebase

@paullinator paullinator merged commit c0caca6 into develop Aug 15, 2023
2 checks passed
@paullinator paullinator deleted the paul/xrpDex branch August 15, 2023 00:44
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