feat(ui): network switcher on Quick Receive (Transparent/Platform/Shielded)#841
Merged
QuantumExplorer merged 1 commit intoJul 17, 2026
Merged
Conversation
…elded) The lock screen's Quick Receive presented the legacy storyboard flow embedding the transparent-only DWReceiveViewController. Replace it with the SwiftUI payments landing narrowed to its Receive tab, whose Core/Platform/Shielded toggle and address plumbing already exist — receive-only on purpose (no send/transfer surface while locked), and address derivation needs no unlock, same posture as the screen it replaces. Teardown of the orphaned legacy surface rides along: DWQuickReceiveViewController (+ storyboard) deleted with their pbxproj and bridging-header entries, and the lock screen's receiveModel plumbing (factory param, property, root-controller wiring) removed — quick receive was its only consumer. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The lock screen's Quick Receive now opens the SwiftUI receive surface with the Transparent / Platform / Shielded toggle, instead of the legacy transparent-only storyboard flow.
PaymentsLandingHostingControllernarrowed to the Receive tab (visibleTabs: [.receive]) as a grabber sheet — the same surface the balance-row receive arrows use, so the QR, address, copy/share, and the three-network toggle all come for free and stay in one place.DWQuickReceiveViewController+QuickReceive.storyboarddeleted (pbxproj + bridging-header entries scrubbed), and the lock screen'sreceiveModelplumbing (factory param, property, root-controller wiring) removed — quick receive was its only consumer.Test plan
tdash1…platform /tdash1…shielded)🤖 Generated with Claude Code