Skip to content

Fixed various ui issues - #652

Merged
Randy808 merged 1 commit into
Blockstream:masterfrom
Randy808:ui-fixup-20260810
Aug 11, 2026
Merged

Fixed various ui issues#652
Randy808 merged 1 commit into
Blockstream:masterfrom
Randy808:ui-fixup-20260810

Conversation

@Randy808

Copy link
Copy Markdown
Collaborator

Refined transaction and block UI spacing, alignment, icons, and number formatting. The change also improved mobile menu behavior and avoids blank VIN amounts and redundant same-address navigation.


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

Before:
before | block entries | Screenshot 2026-08-10 at 5 03 39 PM

After:
after | block entries | Screenshot 2026-08-10 at 5 03 21 PM


Before:
before | bloated vin header | Screenshot 2026-08-10 at 5 06 38 PM

After:
after | bloated vin header | Screenshot 2026-08-10 at 5 07 13 PM


Before:
before | mobile block entry icon | Screenshot 2026-08-10 at 5 08 27 PM

After:
after | mobile block entry icon | Screenshot 2026-08-10 at 5 08 01 PM

@philippem

Copy link
Copy Markdown
Collaborator

liquid version i saw some 404s
image

@Randy808

Copy link
Copy Markdown
Collaborator Author

liquid version i saw some 404s image

This is expected. The dev server file doesn't handle requests to the www endpoint

@FedOken

FedOken commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

liquid version i saw some 404s image

This is expected. The dev server file doesn't handle requests to the www endpoint

This fixes the problem
image

@FedOken

FedOken commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Otherwise, everything seems fine.

Refined transaction and block UI spacing, alignment, icons, and number formatting. The change also improved mobile menu behavior and avoids blank VIN amounts and redundant same-address navigation.
@Randy808 Randy808 mentioned this pull request Aug 11, 2026
@Randy808
Randy808 merged commit 938393e into Blockstream:master Aug 11, 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.

3 participants