-
Notifications
You must be signed in to change notification settings - Fork 5
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
CP-9698: Portfolio assets screen #2256
base: main
Are you sure you want to change the base?
Conversation
n: Network | ||
): React.JSX.Element | undefined => { | ||
if (t.localId === AVAX_X_ID) { | ||
return isDark ? ( |
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.
decided to still go with using local svg to render x/p network logo to meet the dark theme design requirement.
balance => balance.dataAccurate === true | ||
) | ||
} | ||
|
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.
this is used to show error state if all balances is inaccurate.
@@ -104,16 +104,14 @@ export const Button = forwardRef< | |||
alignItems: 'center', |
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.
this Button will be updated after Junghwan merged his PR.
9013d81
to
cd16052
Compare
Description
Ticket: CP-9704
Screenshots/Videos
Screen.Recording.2025-02-10.at.12.11.01.PM.mov
Screen.Recording.2025-02-10.at.3.00.52.PM.mov
Checklist
Please check all that apply (if applicable)