-
Notifications
You must be signed in to change notification settings - Fork 85
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: Overview for new ui. #2536
feat: Overview for new ui. #2536
Conversation
yanguoyu
commented
Nov 28, 2022
- Overview of light
- Overview of dark
I set this PR to draft because I will split the pr into more pr for handy review. And the subtasks I have updated in Magickbase/neuron-public-issues#70 (comment) |
b7b836d
to
d31240f
Compare
) | ||
} | ||
|
||
const getNetworkTypeLable = (type: 'ckb' | 'ckb_testnet' | 'ckb_dev' | string) => { |
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 type of constraint is a little odd.
} | ||
} | ||
.confirmText { | ||
color: #999; |
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.
Do we need to consider the color of different themes?
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.
type: AppActions.SetPageNotice, | ||
payload: { i18nKey, status }, | ||
}) | ||
timer = setTimeout(() => { |
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.
Need a TODO
?
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.