tidb-dashboard
tidb-dashboard copied to clipboard
UCP: Support dark theme for frontend page
Description
This task is to support the dark theme for frontend pages.
(Ant Design 4.0 supports the dark theme, so this issue should start after #122 is done)
Score
- 4007
Mentor(s)
- @baurine
Contact the mentors: #tidb-challenge-program channel in TiDB Community Slack Workspace
Recommended Skills
- React
I played with dark mode and it is quite tricky to implement dynamic switch for the ant-design part. Remove this from roadmap.
/pick-up-challenge
@Fullstop000 pick up issue success
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
@stale do not mark this stale
There is a new way to do this: The ant design has supported CSS variables. We can switch all of our CSS tokens to be based over it!