Peter Sanderson

Results 23 issues of Peter Sanderson

To adhere to this recommendation https://www.electronjs.org/docs/latest/tutorial/security#13-disable-or-limit-navigation To test this just add: ```ts { location.assign('https://google.com'); }}>Click me! ``` somewhere

- [ ] All new transactions has RBF `ON` (remove UI to enable/disable it) - [ ] Leave `[Finalize Transaction]` Followup https://github.com/trezor/trezor-suite/issues/13159

- Remove `[Finalize Transaction]` - Allow replace all transaction despite RBF flag.

To simplify a code, it would be nice to have arrow function where possible. There is a ESLint rule for it: https://eslint.org/docs/latest/rules/arrow-body-style Draft implementation: https://github.com/trezor/trezor-suite/pull/13074/files

code improvement proposal

Currently it is a pain to develop with connect. Every time I change connect code, I have to do build-libs. Ideas: - Run connect-popup as a server that provides the...

This is more of an informational proposal, but just to legitimize this: - We have a lot of fixtures in the code-base that represents Actions (with payloads) without types. -...

code improvement proposal

This PR adds check to validate presence of the binaries as declared in the `releases.json` If some binary is missing: ![image](https://github.com/user-attachments/assets/95363bb5-0df8-4ad8-a876-328cfffff541) If there is binary but is missing from `releases.json`...