Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
d4169dd2
Commit
d4169dd2
authored
Jun 02, 2026
by
Kantz
Browse files
fiex key entfernung
parent
c26e39a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
math-tutor/frontend/src/components/Task/SocraticPanel.tsx
View file @
d4169dd2
...
@@ -5,14 +5,12 @@ import { escapeAsterisksInsideMath } from "../../utils/mathMarkdown";
...
@@ -5,14 +5,12 @@ import { escapeAsterisksInsideMath } from "../../utils/mathMarkdown";
type
SocraticPanelProps
=
{
type
SocraticPanelProps
=
{
selectedTopicLabel
?:
string
;
selectedTopicLabel
?:
string
;
selectedTopicKey
?:
string
;
selectedTopicSummary
?:
string
;
selectedTopicSummary
?:
string
;
onChangeSelection
?:
()
=>
void
;
onChangeSelection
?:
()
=>
void
;
};
};
export
default
function
SocraticPanel
({
export
default
function
SocraticPanel
({
selectedTopicLabel
,
selectedTopicLabel
,
selectedTopicKey
,
selectedTopicSummary
,
selectedTopicSummary
,
onChangeSelection
,
onChangeSelection
,
}:
SocraticPanelProps
)
{
}:
SocraticPanelProps
)
{
...
...
math-tutor/frontend/src/pages/ChatPage.tsx
View file @
d4169dd2
...
@@ -1324,7 +1324,6 @@ export default function ChatPage() {
...
@@ -1324,7 +1324,6 @@ export default function ChatPage() {
{
selectedOrchestrator
===
"
socratic
"
&&
selectedTopic
?
(
{
selectedOrchestrator
===
"
socratic
"
&&
selectedTopic
?
(
<
SocraticPanel
<
SocraticPanel
selectedTopicLabel
=
{
selectedTopic
.
label
}
selectedTopicLabel
=
{
selectedTopic
.
label
}
selectedTopicKey
=
{
selectedTopic
.
topicKey
}
selectedTopicSummary
=
{
selectedTopic
.
summary
}
selectedTopicSummary
=
{
selectedTopic
.
summary
}
onChangeSelection
=
{
handleChangeTaskArea
}
onChangeSelection
=
{
handleChangeTaskArea
}
/>
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment