Dan Janosik
52d2aaee0f
/mining-summary tool
5 years ago
Dan Janosik
a5cd01d9a1
trying to be more consistent about monospace class: text-monospace
5 years ago
Dan Janosik
7f4cf692a1
more detailed network info on /node-status
5 years ago
Dan Janosik
d10c6b22c9
simpler donation modal
5 years ago
Dan Janosik
0d7d423813
new btc-centric domain
5 years ago
Dan Janosik
632a3e27eb
Updated frontend dependencies:
bootstrap: v4.3.1 -> v4.4.1
jquery: v3.3.1 -> v3.4.1
popper: v1.14.6 -> 1.16.0
5 years ago
Dan Janosik
a0c0f56968
Escape search query printed in user alert message - Fixes #183
5 years ago
Dan Janosik
a08f4a6548
homepage header tweaks to exchange rates:
- show exchange rate for selected currency (if non-USD "exchanged" currency)
- show sat/$ or sat/eur value in addition to btc/usd value
5 years ago
Dan Janosik
44f3631fb1
first-class support for testnet/regtest
* display chain/network in header if not mainnet
* indicate active chain/network in startup log
* specify which chain/network "fun" items apply to and only show them for that chain
* don't display exchange rates for testnet/regtest
* use block interval of 150 for regtest halving
* regtest hacks: since getblockchaininfo.blocks=0 on a default regtest node despite the genesis block existing, hack in a couple of places in order to display the genesis block
* fix /peers page to not throw error with no connections
5 years ago
Dan Janosik
1958749871
pug formatting consistency improvements
5 years ago
Dan Janosik
abe20d540f
- include changelog for project (via README and live-app footer)
- version # listed in footer
- tweaks to donation modal
5 years ago
Dan Janosik
46280448d3
fix for error-dialog ui (pulling error data from wrong object)
5 years ago
Dan Janosik
e57f14a043
- clarify use/naming for global rpc client
- add new no-timeout rpc client and use for manual rpc interfaces (terminal/browser)
5 years ago
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