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

@@ -17,6 +17,7 @@ import { resolveEventDisplayName } from '../lib/events';
import { adminPath } from '../constants';
import { useBackNavigation } from './hooks/useBackNavigation';
import { useAdminTheme } from './theme';
import { ContextHelpLink } from './components/ContextHelpLink';
type LiveShowFormState = {
moderation_mode: NonNullable<LiveShowSettings['moderation_mode']>;
@@ -279,6 +280,10 @@ export default function MobileEventLiveShowSettingsPage() {
</MobileCard>
) : null}
<XStack justifyContent="flex-end">
<ContextHelpLink slug="live-show-setup" />
</XStack>
{loading ? (
<YStack space="$2">
{Array.from({ length: 3 }).map((_, idx) => (