Add contextual help links to admin pages
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user