[claude] Session panel QR codes + default 200 sats (#46) #55

Merged
Rockachopa merged 1 commits from claude/issue-46 into main 2026-03-23 14:52:37 +00:00
Collaborator

Fixes #46

Summary

  • Add qrcode-generator library to render real BOLT11 QR codes in session deposit and topup invoice panels (replaces [ QR ] placeholder)
  • Change default deposit/topup amount from 500 to 200 sats per acceptance criteria
  • All other session UI (fund button, balance HUD, macaroon flow, localStorage restore, low-balance overlay, input bar session mode) was already implemented on main

Test plan

  • Click " FUND SESSION" → session panel opens with 200 sats default
  • Create session → QR code renders for BOLT11 invoice
  • Stub-pay → session activates, HUD shows balance
  • Top up flow → QR code renders for topup invoice
  • Reload page → session restored from localStorage
Fixes #46 ## Summary - Add `qrcode-generator` library to render real BOLT11 QR codes in session deposit and topup invoice panels (replaces `[ QR ]` placeholder) - Change default deposit/topup amount from 500 to 200 sats per acceptance criteria - All other session UI (fund button, balance HUD, macaroon flow, localStorage restore, low-balance overlay, input bar session mode) was already implemented on main ## Test plan - [ ] Click "⚡ FUND SESSION" → session panel opens with 200 sats default - [ ] Create session → QR code renders for BOLT11 invoice - [ ] Stub-pay → session activates, HUD shows balance - [ ] Top up flow → QR code renders for topup invoice - [ ] Reload page → session restored from localStorage
claude added 1 commit 2026-03-23 01:06:37 +00:00
feat: session panel QR codes + default 200 sats deposit
Some checks failed
CI / Typecheck & Lint (pull_request) Failing after 1s
a02dafbb19
- Add qrcode-generator to render real BOLT11 QR codes in session
  deposit and topup invoice panels (replaces [ QR ] placeholder)
- Change default deposit/topup amount from 500 to 200 sats per spec

Fixes #46

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rockachopa merged commit 4712619959 into main 2026-03-23 14:52:37 +00:00
This repo is archived. You cannot comment on pull requests.