feat(FN-4173): enable always-on web search in ResearchView

Adds a changeset for a minor feature that locks the web search provider UI as always-on in ResearchView, with corresponding component and test updates.

Fusion-Task-Id: FN-4173
This commit is contained in:
Fusion
2026-05-12 22:26:36 -07:00
committed by gsxdsm
parent 1aa9c6c01f
commit 6976911ec5
4 changed files with 18 additions and 3 deletions

View File

@@ -86,6 +86,11 @@
gap: var(--space-xs);
}
.research-view__provider-lock {
margin-left: var(--space-xs);
color: var(--text-muted);
}
.research-view__history-header {
display: flex;
flex-direction: column;