Skip to content

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

Open
wants to merge 2 commits into
base: edge
Choose a base branch
from

Conversation

koji
Copy link
Contributor

@koji koji commented Jun 29, 2025

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

koji and others added 2 commits June 29, 2025 18:37
@koji koji marked this pull request as ready for review June 30, 2025 19:58
@koji koji requested a review from a team as a code owner June 30, 2025 19:58
<Icon
name="alert-circle"
className={styles.icon_large}
color="#171717"
Copy link
Collaborator

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" />
Copy link
Collaborator

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}>
Copy link
Collaborator

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?

Copy link
Collaborator

@jerader jerader left a 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 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants