You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Render fixed interaction keys with literal-mode `ShortcutChip`s so they match the rest of the app's shortcut styling: search empty-state tip (`⌘N` / `⌘H` / `⌘Enter`), the run button's `⏎`, the scope popover's `⌥C` / `⌥V`, the recent-items footer `⌘H` and popover `↑↓` / `Enter`, the viewer's binary-warning `⇧Space` / `Enter`, `LoadingIcon`'s cancel `Esc`, `PtpcameradDialog`'s `Ctrl+C`, and the network browser's `⌘R` refresh hint.
- Drop the now-dead ad-hoc `<kbd>` / hint-span styles each site carried; the chip is the single source of truth for the look.
- Keep, by design, the contexts where a boxed chip reads worse: the mode-chip `.tg-hint` glyphs, the query-dialog footer action-button suffix hints, and the viewer status-bar's dense one-line shortcut list. Rationale recorded in `lib/ui/CLAUDE.md`.
- Viewer bundle stays clean: the chip's deep-link helper is lazy-imported, so literal chips ship to the capability-restricted viewer window with zero Tauri window-creation surface at module eval.
- Update touched component tests and the `lib/ui` / `lib/query-ui` docs.
0 commit comments