Skip to content

Commit 12c4648

Browse files
authored
Merge pull request #680 from BitcoinDesign/feature/send-page-offline-error
Add offline error to the send page
2 parents ebb2400 + 93b7ee9 commit 12c4648

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

_compress_images_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,3 +1669,5 @@ assets/images/guide/payments/activity/activity-bad-example.png: activity-bad-exa
16691669
assets/images/guide/payments/activity/[email protected]: [email protected]
16701670
assets/images/guide/payments/send/enter-pin-before-payment.png: enter-pin-before-payment.png
16711671
assets/images/guide/payments/send/[email protected]: [email protected]
1672+
assets/images/guide/payments/send/offline-error.png: offline-error.png
1673+
assets/images/guide/payments/send/[email protected]: [email protected]
Loading
Loading

guide/payments/send.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ imagesErrors:
7777
- file: generic-error-details
7878
alt: A screen showing error details
7979
caption: Access to error details for problem-solving.
80+
- file: offline-error
81+
alt: A screen showing error details
82+
caption: If the receiving Lightning wallet is offline, let the user know how to address this problem.
8083
imagesReview:
8184
- file: confirm
8285
alt: Invoice approval screen
@@ -114,9 +117,19 @@ layout = "full-width"
114117
%}
115118

116119
# Sending bitcoin
120+
{:.no_toc}
117121

118122
Sending bitcoin is one of the most essential user activities in a bitcoin application, and also one of the least structured ones. People may want to send bitcoin to a known contact, transfer it to another wallet on a different device, or make a purchase via a [payment processor]({{ '/guide/getting-started/software/#payment-processors' | relative_url }}).
119123

124+
---
125+
126+
<div class="glossary-toc" markdown="1">
127+
* Table of contents
128+
{:toc}
129+
</div>
130+
131+
---
132+
120133
## Payment entry points
121134

122135
The need to send bitcoin can be triggered by many different use cases, and initiated by both sender and receiver. Common entry points are:

0 commit comments

Comments
 (0)