Details
Details
Test restore on web and native
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| lib/backup/use-user-data-restore.js | ||
|---|---|---|
| 78 ↗ | (On Diff #48835) | I can also move the implementation to UserDataRestoreProvider - not sure which is better |
| lib/components/secondary-device-qr-auth-context-provider.react.js | ||
| 191 ↗ | (On Diff #48835) | It looks like this because I did it using my IDE, I can update if this looks weird |
| web/app.react.js | ||
| 580 ↗ | (On Diff #48835) | It has to be here because it is used by PeerToPeerMessageHandler, which is part of TunnelbrokerProvider |
| lib/backup/use-user-data-restore.js | ||
|---|---|---|
| 78 ↗ | (On Diff #48835) | Moving it there avoids the need for it to be exported, so devs can't use it incorrectly |
| lib/components/secondary-device-qr-auth-context-provider.react.js | ||
| 191 ↗ | (On Diff #48835) | I guess it might be worth making the naming of the methods consistent through this diff |