Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
3501a4bd
Commit
3501a4bd
authored
Nov 06, 2025
by
Eva Ho
Browse files
address comment
parent
e309c804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/ui/app/src/components/Thinking.tsx
app/ui/app/src/components/Thinking.tsx
+1
-1
No files found.
app/ui/app/src/components/Thinking.tsx
View file @
3501a4bd
...
@@ -134,7 +134,7 @@ export default function Thinking({
...
@@ -134,7 +134,7 @@ export default function Thinking({
ref
=
{
wrapperRef
}
ref
=
{
wrapperRef
}
className
=
{
`text-xs text-neutral-500 dark:text-neutral-500 rounded-md
className
=
{
`text-xs text-neutral-500 dark:text-neutral-500 rounded-md
transition-[max-height,opacity] duration-300 ease-in-out relative ml-6 mt-2
transition-[max-height,opacity] duration-300 ease-in-out relative ml-6 mt-2
${
isCollapsed
?
"
overflow-hidden
"
:
activelyThinking
?
"
overflow-y-auto max-h-28
"
:
"
overflow-y-auto
"
}
`
}
${
isCollapsed
?
"
overflow-hidden
"
:
"
overflow-y-auto
"
}
`
}
style
=
{
{
style
=
{
{
maxHeight
:
isCollapsed
?
getMaxHeight
()
:
undefined
,
maxHeight
:
isCollapsed
?
getMaxHeight
()
:
undefined
,
opacity
:
isCollapsed
&&
finishedThinking
?
0
:
1
,
opacity
:
isCollapsed
&&
finishedThinking
?
0
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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