Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export function Settings() {
return (
<div
data-testid="settings-page"
className="pt-16 max-w-6xl mx-auto flex gap-6"
className="pt-16 max-w-6xl mx-auto flex gap-6 bg-pink-600"
>
{/* Settings restored toast */}
{showRestoredToast && (
Expand Down
1 change: 1 addition & 0 deletions web/src/lib/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable max-lines -- TODO: split this file (tracked by #15790) */
// pipeline-test: no-op touch to exercise high-risk file gate (no behavioral change)
import { MCP_HOOK_TIMEOUT_MS, BACKEND_HEALTH_CHECK_TIMEOUT_MS, STORAGE_KEY_USER_CACHE, STORAGE_KEY_HAS_SESSION, DEMO_TOKEN_VALUE, FETCH_DEFAULT_TIMEOUT_MS } from './constants'
import { clearStoredAuthToken, getStoredAuthToken, getStoredAuthTokenSync } from './authToken'
import { emitSessionExpired, emitHttpError } from './analytics'
Expand Down
Loading