Add clipboard-∞ tray icon, fix tray click, and Settings gear.
Ship a macOS template menu-bar glyph, only toggle on left mouse-down so press/release no longer opens-then-closes, and put Settings next to Search so it is reachable without the tray menu.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"test:ui": "vitest --ui --open --watch",
|
||||
"test:headed": "vitest --config vitest.browser.config.ts --watch=false --browser.headless=false",
|
||||
"test:visual": "node scripts/visual-walkthrough.mjs",
|
||||
"icons": "node scripts/render-icons.mjs",
|
||||
"test:rust": "cd src-tauri && cargo test",
|
||||
"test:all": "npm run test && npm run test:rust",
|
||||
"lint": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user