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

Wallet indicators #2002

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

Wallet indicators #2002

wants to merge 1 commit into from

Conversation

ekzyis
Copy link
Member

@ekzyis ekzyis commented Mar 20, 2025

Description

Show an indicator if no wallet has been setup yet like we do for bios.

TODO:

  • show something in the same color on the wallet page, similar to the button to create a bio:

2025-03-20-171020_413x115_scrot

Examples:

  • color attach buttons on wallet page with same color
  • add a attach wallet button with some text below explaining why one should do that. it will simply reveal the wallet page when clicked.

Screenshots

2025-03-20-170643_176x415_scrot

localhost_3000_(iPhone SE)

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

@ekzyis ekzyis added enhancement improvements to existing features ui/ux wallets labels Mar 20, 2025
@ekzyis ekzyis marked this pull request as draft March 20, 2025 22:07
const wallets = useConfiguredWallets()

const profileIndicator = !me.bioId
const walletIndicator = wallets.length === 0
Copy link
Member Author

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.

Copy link
Member

@Soxasora Soxasora Mar 20, 2025

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?

Copy link
Member Author

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
Copy link
Member Author

Choose a reason for hiding this comment

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

Same here

@ekzyis ekzyis force-pushed the wallet-indicator branch from 50280dd to c7539b9 Compare March 20, 2025 22:09
@ekzyis ekzyis force-pushed the wallet-indicator branch from c7539b9 to bccfcb3 Compare March 22, 2025 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to existing features ui/ux wallets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants