-
Notifications
You must be signed in to change notification settings - Fork 255
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
Paul/xrp dex #4386
Conversation
There was a problem hiding this 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 () => { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
src/locales/en_US.ts
Outdated
@@ -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', |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
de10f0f
to
aefb6d6
Compare
/rebase |
aefb6d6
to
73c4f24
Compare
- Set hasTabs - FIx margins
73c4f24
to
17d1c03
Compare
CHANGELOG
added: XRP DEX support
fixed: Exchange quote layout spacing
Dependencies
noneRequirements
If you have made any visual changes to the GUI. Make sure you have: