hermes-agent/apps/desktop/src/components/chat
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
..
activity-timer-text.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
activity-timer.test.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
activity-timer.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
code-card.tsx perf(desktop): keep oversized messages from freezing the chat 2026-06-17 08:25:52 -05:00
code-editor-theme.ts style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
code-editor.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
compact-markdown.tsx Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
composer-dock.ts fix(desktop): composer popout polish — peel-off placement, panels, chip editing 2026-06-20 02:10:38 -05:00
diff-lines.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
disclosure-row.tsx fix(desktop): persist tool-row dismissal across virtualization; keep caret hittable 2026-06-12 17:34:48 -05:00
expandable-block.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
fixed-row-window.ts feat(desktop): add shared project UI primitives 2026-06-25 16:40:27 -05:00
generated-image-result.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
image-generation-placeholder.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
intro-copy.jsonl Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
intro.tsx feat(desktop): hover-reveal collapsed sidebars as fixed overlays (#41670) 2026-06-07 22:41:21 -05:00
preview-attachment.tsx fix(desktop): stop auto-opening tool previews 2026-06-22 19:21:20 -05:00
shiki-highlighter.test.ts perf(desktop): keep oversized messages from freezing the chat 2026-06-17 08:25:52 -05:00
shiki-highlighter.tsx style(desktop): soften dark-mode syntax highlighting 2026-06-22 05:16:18 -05:00
skeletons.tsx feat(desktop): add shared project UI primitives 2026-06-25 16:40:27 -05:00
status-row.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
status-section.tsx feat(desktop): composer status stack, live subagent windows, editable prompts (#44630) 2026-06-12 08:30:06 -05:00
terminal-output.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00
zoomable-image.tsx style(desktop,tui): fix all lint/type/formatting issues 2026-06-26 01:04:33 -05:00