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

Correct tooltip wording for watch-only wallets #792

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hernanmarino
Copy link
Contributor

This is a continuation of #37
This is a simple change, but imho necessary because it leads to confusion.
The objective of this change is to provide a better description for the tooltip for the "Available Balance" balance because the current version on master mentions the word "You current spendable balance" which is a bit misleading, because that balance is not always spendable , or not always yours on watch only wallets.

Make labelSpendable visible for watch only wallets
with their private keys disabled.
Also set the labelBalance accordingly for the same
condition.

Co-authored-by: saibato <saibato.naga@pm.me>
@DrahtBot
Copy link
Contributor

DrahtBot commented Feb 9, 2024

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

Conflicts

No conflicts as of last run.

@hernanmarino
Copy link
Contributor Author

As a first commit, I only took @ saibato's latest commit and corrected a couple of bugs (mentioned by @pablomartin4btc in the original PR.)
Marked as Draft, in the following days I'll try to address all comments and sugestions in that PR, and mark it ready for review.

@hebasto hebasto changed the title gui: Correct tooltip wording for watch-only wallets Correct tooltip wording for watch-only wallets Feb 9, 2024
ui->labelBalance->setText(BitcoinUnits::formatWithPrivacy(unit, balances.watch_only_balance, BitcoinUnits::SeparatorStyle::ALWAYS, m_privacy));
ui->labelBalance->setToolTip(tr("Your current balance in watch-only addresses"));
Copy link
Member

Choose a reason for hiding this comment

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

Despite the confusing interfaces, watch-only wallets are not based on addresses (or they would never see spends). Prefer to use less confusing language here.

Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps "Your current watch-only balance" or "Your current watch-only wallet balance"?

@hebasto
Copy link
Member

hebasto commented May 12, 2024

@hernanmarino

Are you still working on this?

@hernanmarino
Copy link
Contributor Author

@hernanmarino

Are you still working on this?

I am active, and I'll resume working on this PR and upload a proposal soon.

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.

None yet

5 participants