Skip to content

Mobile improvements and changes to network selector. - #663

Open
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:ui-fixup-20260826
Open

Mobile improvements and changes to network selector.#663
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:ui-fixup-20260826

Conversation

@Randy808

Copy link
Copy Markdown
Collaborator

, added border to network selector, and added percentage delta to bitcoin price chart.

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

  • Moved 'live' status badge on separate line on mobile
badge in panel | Screenshot 2026-08-26 at 4 16 22 PM
  • Retained desktop layout for pending block on mobile
retained desktop layout for pending block | Screenshot 2026-08-26 at 4 17 00 PM
  • Added price delta percentage
added price delta percentage | Screenshot 2026-08-26 at 4 17 36 PM
  • Removed latest transactions table header on mobile
removed latest transactions table header on mobile | Screenshot 2026-08-26 at 4 18 10 PM
  • Stacked fee on feerate on smaller screens
stacked fee on feerate on smaller screens | Screenshot 2026-08-26 at 4 21 01 PM
  • Added border to network selector
added border to network selector | Screenshot 2026-08-26 at 4 22 25 PM

@Randy808 Randy808 self-assigned this Aug 26, 2026
Fixed mobile text overflows, added border to network selector, and added percentage delta to bitcoin price chart.
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