Skip to content

Commit 0caf98b

Browse files
cliffhallclaude
andcommitted
fix(logs): move auto-scroll checkbox left of the sort selector
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a35dbe3 commit 0caf98b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

clients/web/src/components/groups/LogStreamPanel/LogStreamPanel.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ export function LogStreamPanel({
9090
<Group justify="space-between" mb="sm">
9191
<Title order={4}>Log Stream</Title>
9292
<Group>
93-
<SortToggle
94-
value={sortDirection}
95-
onChange={onSortChange}
96-
aria-label="Logs sort direction"
97-
/>
9893
<Checkbox
9994
label="Auto-scroll"
10095
checked={autoScroll}
10196
onChange={onToggleAutoScroll}
10297
/>
98+
<SortToggle
99+
value={sortDirection}
100+
onChange={onSortChange}
101+
aria-label="Logs sort direction"
102+
/>
103103
<Button
104104
variant="default"
105105
onClick={onClear}

0 commit comments

Comments
 (0)