-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Wallet indicators #2002
base: master
Are you sure you want to change the base?
Wallet indicators #2002
Conversation
const wallets = useConfiguredWallets() | ||
|
||
const profileIndicator = !me.bioId | ||
const walletIndicator = wallets.length === 0 |
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.
If one removes all wallets, the indicator will show up again. Not sure if that's good.
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.
Could be an encouragement to attach back a wallet ⚡️
do you see it getting old over time?
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.
do you see it getting old over time?
Yes. Some people don't want to attach a wallet so they should have the option to remove this indicator / keep it removed in some way.
const wallets = useConfiguredWallets() | ||
|
||
const profileIndicator = me && !me.bioId | ||
const walletIndicator = wallets.length === 0 |
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.
Same here
50280dd
to
c7539b9
Compare
c7539b9
to
bccfcb3
Compare
Description
Show an indicator if no wallet has been setup yet like we do for bios.
TODO:
Examples:
attach
buttons on wallet page with same colorattach wallet
button with some text below explaining why one should do that. it will simply reveal the wallet page when clicked.Screenshots
Checklist
Are your changes backwards compatible? Please answer below:
yes
On a scale of 1-10 how well and how have you QA'd this change and any features it might affect? Please answer below:
tbd
For frontend changes: Tested on mobile, light and dark mode? Please answer below:
tbd
Did you introduce any new environment variables? If so, call them out explicitly here:
no