hermes-agent/apps/desktop/src/themes
Brooklyn Nicholson 62fe9fd101 style(desktop,tui): fix all lint/type/formatting issues
Bring apps/desktop and ui-tui to a clean state for typecheck, eslint,
and prettier:

- Run prettier across both trees (printWidth/wrap drift; prettier is not
  CI-enforced for these JS projects, so main had accumulated drift).
- Apply eslint --fix for padding-line-between-statements and perfectionist
  import/export sorting.
- Manual fixes for non-auto-fixable rules:
  - remove unused node:net import in electron/main.cjs (uses Electron net)
  - replace inline `typeof import(...)` annotations with top-level
    `import type * as EnvModule` in two ui-tui test files
  - scoped eslint-disable no-control-regex on intentional sentinel/ANSI
    regexes (mathUnicode.ts, text.ts)
  - resolve react-hooks/exhaustive-deps per-case: correct swapped/missing
    deps, collapse redundant session.* members, and justified disables on
    settings mount-only data-load effects to preserve run-once behavior

No behavior changes; test pass/fail counts are unchanged from the main
baseline.
2026-06-26 01:04:33 -05:00
..
color.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
context.tsx fix(desktop): transparent WCO titlebar chrome on Windows/WSLg 2026-06-25 23:50:59 -05:00
index.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
install.test.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
install.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
presets.test.ts test(desktop): assert every theme typography carries an emoji font (#40364) 2026-06-06 19:58:39 -07:00
presets.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
profile-theme.test.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
types.ts Merge remote-tracking branch 'origin/main' into bb/vscode-marketplace-themes 2026-06-09 23:22:36 -05:00
use-skin-command.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
user-themes.test.ts feat(desktop): install any VS Code theme from the Marketplace 2026-06-09 23:06:44 -05:00
user-themes.ts feat(desktop): install any VS Code theme from the Marketplace 2026-06-09 23:06:44 -05:00
vscode.test.ts feat(desktop): theme the terminal ANSI palette + restyle the Cmd-K / Ctrl-Tab HUDs 2026-06-09 23:37:50 -05:00
vscode.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00