Add clipboard-∞ tray icon, fix tray click, and Settings gear.
CI / skip-ci-check (pull_request) Successful in 4s
CI / secret-scan (pull_request) Successful in 3s
CI / node-ci (pull_request) Successful in 22s

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:
2026-09-04 22:04:37 -04:00
parent 49e8f299d2
commit d8090b251c
33 changed files with 312 additions and 39 deletions
+1
View File
@@ -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",