Dan Janosik
c0f6b6fb3a
remove old LTC site from footer
5 years ago
Dan Janosik
6354332c58
fix for persisting arg values in ui on /rpc-browser
5 years ago
Dan Janosik
f5fb54df08
frontend tweaks to /mempool-summary
- when max tx age is over 10 mins, use minutes on chart labels instead of seconds
- card ui around different sections for better visual separation
5 years ago
Dan Janosik
70073fe2e3
mempool-summary: improvements to byte-size displays
clearly denote "vByte" vs byte
5 years ago
Dan Janosik
512b5a09d8
Display RBF status for unconfirmed transactions, Fixes #140
6 years ago
Dan Janosik
34501fc6e0
style consistency fix
6 years ago
Dan Janosik
e6fd90eeb4
Add ancestors/descendants to tx details page, fixes #126
6 years ago
Dan Janosik
7c46f800f7
Show spent/unspent status for outputs on tx pages
6 years ago
Dan Janosik
fce0b5d662
minor ui tweak: vbytes dotted-note
6 years ago
Dan Janosik
ccde4376a3
tweak address trust notes
6 years ago
Dan Janosik
a2a369d1e1
Track and display errors encountered while building each page
6 years ago
Dan Janosik
6219f37c72
Attempted fix for #110 (along with the baseActionRouter.js change from #da6e569)
6 years ago
Dan Janosik
b822a49799
Fix for identifying destroyed fees
6 years ago
Dan Janosik
e6549b80de
minor ux/consistency improvement for fees destroyed
6 years ago
Dan Janosik
3e8b092e86
Support for pluggable Address APIs (work on #118 and #119 )
Move closer to the original vision of supporting any address-querying implementation desired. Current options include ElectrumX (as before) and now blockchain.com and blockcypher.com since they were easy to support and are publicly/easily available (though ridiculously neither is yet to support bc1 addresses).
- new env var option BTCEXP_ADDRESS_API, value can be electrumx, blockchain.com, blockcypher.com
- update ElectrumX client connect to request v1.4 of API as all clients are now supposed to do
- misc frontend improvements/cleanup for addresses
6 years ago
Dan Janosik
b6b588271f
include npm links on homepage banner
6 years ago
Dan Janosik
076ccfc96d
Fix #115 and related tweaks
6 years ago
Dan Janosik
098a988ea3
Fix #113 ; shadows for dropdowns
6 years ago
Dan Janosik
bcb565dfcc
lnd-admin links
6 years ago
Dan Janosik
bab8826385
simplify display of currency values
6 years ago
Dan Janosik
001ce6f7be
try to block crawlers from btcpay server
6 years ago
Dan Janosik
6fe816cec1
minor improvements to network summary on homepage
6 years ago
Dan Janosik
9dce129c5d
tweaks to dark theme
6 years ago
Dan Janosik
c69e99a724
tweak tools subnav
6 years ago
Dan Janosik
0b2200a367
fix for bg color on light theme
6 years ago
Dan Janosik
6be14439d5
env var to show/hide tools subheader nav (default: show)
6 years ago
Dan Janosik
5b68ee68b0
minor frontend tweaks
6 years ago
Dan Janosik
011d4bbb1b
minor layout changes to give more horiz space on small screens and improve footer
6 years ago
Dan Janosik
e24391a394
Fix #109
6 years ago
Dan Janosik
b86c5b4283
minor frontend tweaks
6 years ago
Dan Janosik
f371891010
logging cleanup; error page display improvements;
6 years ago
Dan Janosik
6db2516446
back to ipstack for geo-loc ips (ip-api blocked too much); redis caching for ips when active; redis-caching code reorg;
6 years ago
Dan Janosik
08ed8048be
remove radial progress bar stuff in favor of simpler bootstrap progress bars
6 years ago
Dan Janosik
a3c6149b51
hide extraneous fee detail and unknown miners
6 years ago
Dan Janosik
f528dc154f
tweaks to rpc browser page
6 years ago
Dan Janosik
918c9ddd20
custom dark theme i actually like...finally; various frontend tweaks;
- footer: full-width to match header; remove bottom border
- extraneous padding removed from some tx lists
- fix some card-body wrapping issues for paginations at bottom
6 years ago
Dan Janosik
4f2a93532f
tighten up vertical margins for small screens
6 years ago
Dan Janosik
df7fb91312
better handling for node-initialization and rpc-error issues on homepage
6 years ago
Dan Janosik
66ea4c8202
handle "string or numeric" args; rpc browser frontend tweaks
6 years ago
Dan Janosik
3f8ca88bb2
wording improvement for 6-conf recommendation
6 years ago
Dan Janosik
710626371c
frontend code tweaks
6 years ago
Dan Janosik
d737570168
consistency fix for tx-list display
6 years ago
Dan Janosik
a9ffcbce2d
minor ui tweak
6 years ago
Dan Janosik
324e8e834c
ditch ipstack.com for free ip-api.com; formalize concept of privacyMode; env-var-use cleanup; /peers improvements;
6 years ago
Dan Janosik
cfd4a2b5d7
tx-rate graph on homepage; more graphs on /tx-stats; misc minor stuff
- pull in chart.js and add integrity attribute
- move common tx-stats code to utils
- use bootstrap progress bars for block fullness in blocks-lists (moving away from radial progress which includes too much css and can be finicky)
- clean / reorg frontend code for graphs and homepage network summary
6 years ago
Dan Janosik
6a47424348
minor ui tweaks
6 years ago
Dan Janosik
5315197217
minor UI tweaks to improve UX, especially on small screens
6 years ago
Dan Janosik
1a998b5a23
for block details split up json display into block-summary and tx-ids for easier reading
6 years ago
Dan Janosik
8e8d67f334
minor cleanup / reorg
6 years ago
Dan Janosik
1edf9e0703
include JSON on /node-status
6 years ago