Skip to content

Commit 593a61c

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: fix log list item animation (#41719)
GitOrigin-RevId: b74f4a912b34435e4487580f12da5cabd9ec3d2f
1 parent 6f27590 commit 593a61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm-packages/dashboard-common/src/features/logs/components/LogListItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function LogListItem({
4242
return (
4343
<div
4444
className={classNames(
45-
"flex gap-2 animate-fadeInFromLoading",
45+
"flex gap-2",
4646
isFailure && "bg-background-error/50 text-content-error",
4747
focused && "bg-background-highlight",
4848
showBoundary === "top" && "animate-[bounceTop_0.375s_ease-out]",
@@ -175,7 +175,7 @@ function Wrapper({
175175
type="button"
176176
data-log-key={logKey}
177177
className={classNames(
178-
"flex gap-2 truncate p-0.5",
178+
"flex gap-2 truncate p-0.5 animate-fadeInFromLoading",
179179
"group w-full font-mono text-xs",
180180
"hover:bg-background-tertiary/70",
181181
"focus:outline-none focus:border focus:border-border-selected",

0 commit comments

Comments
 (0)