feat: show debug banner on testnet or debug mode, add TESTNET tag #143

Merged
sneak merged 3 commits from fix/issue-140-debug-banner into main 2026-03-01 21:55:36 +01:00

3 Commits

Author SHA1 Message Date
27c96ef624 Merge branch 'main' into fix/issue-140-debug-banner
All checks were successful
check / check (push) Successful in 25s
2026-03-01 21:55:19 +01:00
clawbot
d22c83e6dd fix: move banner creation after loadState() to read correct networkId
All checks were successful
check / check (push) Successful in 13s
2026-03-01 11:36:00 -08:00
18e431ffcf feat: show debug banner on testnet or debug mode, add TESTNET tag
Display the red debug banner when on a testnet OR when DEBUG is enabled.
When on a testnet, a 'TESTNET' label is shown on the far right side of
the banner. The banner label shows the network name when not in debug
mode, and 'DEBUG / INSECURE' when debug is on.

closes #140
2026-03-01 11:36:00 -08:00