Details
Details
Test flow in light mode
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D14162 Authored by kamil on Dec 17 2024, 2:59 AM.
Tags None Referenced Files
Subscribers None
Details
Diff Detail
Event Timelinekamil held this revision as a draft. kamil edited the summary of this revision. (Show Details)Dec 17 2024, 3:06 AM2024-12-17 03:06:42 (UTC-8) Harbormaster completed remote builds in B33156: Diff 46531.Dec 17 2024, 3:16 AM2024-12-17 03:16:05 (UTC-8) This revision is now accepted and ready to land.Dec 18 2024, 3:37 AM2024-12-18 03:37:38 (UTC-8) Harbormaster completed remote builds in B33171: Diff 46563.Dec 18 2024, 4:14 AM2024-12-18 04:14:27 (UTC-8) Closed by commit rCOMM1afe13a77b34: [native] use `HeaderBackButton` in QR Auth Flow to support light theme (authored by kamil). · Explain WhyDec 18 2024, 4:29 AM2024-12-18 04:29:15 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 46563 native/account/qr-auth/qr-auth-navigator.react.js
|
Instead of two separate (action === 'edit_role') blocks, could we merge the two?
We could move await dbQuery(query); within both the (action === 'create_role') (line 139) and else if (action === 'edit_role') (line 144) blocks?
Not a huge deal, whatever you prefer