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

Commit6ed2204

Browse files
authored
chore: use pause icon for app idle state (#18546)
1 parentb93db1c commit6ed2204

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎site/src/modules/apps/AppStatusStateIcon.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
CircleAlertIcon,
66
CircleCheckIcon,
77
HourglassIcon,
8-
SquareIcon,
8+
PauseIcon,
99
TriangleAlertIcon,
1010
}from"lucide-react";
1111
importtype{FC}from"react";
@@ -29,7 +29,13 @@ export const AppStatusStateIcon: FC<AppStatusStateIconProps> = ({
2929
switch(state){
3030
case"idle":
3131
return(
32-
<SquareIconclassName={cn(["text-content-secondary",className])}/>
32+
<PauseIcon
33+
className={cn([
34+
"text-content-secondary",
35+
"fill-content-secondary",
36+
className,
37+
])}
38+
/>
3339
);
3440
case"complete":
3541
return(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp