frontend: LN screens replace back button to chevron - #4337
Open
shonsirsha wants to merge 1 commit into
Open
Conversation
sutterseba
requested changes
Aug 19, 2026
shonsirsha
force-pushed
the
frontend-use-cheveron-to-go-back-ln
branch
from
August 20, 2026 13:15
6bc8e96 to
56148fc
Compare
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.
To maintain the UI's consistency, as what we did in #4197 we are replacing the back button in various LN-related pages to Chevron back on the header (mobile).
Eight routes were updated, covering 21 views/stages and replacing 20 body Back/Cancel controls on mobile.
/lightning/send/lightning/receive/lightning/topup/lightning/activate/lightning/deactivate/lightning/set-lnurl-address/lightning/claim-top-up/lightning/close-withdraw-fundsBehavior:
≤768px): header chevron.>768px): body Back/Cancel button remains.Busy: activating/deactivating, creating an invoice, saving an LN address, submitting a claim/refund, or closing the wallet.
Terminal: success screens after Send, Receive, Top-up, activation, deactivation, claim/refund, etc.
Not converted:
/lightning-> top-level page, no Back control./lightning/disclaimer-> already used a header chevron./settings/lightning-settings-> already used a header chevron.