Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

feat: implement factory reset#554

Merged
OGPoyraz merged 2 commits intomainfrom
feat/496-add-a-button-to-fully-clear-the-state-of-the-app-factory-reset
Mar 2, 2023
Merged

feat: implement factory reset#554
OGPoyraz merged 2 commits intomainfrom
feat/496-add-a-button-to-fully-clear-the-state-of-the-app-factory-reset

Conversation

@OGPoyraz
Copy link
Copy Markdown
Member

Overview

This PR implements factory reset button in the general settings tab.

@OGPoyraz OGPoyraz requested a review from a team February 27, 2023 11:29
@OGPoyraz OGPoyraz linked an issue Feb 27, 2023 that may be closed by this pull request
@OGPoyraz OGPoyraz force-pushed the feat/496-add-a-button-to-fully-clear-the-state-of-the-app-factory-reset branch 3 times, most recently from dceeaec to 262befb Compare February 28, 2023 09:17
@OGPoyraz OGPoyraz force-pushed the feat/496-add-a-button-to-fully-clear-the-state-of-the-app-factory-reset branch 2 times, most recently from 75b716e to 64b43b4 Compare March 1, 2023 18:05
extensionConnection.on('paired', () => {
this.status.isDesktopPaired = true;
this.appNavigation.setPairedTrayIcon();
this.metricsService.track(EVENT_NAMES.DESKTOP_APP_PAIRED, {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This event can be removed. I've moved the location to here because it's the place where we save the pairing key while here it was emitting every time the connection is successfully established between MMD and MM.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing Vini, thanks for the heads up

Copy link
Copy Markdown
Contributor

@vinistevam vinistevam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing PR 🏆 , just added one small comment.

@OGPoyraz OGPoyraz force-pushed the feat/496-add-a-button-to-fully-clear-the-state-of-the-app-factory-reset branch from 3cf9675 to 1bead51 Compare March 2, 2023 08:30
@OGPoyraz OGPoyraz merged commit c04093b into main Mar 2, 2023
@cryptotavares cryptotavares mentioned this pull request Mar 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a button to fully clear the state of the app (factory reset)

3 participants