Add contextual help links to admin pages

This commit is contained in:
Codex Agent
2026-01-23 09:18:46 +01:00
parent 53a90fec33
commit 35f28fd48d
8 changed files with 80 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ import { useEventReadiness } from './hooks/useEventReadiness';
import { SetupChecklist } from './components/SetupChecklist';
import { KpiStrip, PillBadge } from './components/Primitives';
import { getApiErrorMessage } from '../lib/apiError';
import { ContextHelpLink } from './components/ContextHelpLink';
// --- HELPERS ---
@@ -212,6 +213,7 @@ export default function MobileDashboardPage() {
title={t('dashboard:overview.title', 'At a glance')}
showSeparator={false}
compact
action={<ContextHelpLink slug="tenant-dashboard-overview" />}
/>
</YStack>
<Separator backgroundColor={theme.border} opacity={0.6} />