To avoid code duplication between web and native, extracted most of the secondary device auth logic into a separate React component.
Depends on D11301
Paths
| Differential D11330 Authored by bartek on Mar 14 2024, 10:37 AM.
Details Summary To avoid code duplication between web and native, extracted most of the secondary device auth logic into a separate React component. Depends on D11301 Test Plan Flow, repeated test plan from parent diffs in this stack (basically repeated the QR auth flow).
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptMar 14 2024, 10:37 AM2024-03-14 10:37:38 (UTC-7) bartek added a child revision: D11331: [web] Add QR auth handler logic.Mar 14 2024, 10:39 AM2024-03-14 10:39:52 (UTC-7) Harbormaster completed remote builds in B27516: Diff 38081.Mar 14 2024, 10:52 AM2024-03-14 10:52:49 (UTC-7) Harbormaster completed remote builds in B27558: Diff 38129.Mar 18 2024, 5:49 AM2024-03-18 05:49:37 (UTC-7) kamil added inline comments. This revision is now accepted and ready to land.Mar 18 2024, 8:11 AM2024-03-18 08:11:14 (UTC-7)
Harbormaster completed remote builds in B27634: Diff 38244.Mar 21 2024, 4:07 AM2024-03-21 04:07:20 (UTC-7) Closed by commit rCOMM713c509cbea7: [lib][native] Extract QR code to a spearate component (authored by bartek). · Explain WhyMar 21 2024, 4:29 AM2024-03-21 04:29:38 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38252 lib/components/qr-auth-handler.react.js
native/qr-code/qr-code-screen.react.js
|