Skip to content

Fixed explorer UI and polling issues. - #655

Merged
Randy808 merged 1 commit into
Blockstream:masterfrom
Randy808:fixup-20260814
Aug 17, 2026
Merged

Fixed explorer UI and polling issues.#655
Randy808 merged 1 commit into
Blockstream:masterfrom
Randy808:fixup-20260814

Conversation

@Randy808

@Randy808 Randy808 commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

To run locally, npm install and use the following snippets:

# Bitcoin
export API_URL=https://blockstream.info/api
export PORT=4999
source flavors/blockstream/config.env
source flavors/bitcoin-mainnet/config.env
npm run dev-server
# Liquid
export API_URL=https://blockstream.info/liquid/api
export PORT=5000
source flavors/blockstream/config.env
source flavors/liquid-mainnet/config.env
npm run dev-server

  • Corrected the Brand Assets footer URL and kept testnet explorer links in the same tab.
brand asset link | Screenshot 2026-08-16 at 12 56 00 PM open in new tab | Screenshot 2026-08-16 at 1 00 49 PM
  • Updated the Liquid block-time tooltip and made help tooltips accessible on mobile.
lqd tooltip | Screenshot 2026-08-16 at 1 04 28 PM
  • Reworked mobile asset tables, wrapped pagination controls, and aligned asset icons with titles.
mobile asset table | Screenshot 2026-08-16 at 1 05 21 PM
  • Matched issuer public-key typography with the other asset details.
issuer pubkey formatting | Screenshot 2026-08-16 at 1 06 02 PM
  • Updated the pending block grid width to 559px.

Before:
grid resize (before) | Screenshot 2026-08-16 at 1 06 56 PM
After:
grid resize (after) | Screenshot 2026-08-16 at 1 06 34 PM


  • Delayed block-template refreshes by 15 seconds after new tips and reset the regular polling cadence.
  • Added coverage for the updated block-template polling schedule.

@Randy808
Randy808 force-pushed the fixup-20260814 branch 2 times, most recently from a8776ee to 42602eb Compare August 16, 2026 16:51
@Randy808
Randy808 marked this pull request as ready for review August 16, 2026 16:52
- Fixes bug in 'Time Since Last Block' to show delta between last block instead of delta from latest block
- Corrected the Brand Assets footer URL and kept testnet explorer links in the same tab.
- Updated the Liquid block-time tooltip and made help tooltips accessible on mobile.
- Reworked mobile asset tables, wrapped pagination controls, and aligned asset icons with titles.
- Matched issuer public-key typography with the other asset details.
- Updated the pending block grid width to 559px.
- Delayed block-template refreshes by 15 seconds after new tips and reset the regular polling cadence.
- Added coverage for the updated block-template polling schedule.
@Randy808
Randy808 merged commit 607a70c into Blockstream:master Aug 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants