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
e309c804
Commit
e309c804
authored
Nov 06, 2025
by
Eva Ho
Browse files
address comments
parent
536c987c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
app/ui/app/src/components/StreamingMarkdownContent.tsx
app/ui/app/src/components/StreamingMarkdownContent.tsx
+1
-1
app/ui/app/src/index.css
app/ui/app/src/index.css
+0
-14
No files found.
app/ui/app/src/components/StreamingMarkdownContent.tsx
View file @
e309c804
...
@@ -211,7 +211,7 @@ const StreamingMarkdownContent: React.FC<StreamingMarkdownContentProps> =
...
@@ -211,7 +211,7 @@ const StreamingMarkdownContent: React.FC<StreamingMarkdownContentProps> =
parseIncompleteMarkdown
=
{
isStreaming
}
parseIncompleteMarkdown
=
{
isStreaming
}
isAnimating
=
{
isStreaming
}
isAnimating
=
{
isStreaming
}
remarkPlugins
=
{
remarkPlugins
}
remarkPlugins
=
{
remarkPlugins
}
disableTableActions
=
{
tru
e
}
controls
=
{
fals
e
}
components
=
{
{
components
=
{
{
pre
:
CodeBlock
,
pre
:
CodeBlock
,
table
:
({
table
:
({
...
...
app/ui/app/src/index.css
View file @
e309c804
...
@@ -28,17 +28,3 @@
...
@@ -28,17 +28,3 @@
opacity
:
1
;
opacity
:
1
;
}
}
}
}
/* Hide Streamdown table action buttons */
.prose
button
[
title
=
"Copy table as markdown"
],
.prose
button
[
title
=
"Download table"
]
{
display
:
none
!important
;
}
/* Hide the parent div if it only contains these buttons */
.prose
div
:has
(>
button
[
title
=
"Copy table as markdown"
])
:has
(
>
button
[
title
=
"Download table"
]
)
{
display
:
none
!important
;
}
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