pear
pear copied to clipboard
Add `untrust` handler in sidecar
Context
- We would like doctor to test TrustDialog for new key
- To do that, we need to untrust the key first
- Then click/run on the key again
- The TrustDialog should open
Related PRs
- Add
untrust
method topear-ipc
: https://github.com/holepunchto/pear-ipc/pull/16 - Add
untrust
method topear sidecar
: https://github.com/holepunchto/pear/pull/356 - Add test section to
pear-doctor
: TODO