Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

feat: add deprecation warning alert #3275

Merged
merged 1 commit into from Mar 20, 2021
Merged

Conversation

cvarley100
Copy link
Contributor

Description of change

Adds remote triggerable deprecation warning.

Type of change

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

Tested on Mac.

Change checklist

  • My code follows the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • For changes to mobile that include native code (including React Native modules): I have verified that both iOS and Android successfully build in both Debug and Release modes
  • For changes to shared: If applicable, I have verified that my changes are implemented correctly in desktop and mobile

@@ -626,6 +626,17 @@ export const forceUpdate = () => ({
type: WalletActionTypes.FORCE_UPDATE,
});

/**
* Deprecates Trinity. RIP.
Copy link
Contributor

Choose a reason for hiding this comment

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

RIP :(

@cvarley100 cvarley100 merged commit c6d8e79 into develop Mar 20, 2021
@rajivshah3 rajivshah3 deleted the feat/deprecation-warning branch March 21, 2021 02:39
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.

None yet

2 participants