Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 133af1d

Browse files
Condense summary provider row
Show the summary provider and model selectors on one row sooner and remove the extra provider description copy.
1 parent 524d56f commit 133af1d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/router.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,7 +2590,7 @@ function SettingsScreen() {
25902590
</div>
25912591
</CardHeader>
25922592
<CardPanel className="grid gap-6 pt-0">
2593-
<div className="grid gap-4 md:grid-cols-[minmax(0,1.35fr)_minmax(15rem,0.85fr)] md:items-start">
2593+
<div className="grid gap-4 sm:grid-cols-[minmax(0,1.35fr)_minmax(14rem,0.85fr)] sm:items-start">
25942594
<div className="min-w-0">
25952595
<SettingsSelect
25962596
ariaLabel="Summary provider"
@@ -2642,10 +2642,6 @@ function SettingsScreen() {
26422642
</div>
26432643
</div>
26442644

2645-
{selectedSummaryProvider ? (
2646-
<p className="text-muted-foreground text-xs">{selectedSummaryProvider.help}</p>
2647-
) : null}
2648-
26492645
{snapshot.summaryDraft.provider && summaryModelPresets.length > 0 && summaryModelUsesCustomInput ? (
26502646
<Field className="gap-3">
26512647
<FieldLabel>Custom model ID</FieldLabel>

0 commit comments

Comments
 (0)