Files
copilot-swe-agent[bot] 8722a8869c feat(connect): remove UI constant, replace with UI_REQUEST and UI_RESPONSE references
Removes the UI constant that was a merge of UI_REQUEST and UI_RESPONSE.
Updates all 70 files that referenced UI to use the appropriate
UI_REQUEST or UI_RESPONSE constant instead.

Co-authored-by: mroz22 <30367552+mroz22@users.noreply.github.com>
2026-02-26 10:53:23 +01:00
..

Electron main process

@trezor/connect running inside electron main process and communicating with renderer process through ipcRenderer

Install

yarn

Develop

yarn dev

Build

yarn build:mac

yarn build:linux

yarn build:win