fix(demo): Bitcoin UI styling + placeholder LND dashboard #81
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "demo-ui-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two demo fixes:
/tailwind.cssabsolutely, which 404s when served under/app/bitcoin-ui/on the demo. Asset paths are now relative (works in both the container at/and the demo path prefix). Same fix for fedimint-ui's icon./app/lnd/now serves a demoAppShell dashboard (status, balances, channels, node URI) consistent with the/proxy/lnd/v1/*mocks.Smoke-tested against a local
DEMO=1mock-backend: all/app/*routes 200 with correct content types.🤖 Generated with Claude Code