feat(FN-3027): add AgentLogViewer, NewAgentDialog improvements, and AgentDe
This merge adds research settings to the settings modal and dashboard (FN-2839, FN-3029), implements a dashboard font scale setting with persistence and documentation (FN-3027), refactors AgentDetailView with a new AgentLogViewer CSS module (FN-2839), and improves NewAgentDialog with custom model dr Fusion-Task-Id: FN-3027
This commit is contained in:
@@ -62,6 +62,7 @@ API endpoints reviewed:
|
||||
|---|---|---|---|
|
||||
| `themeMode` | Global | `GET/PUT /api/settings/global` (+ merged via `GET /api/settings`) | Theme mode preference |
|
||||
| `colorTheme` | Global | `GET/PUT /api/settings/global` | Color/accent theme |
|
||||
| `dashboardFontScalePct` | Global | `GET/PUT /api/settings/global` | Dashboard Appearance font scale percentage (85–125, default 100) applied before hydration. |
|
||||
| `defaultProvider` | Global | `GET/PUT /api/settings/global` | Default model provider |
|
||||
| `defaultModelId` | Global | `GET/PUT /api/settings/global` | Default model id |
|
||||
| `fallbackProvider` | Global | `GET/PUT /api/settings/global` | Fallback model provider |
|
||||
|
||||
Reference in New Issue
Block a user