-
Notifications
You must be signed in to change notification settings - Fork 190
refactor: hide delegate tab if wallet is not on profile #1438
refactor: hide delegate tab if wallet is not on profile #1438
Conversation
Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
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.
It's useful for viewing the vote, this info should appear at least elsewhere before we hide the tab.
Perhaps make use of the vote status bar, hide the vote/unvote & search buttons |
Actually, that only shows on the delegate tab so I'm not sure where you would show it 🤔 |
Actually the status bar doesn't show for unowned wallets, so that information isn't necessarily obtainable from the first page of the delegate table either. One could repurpose the dot that shows up in the wallet header when a wallet is not voting to show that a wallet is in fact voting, while displaying the delegate name on hover. But that might also require some modification to the red dot in the wallet table, which currently holds a conflicting type of information (as it shows up only if a voted delegate is out of the top X). |
Your pull request needs some changes. Please wait for a comment from one of our developers for more information. |
Opinions anyone? :D |
🤔 not sure why I added the label but didn't respond. maybe as you say, use the dot. Perhaps we show an orange dot for no vote, a green dot for a vote and show it for all wallets |
👌 i'll try something in the next couple of days |
@dated did you get around to taking a look at this? |
Nah, been busy with the plugin manager. I'll have a look this afternoon. |
Instead of using colors (orange / green) I would propose to use an empty and filled circle instead. |
No worries! Yeh that sounds good 👌 |
src/renderer/components/Wallet/WalletHeading/WalletHeadingPrimaryActions.vue
Outdated
Show resolved
Hide resolved
src/renderer/components/Wallet/WalletHeading/WalletHeadingPrimaryActions.vue
Show resolved
Hide resolved
A member has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution! |
Your pull request has been merged and marked as tier 3. It will earn you $50 USD. |
cursor-pointer
on anchors in the wallet address component (the pointer is missing on the transaction show modal for instance)What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Does this PR release a new version?
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
develop
branch, not themaster
branchIf adding a new feature, the PR's description includes: