-
Notifications
You must be signed in to change notification settings - Fork 975
Polish add funds dialog #11291
Polish add funds dialog #11291
Conversation
Resolves #10945
Resolves #11193
Fixes balance and transactions with help of @mrose17 use "the latest and greatest" of bat-* and also prepare for new anonymizing proxy
…nit tests originally added with 2ec3ea8 Auditors: @NejcZdovc
- remove contrib panel - set wallet address as readonly - set wallet adress as auto selected - several strings change - changed coins order in wizard - small tweaks on design
Addressed with ab06756#diff-fe64555358df277d4c4c5ed8609eb492R90 |
@luixxiul this should do it diff --git a/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsWizardAddress.js b/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsWizardAddress.js
index 75f3a5ec6..06dd07c0c 100644
--- a/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsWizardAddress.js
+++ b/app/renderer/components/preferences/payment/addFundsDialog/steps/addFundsWizardAddress.js
@@ -40,6 +40,7 @@ class AddFundsWizardAddress extends React.Component {
get copyToClipboardButton () {
return (
<ClipboardButton
+ dataL10nId='copyToClipboard'
bottomTooltip
className={globalStyles.appIcons.clipboard}
copyAction={this.onCopy} |
nope, sorry this is not the correct one |
yeah |
ok found it. We only have it in app.properties, we need it in preferences.properties as well diff --git a/app/extensions/brave/locales/en-US/preferences.properties b/app/extensions/brave/locales/en-US/preferences.properties
index fec6a1909..4d86a6f4a 100644
--- a/app/extensions/brave/locales/en-US/preferences.properties
+++ b/app/extensions/brave/locales/en-US/preferences.properties
@@ -86,6 +86,7 @@ contributionStatementFooterNoteBoxHeading2=About publisher distributions
contributionStatements=Contribution statements
contributionTime=Contribution Time
+copied=Copied!
copy=Copy
copyToClipboard=Copy to clipboard
createdWalletStatus=Your wallet is ready!
createWallet=create wallet |
Fixes #11289 Addresses #11193 Auditors: @cezaraugusto Test Plan:
5920802
to
26c9ccb
Compare
@luixxiul @cezaraugusto The text strings as shown above are not correct. The main strings should be as follows: Go to your external Bitcoin account and send BTC to your Brave wallet address below: Go to your external Ethereum account and send ETH to your Brave wallet address below: Go to your external BAT account and send BAT to your Brave wallet address below: Go to your external Lightcoin account and send LTC to your Brave wallet address below: The lower "note:" strings look correct but need a width adjustment. The layout needs a little more refinement to make everything fit and align. |
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.
@luixxiul changes Brad suggested are in the main add funds branch, please cherry-pick from there and add your changes. for what I see this lgtm but yes UI changed a little
oh, it looks like I have just reverted the design to the old one... With the current layout you would not be able to align the textbox with the currency icon, as the icon is added there with To achieve that:
and
and
and so on... -- If that re-alignment is not necessary, adding enough margin for |
I'll be offline so |
Un-assigning myself for now.. If this PR is not necessary anymore, please just close it in favor of a new one, thanks! |
cb2ef1c
to
f2e92e2
Compare
closing this one for now, because I think @cezaraugusto addressed all feedbacks from @bradleyrichter. If that's not the case please reopen it. |
@cezaraugusto let's do that as a follow-up for 0.21.x or 0.22.x since that is not a blocker. sounds good? If so, I'm going to open an issue for them. |
Fixes #11289
Addresses #11193
Auditors: @cezaraugusto
Test Plan:
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests