Skip to content

Commit 955a9e5

Browse files
sfierroclaude
andcommitted
Show latest 3 feedbacks in inline preview instead of oldest
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae8b187 commit 955a9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/web_ui/src/routes/(app)/run/run.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
}
676676
}}
677677
>
678-
{#each feedbacks.slice(0, MAX_VISIBLE_FEEDBACKS) as fb}
678+
{#each feedbacks.slice(-MAX_VISIBLE_FEEDBACKS).reverse() as fb}
679679
<div class="mb-2 last:mb-0">
680680
<div class="text-xs text-gray-500">
681681
{fb.created_by || "Unknown"}

0 commit comments

Comments
 (0)