From c5e8b52e1299f3bf5e1435667c34cd7bb6073baf Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 3 May 2026 20:59:39 -0400 Subject: [PATCH] fix(ext/popup): replace inline ⤴ vault-tab button with GLYPH_VAULT_TAB --- extension/src/popup/components/item-list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension/src/popup/components/item-list.ts b/extension/src/popup/components/item-list.ts index b7058fe..54bf241 100644 --- a/extension/src/popup/components/item-list.ts +++ b/extension/src/popup/components/item-list.ts @@ -3,6 +3,7 @@ /// to the detail view. import { getState, setState, sendMessage, navigate, escapeHtml, openVaultTab } from '../../shared/state'; +import { GLYPH_VAULT_TAB } from '../../shared/glyphs'; import type { ItemId, ItemType, ManifestEntry, Item } from '../../shared/types'; /// Extract the display hostname from an icon_hint or fallback to the first tag. @@ -66,7 +67,7 @@ export function renderItemList(app: HTMLElement): void { - +