Peter Sanderson
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
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. -...
This PR adds check to validate presence of the binaries as declared in the `releases.json` If some binary is missing:  If there is binary but is missing from `releases.json`...