tree view removed batches for better readability

This commit is contained in:
Jan 2025-09-28 13:27:54 +02:00
parent 3f34f9bee9
commit fcc8e811da

View file

@ -17,7 +17,7 @@
<span class="value-preview" v-if="!isExpandable || !localExpanded">
{{ valuePreview }}
</span>
<span class="type-badge" :class="typeClass">{{ typeLabel }}</span>
<!-- <span class="type-badge" :class="typeClass">{{ typeLabel }}</span>-->
</div>
<div v-if="isExpandable && localExpanded" class="node-children">
@ -211,7 +211,7 @@ export default {
.type-badge {
padding: 2px 8px;
border-radius: 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;