Skip to content

Commit 8f6a94f

Browse files
samejrericallam
authored andcommitted
Show textwrapping, copy and modal buttons on the Properties code blocks
1 parent ce5dac4 commit 8f6a94f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam/route.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,9 @@ function SpanEntity({ span }: { span: Span }) {
10621062
code={span.properties}
10631063
maxLines={20}
10641064
showLineNumbers={false}
1065+
showCopyButton
1066+
showTextWrapping
1067+
showOpenInModal
10651068
/>
10661069
) : null}
10671070
</div>
@@ -1107,6 +1110,9 @@ function SpanEntity({ span }: { span: Span }) {
11071110
code={span.properties}
11081111
maxLines={20}
11091112
showLineNumbers={false}
1113+
showCopyButton
1114+
showTextWrapping
1115+
showOpenInModal
11101116
/>
11111117
) : null}
11121118
</div>

0 commit comments

Comments
 (0)