Skip to content

Commit 3db6c2e

Browse files
committed
perf: update connect panel
1 parent 58bcb20 commit 3db6c2e

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

ui/components/Workspace/connectionSetupPane.vue

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -348,16 +348,13 @@ onMounted(loadAsset);
348348
>
349349
<div class="min-w-0">
350350
<div
351-
class="flex min-w-0 items-center gap-2 text-xs font-medium uppercase tracking-[0.12em] text-[var(--app-muted)]"
351+
class="flex min-w-0 items-center gap-2 text-xs font-medium tracking-[0.12em] text-[var(--app-muted)]"
352352
>
353353
<UIcon name="i-lucide-plug" class="size-4 shrink-0" />
354354
<span class="shrink-0">{{ t("ContextMenu.Connect") }}</span>
355-
<span class="truncate font-ui-mono">{{ props.tab.address }}</span>
356-
<span
357-
v-if="draftProtocol"
358-
class="shrink-0 rounded bg-[var(--app-hover-soft)] px-1.5 py-0.5 text-[10px] uppercase"
359-
>
360-
{{ draftProtocol }}
355+
<span class="truncate font-ui-mono">- {{ props.tab.address }}</span>
356+
<span class="shrink-0 rounded bg-[var(--app-hover-soft)] px-1.5 py-0.5 text-[10px] uppercase">
357+
{{ title }}
361358
</span>
362359
</div>
363360
</div>

0 commit comments

Comments
 (0)