You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use markdown component for Help page to render formatted content
Replace multiple type:'text' components with a single type:'markdown'
component that properly renders Markdown syntax (headers, lists, bold).
The markdown plugin is already registered in the console app.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
{type: 'text',properties: {value: 'Welcome to the CRM application. This guide covers the key features available in your sales workspace.',className: 'text-muted-foreground mb-6 block'}},
{type: 'text',properties: {value: '- **⌘+K** — Open Command Palette for quick navigation\n- **⌘+N** — Create new record\n- Click any record row to open the detail panel',className: 'whitespace-pre-line block'}},
22
-
]
12
+
className: 'max-w-3xl mx-auto p-8',
13
+
content: [
14
+
'# CRM Help Guide',
15
+
'',
16
+
'Welcome to the CRM application. This guide covers the key features available in your sales workspace.',
0 commit comments