Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: replace MUI icons with Lucide icons - 11#17814

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 1 commit intomainfrombq/chore-replace-mui-icons-11
May 14, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

PersonOutlined -> UserIcon
Schedule -> ClockIcon
SettingsSuggest -> SettingsIcon
SettingsOutlined -> SettingsIcon
CodeOutlined -> CodeIcon
TimerOutlined -> TimerIcon

@BrunoQuaresmaBrunoQuaresma requested a review froma teamMay 13, 2025 22:48
@BrunoQuaresmaBrunoQuaresma self-assigned thisMay 13, 2025
@BrunoQuaresmaBrunoQuaresma requested review fromaqandrew and removed request fora teamMay 13, 2025 22:48
Copy link

@aqandrewaqandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I was able to view all of the components in Storybook except the sidebars, but the changes lgtm! Just some minor alignment nits

// on the sides to compensate.
return <PersonOutlinedIcon css={{ width: 18, height: 18, margin: -1 }} />;
// Using the Lucide icon with appropriate size class
return <UserIcon className="size-icon-sm" css={{ margin: -1 }} />;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
return<UserIconclassName="size-icon-sm"css={{margin:-1}}/>;
return<UserIconclassName="size-icon-xs"/>;

What's the reason for usingsize-icon-sm onUserIcon?

This causes the text to be misaligned on the left side:
image

The text becomes left-aligned withsize-icon-xs:

image

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think the size-icon-xs looks better. Didn't you?

// on the sides to compensate.
return <PersonOutlinedIcon css={{ width: 18, height: 18, margin: -1 }} />;
// Using the Lucide icon with appropriate size class
return <UserIcon className="size-icon-sm" css={{ margin: -1 }} />;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
return<UserIconclassName="size-icon-sm"css={{margin:-1}}/>;
return<UserIconclassName="size-icon-xs"/>;

See my other comment in BatchUpdateConfirmation.tsx

@@ -190,7 +189,7 @@ const Workspaces: FC<StageProps> = ({ workspaces }) => {
>
{dayjs(workspace.last_used_at).fromNow()}
</span>
<ScheduleIcon css={styles.summaryIcon} />
<ClockIcon className="size-icon-xs" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

nit: Now that I look at both of the dialogs...why does the delete dialog show icons on the right, while the update dialog shows icons on the left? IMO the icons should be on the left in both dialogs, to keep consistency with themostRecent info below

Screenshot 2025-05-13 at 9 13 42 PM

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I do agree with you, but since it is not in the scope of this PR, I will leave as it is ok?

@BrunoQuaresmaBrunoQuaresma merged commitf87dbe7 intomainMay 14, 2025
34 of 36 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/chore-replace-mui-icons-11 branchMay 14, 2025 11:48
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 14, 2025
@BrunoQuaresma
Copy link
CollaboratorAuthor

I did some mess using Graphite, sorry. I will address your comments and ping you.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@aqandrewaqandrewaqandrew approved these changes

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@BrunoQuaresma@aqandrew

[8]ページ先頭

©2009-2025 Movatter.jp