-
Notifications
You must be signed in to change notification settings - Fork 158
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
chore: Refine Wallet UI - Update dropdown, badges, and text. #990
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -84,7 +81,6 @@ export function WalletComponents() { | |||
<Identity className="px-4 pt-3 pb-2" hasCopyAddressOnClick> | |||
<Avatar /> | |||
<Name> | |||
<Badge /> |
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.
Something is missing here? :)
I let you guess what's missing
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.
Hmm do we want it displayed as <Name />
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.
yup :)
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.
haha sweet, that's the only thing I could think of 😆
ba2abfe
to
217c0de
Compare
d617f96
to
bab9fe6
Compare
git
a4295e6
to
b62b16b
Compare
What changed? Why?
<Badge />
from Wallet docs as it creates confusion because it is missing the schemaID.Go to Wallet Dashboard
toWallet
.Notes to reviewers
How has it been tested?