From a969f892eaeb6a5019b6a13876107bf8c4af9e5c Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 28 Jul 2026 05:26:53 -0400 Subject: [PATCH] feat(ui): Lightning channels panel renders from cached resources (B4) lnd.listchannels (+summary) and lnd.closedchannels become separate useCachedResource entries: reopening the panel paints the last channel lists instantly and revalidates behind them; a closed-history failure keeps its last list without touching the main view (same semantics as the old nested try). Open/close mutations still force a refresh. Co-Authored-By: Claude Fable 5 --- .../src/components/LightningChannelsPanel.vue | 79 ++++++++++--------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/neode-ui/src/components/LightningChannelsPanel.vue b/neode-ui/src/components/LightningChannelsPanel.vue index 4af09390..696218a0 100644 --- a/neode-ui/src/components/LightningChannelsPanel.vue +++ b/neode-ui/src/components/LightningChannelsPanel.vue @@ -377,8 +377,9 @@