-
Notifications
You must be signed in to change notification settings - Fork 307
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
feat: add web3 profile feed #6896
Conversation
Co-authored-by: Randolph <[email protected]>
* feat: delete LinkOutIcon initial fill color * feat: refresh wallet setting date when wallets change * feat: change button name and collection style Co-authored-by: Randolph <[email protected]>
* fix: detecting scenechange * fix: follow up reviews * add useSceneChange hook
packages/mask/src/components/InjectedComponents/ProfileTabContent.tsx
Outdated
Show resolved
Hide resolved
packages/mask/src/components/InjectedComponents/ProfileTabContent.tsx
Outdated
Show resolved
Hide resolved
<Typography fontSize="16px" fontWeight={700} marginTop="16px"> | ||
{t.description()} | ||
</Typography> | ||
<div style={{ display: '-webkit-box' }} className={classes.threeLine}> |
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.
Just use display: flex
.
{t.contributions()} | ||
</Typography> | ||
<Typography fontSize="16px" fontWeight={700} marginBottom="16px"> | ||
{1} |
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.
Why a dead number here?
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.
According to API, it always 1
Description
Closes #792
Type of change
Previews
Checklist
console.log
sIf this PR depends on external APIs:
chrome-extension://[id]
moz-extension://[id]