CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

feat(dashboard): plan-gated product pages + professional sidebar overhaul #4048

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/compassionate-johnson-wx8jgbmainopened Jun 17, 20260/9 tasks
1 changed file+0−3
Modifiedpackages/ui/src/composites/compose-editor.tsx+0−3View fileUnifiedSplit
4949 showAIPanel?: boolean;
5050 /** Callback to fetch AI calendar slot suggestions. When provided, enables B7 feature. */
5151 onRequestCalendarSlots?: CalendarSlotRequestFn;
52 /** Fired on every keystroke in the body — used for live grammar checking. */
53 onBodyChange?: (text: string) => void;
5452 className?: string;
5553}
5654
9795 onBodyChange,
9896 showAIPanel = true,
9997 onRequestCalendarSlots,
100 onBodyChange,
10198 className = "",
10299 ...props
103100 },
104101
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts