mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
* fix: show BOLT-12 offer button for CLN backend The CLN backend implements MakeOffer and the /api/offers endpoint is backend-agnostic, but the UI only surfaced the "Lightning Offer" button when backendType === "LDK", leaving CLN users without a way to reach the flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * refactor: gate BOLT-12 offer UI on supportsBolt12 from useInfo Surface a supportsBolt12 capability on the info response (true for LDK and CLN) so the frontend stops hardcoding backend-type checks for the BOLT-12 offer button. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| apps_test.go | ||
| backup.go | ||
| esplora.go | ||
| lsp.go | ||
| models.go | ||
| rebalance.go | ||
| transactions.go | ||