From 05b1fae9f4c63de7b7abf51162f9b01e4254e9c3 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Thu, 30 Apr 2026 20:57:00 -0400 Subject: [PATCH] style(ext/popup): replace settings nav emoji with shared glyphs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ▦ trash and ⌬ devices in the popup settings panel now match the fullscreen sidebar's glyph language. Lowercased labels match the brand. Plan 2026-04-30 fullscreen UX phase 1 task 6. Co-Authored-By: Claude Opus 4.7 --- extension/src/popup/components/settings.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extension/src/popup/components/settings.ts b/extension/src/popup/components/settings.ts index d4cff97..0942d83 100644 --- a/extension/src/popup/components/settings.ts +++ b/extension/src/popup/components/settings.ts @@ -2,6 +2,7 @@ import { sendMessage, navigate, escapeHtml } from '../../shared/state'; import type { DeviceSettings } from '../../shared/types'; +import { GLYPH_TRASH, GLYPH_DEVICES } from '../../shared/glyphs'; export async function renderSettings(app: HTMLElement): Promise { app.innerHTML = '
'; @@ -55,8 +56,8 @@ export async function renderSettings(app: HTMLElement): Promise {
- - + +