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
untrustmethod topear-ipc: https://github.com/holepunchto/pear-ipc/pull/16 - Add
untrustmethod topear sidecar: https://github.com/holepunchto/pear/pull/356 - Add test section to
pear-doctor: TODO