mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
The channel information modal renders a block-explorer link from selNode.settings.blockExplorerUrl, but the pending/inactive channels table opened the modal without passing selNode. With it undefined, that binding threw during change detection and blanked every field below it — State, Connected, Private and the balances all rendered without a value. A disconnected channel moves to the pending/inactive table, so this is what surfaced on View Info for a disconnected channel (the symptom in the original report). Pass selNode from the pending table (matching the open table), and guard the modal's explorer link (*ngIf + a no-op click when the url is absent) so a missing selNode can no longer blank the whole dialog. Add a regression test asserting the pending table passes selNode when opening the modal. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Release-notes-0.15.9.md | ||