-
Notifications
You must be signed in to change notification settings - Fork 184
feat(app): use CSS Modules for RobotSettings Dashboard #18778
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
base: edge
Are you sure you want to change the base?
Conversation
use CSS Modules for RobotSettings Dashboard close AUTH-
<Icon | ||
name="alert-circle" | ||
className={styles.icon_large} | ||
color="#171717" |
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 removed the color const since we won't be using those anymore?
@@ -134,8 +123,8 @@ export function RobotSettingsList(props: RobotSettingsListProps): JSX.Element { | |||
hug={true} | |||
/> | |||
) : null} | |||
<Icon name="more" size="3rem" color={COLORS.black90} /> | |||
</Flex> | |||
<Icon name="more" className={styles.icon_large} color="#171717" /> |
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.
same
<Icon name={iconName} className={styles.icon_large} color="#171717" /> | ||
) : null} | ||
<div className={styles.text_content}> | ||
<LegacyStyledText as="h4" className={styles.setting_name}> |
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.
still using legacy styled text 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.
nice, left a few comments. lets again try to get some FE people from EXEC to take a look 😄
use CSS Modules for RobotSettings Dashboard
close AUTH-
Overview
use CSS Modules for RobotSettings Dashboard
This worked with ODD mode, but I couldn't test this branch on a Flex since I got a robot server issue, and the app didn't start. I will try to run this branch on a Flex again.
close AUTH-2025
Test Plan and Hands on Testing
Changelog
Review requests
Risk assessment
should be low