From 616cad435f21da5b40bf64544b92745432979c86 Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Fri, 26 Jun 2026 14:17:46 +0100 Subject: [PATCH] Address code review: docs accuracy, headings, and lightbox a11y - Revert blog author to canonical "Valentine Wallace" so the post links the existing author archive instead of an orphan slug - Correct Event::PersistStaticInvoice fields (invoice_request_path / invoice_persisted_path) in the guide - Add a beta callout to the blog post; note the unmerged sender-side flow and LDK-to-LDK-only status - Title-case guide subsection headings and the blog "Integrating It Into Your App" heading to match repo convention (anchors unchanged) - Standardize on "static invoice server" (unhyphenated) - Replace unexplained "secret B" with "the release secret" - Lightbox: move focus into the dialog on open and restore it on close; save/restore body overflow instead of clobbering it; trim the alt text Co-Authored-By: Claude Opus 4.8 (1M context) --- .../AsyncPaymentsSequenceDiagram.vue | 40 ++++++++++++++----- docs/async-payments.md | 12 +++--- .../async-payments-receiving-while-offline.md | 20 ++++++---- 3 files changed, 48 insertions(+), 24 deletions(-) diff --git a/docs/.vitepress/theme/components/AsyncPaymentsSequenceDiagram.vue b/docs/.vitepress/theme/components/AsyncPaymentsSequenceDiagram.vue index aad941eb..f13e4583 100644 --- a/docs/.vitepress/theme/components/AsyncPaymentsSequenceDiagram.vue +++ b/docs/.vitepress/theme/components/AsyncPaymentsSequenceDiagram.vue @@ -1,5 +1,5 @@