hermes-agent/apps/desktop/src
teknium1 aa52cd3b57 test(desktop): unmount between IME composition repro cases
The new IME repro test has two it() blocks but the desktop suite registers
no global testing-library auto-cleanup, so the first render() leaked its
editor into the second test and getByTestId('editor') matched two nodes.
Add afterEach(cleanup) so each case renders into a fresh DOM.
2026-06-05 18:05:00 -07:00
..
app test(desktop): unmount between IME composition repro cases 2026-06-05 18:05:00 -07:00
components feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
hooks Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
i18n feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
lib Merge origin/main into bb/desktop-profile-support 2026-06-04 20:17:07 -05:00
store feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
themes Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00
types feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
global.d.ts feat(desktop): per-profile remote gateway hosts (#39778) 2026-06-05 12:14:18 +00:00
hermes.ts feat(desktop): persist i18n language in config 2026-06-05 10:32:26 -07:00
main.tsx feat(desktop): add i18n with Simplified Chinese (zh-Hans) support 2026-06-05 10:32:26 -07:00
styles.css feat(desktop): dedicated Providers settings + polished Accounts/API-keys UX (#38551) 2026-06-04 03:03:42 -05:00
vite-env.d.ts Add Hermes desktop app (#20059) 2026-05-31 17:46:56 -05:00