{# Zap Button - always visible #} {# Modal Dialog #} {% if this.open %}
{# Header #}
⚡ Send Zap
{# Phase: Input #} {% if this.phase == 'input' %}
Suggested: 21, 210, 2100 sats
{% endif %} {# Phase: Loading #} {% if this.phase == 'loading' %}
Loading...

Creating invoice...

{% endif %} {# Phase: Invoice #} {% if this.phase == 'invoice' %}

✓ Invoice ready!

Scan with your Lightning wallet

{# QR Code #}
{{ qrSvg|raw }}
{# BOLT11 Invoice String #}
{# Lightning URI Link #}
⚡ Open in Wallet Or scan the QR code above
{# Back button #}
{% endif %} {# Phase: Error #} {% if this.phase == 'error' %}
Error: {{ error }}
{% endif %}
{% endif %}