-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: ask user confirmation on unpair #537
feat: ask user confirmation on unpair #537
Conversation
6f39757
to
199d0c9
Compare
* extension update * chore: update ci and lavamoat
* chore: electron upgrade * fix: use node-fetch instead of node 18 fetch * fix: restore extension commit * fix: restore commitid submodule --------- Co-authored-by: Matthew Walsh <[email protected]>
* chore: update submodule * fix: restore submodule commitid * chore: submodule
752ee4c
to
04ef013
Compare
packages/app/src/app/desktop-app.ts
Outdated
}) | ||
.then(async (value) => { | ||
if (value.response === 0) { | ||
this.metricsService.track(EVENT_NAMES.DESKTOP_APP_UNPAIRED, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not want this inside the disable
method so it's done at the source?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question, it actually depends if we want to capture this event regardless of the answer for this confirmation.
I will ask @vinistevam
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeap makes sense to move it to disable
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
e73e082
to
4ee33fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR 🚀
b542369
to
8477307
Compare
01eecbe
to
5cb0ad4
Compare
Hf6 |
CLA Signature Action: Thank you for your submission, we really appreciate it. We ask that you all read and sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just by adding a comment to this pull request with this exact sentence:
By commenting with the above message you are agreeing to the terms of the CLA. Your account will be recorded as agreeing to our CLA so you don't need to sign it again for future contributions to this repository. 1 out of 3 committers have signed the CLA. |
Overview
This PR implements a confirmation dialog when the user tries to unpair while paired.