FunctionPlannerMindmap({ tasks, plan, onPlan, onAssist, onUpdateStatus, onUpload, onDelete, onStartNow, onUpdateNotes }: Props)
frontend/src/components/planner/PlannerMindmap.tsx:22
FunctionPromptBox({
value,
onChange,
onSend,
onPickFile,
onRemoveFile,
stagedFileName,
busy,
onDragOver,
onDr
frontend/src/components/Landing/PromptBox.tsx:15
FunctionQuestionCard({
q, selected, showExp, showHint, onSelect, onHint, onNext, isLast
}:{
q:Question; selected:number|null;
frontend/src/components/Quiz/QuestionCard.tsx:3
FunctionResultsPanel({
score, total, percentage, visual, answers, onRetake, onReview, onNewTopic
}: {
score: number; total: nu
frontend/src/components/Quiz/ResultsPanel.tsx:3
FunctionTopicBar({
value,
onChange,
onStart,
phase,
isLoading = false,
}: {
value: string;
onChange: (v: string)
frontend/src/components/Quiz/TopicBar.tsx:1