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
a4de86c5
Commit
a4de86c5
authored
Mar 05, 2026
by
Kantz
Browse files
tool anzeige entfernt
parent
9640e4df
Changes
2
Hide whitespace changes
Inline
Side-by-side
math-tutor/frontend/src/components/System/BackendHealthGate.tsx
View file @
a4de86c5
...
@@ -100,9 +100,6 @@ export default function BackendHealthGate({ children }: PropsWithChildren) {
...
@@ -100,9 +100,6 @@ export default function BackendHealthGate({ children }: PropsWithChildren) {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className
=
"header-meta"
>
<
div
className
=
"header-meta"
>
<
span
className
=
"pill"
>
Postgres + pgvector
</
span
>
<
span
className
=
"pill"
>
Python FastAPI
</
span
>
<
span
className
=
"pill"
>
Mathpix
</
span
>
</
div
>
</
div
>
</
header
>
</
header
>
...
...
math-tutor/frontend/src/pages/ChatPage.tsx
View file @
a4de86c5
...
@@ -706,9 +706,6 @@ export default function ChatPage() {
...
@@ -706,9 +706,6 @@ export default function ChatPage() {
onChange
=
{
handleSwitchOrchestrator
}
onChange
=
{
handleSwitchOrchestrator
}
disabled
=
{
!
isOrchestratorSelectable
}
disabled
=
{
!
isOrchestratorSelectable
}
/>
/>
<
span
className
=
"pill"
>
Postgres + pgvector
</
span
>
<
span
className
=
"pill"
>
Python FastAPI
</
span
>
<
span
className
=
"pill"
>
Mathpix
</
span
>
</
div
>
</
div
>
</
header
>
</
header
>
{
orchestratorError
?
<
div
className
=
"chat-archive-error"
>
{
orchestratorError
}
</
div
>
:
null
}
{
orchestratorError
?
<
div
className
=
"chat-archive-error"
>
{
orchestratorError
}
</
div
>
:
null
}
...
...
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