-
Notifications
You must be signed in to change notification settings - Fork 44
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
Improving sidebar navigation on an unscoped page #10199
base: master
Are you sure you want to change the base?
Improving sidebar navigation on an unscoped page #10199
Conversation
… into salman/Issue#7987/improving-sidebar-navigation
}), | ||
); | ||
setAddresses( | ||
// @ts-expect-error <StrictNullChecks/> |
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.
plz try to avoid // @ts-expect-error <StrictNullChecks/>
whenever possible
const { openMagicWallet } = useAuthentication({}); | ||
|
||
return ( | ||
<div className="AddressItem"> |
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.
you should use existing components like CWIdentificationTag or CWTag.
Take a look on TagsShowcase component for a clue.
{formatAddressShort(address, 6)} | ||
</CWText> | ||
</div> | ||
{isSelected && <CWIcon iconName="checkCircleFilled" />} |
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.
… into salman/Issue#7987/improving-sidebar-navigation
Just retested, and i only got 2 and 5 from #10199 (comment) working. |
Link to Issue
Closes: #7987
Description of Changes
"How We Fixed It"
Test Plan
Deployment Plan
Other Considerations