Dan Janosik
623cc6d420
readme wording
6 years ago
Dan Janosik
6a47424348
minor ui tweaks
6 years ago
Dan Janosik
825af69954
remove never-used LTC donation address
6 years ago
Dan Janosik
5315197217
minor UI tweaks to improve UX, especially on small screens
6 years ago
Dan Janosik
924e3e8c77
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
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
a5b18734b8
Merge pull request #107 from shesek/npm-install
Update installation instructions to use the new NPM package
6 years ago
Nadav Ivgi
f5eda75b04
Update installation instructions to use the new NPM package
6 years ago
Dan Janosik
8e8d67f334
minor cleanup / reorg
6 years ago
Dan Janosik
1edf9e0703
include JSON on /node-status
6 years ago
Dan Janosik
348de5b19a
UX tweaks and support for donations via BTCPay
all for demo site only:
- remove github's javascript buttons from homepage in favor of github-api-request followed by self-rendered buttons
- donation modal with support for BTCPay-backed donations of set denominations and hidden-but-expandable old donation addresses
- tweak footer style and remove old donation addresses in favor of another donation button that shows the modal
6 years ago
Dan Janosik
7b41d09077
UX improvements described in #106
- bold text for selected address in tx-io-details on address page
- hide large # of outputs by default on address page, only showing default 10 + all outputs for the selected address, with link to show hidden outputs
6 years ago
Dan Janosik
f3ad6d5bd0
style consistency fix
6 years ago
Dan Janosik
6e78c83d40
Fix #106
When computing send/receive values for an address, don't improperly attribute all previous-tx sends as coming from the address of interest
6 years ago
Dan Janosik
e0831dbf4c
add back missing "extra inputs" display on blocks that got lost at some point and is needed for accurate understanding when viewing a block
6 years ago
Dan Janosik
84c1ba6e70
cleanup packages and shrinkwrap - Fixes #95
6 years ago
Dan Janosik
f1e9e1f210
bootstrap: v4.1.3 -> v4.3.1
6 years ago
Dan Janosik
b55766ccfc
minor markup cleanup
6 years ago
Dan Janosik
f5df1b3a47
add some missing style integrity attributes
6 years ago
Dan Janosik
5ff151777c
different "dark" theme (bootswatch "slate")
6 years ago
Dan Janosik
d2a3553e61
better use of bootstrap classes for "tags"
6 years ago
Dan Janosik
3eb857191e
for LF line endings for CSS/JS files, WIP #103
6 years ago
Dan Janosik
845ac65124
workaround for errors thrown from latest version of highlight.js
https://github.com/highlightjs/highlight.js/issues/1387
6 years ago
Dan Janosik
56c646cd74
revert d3ef035d
, which didn't help with #103
6 years ago
Dan Janosik
d3ef035d00
Attempt to address #103 using the hypothesis that css/js files may be modified (minified?) before being hashed in some situations
6 years ago
Dan Janosik
4ad7d10e79
don't show "First Seen" for addresses with no confirmed tx - Fixes #86
6 years ago
Dan Janosik
0f71adf503
per-coin target block time, used on homepage for proper tx stats display
6 years ago
Dan Janosik
14e63da1fe
Merge pull request #104 from shesek/fix-stats-intervals
Limit stats intervals to the history we have available
6 years ago
Nadav Ivgi
7f235c831d
Limit stats intervals to the history we have available
6 years ago
Dan Janosik
48b330b75c
Merge pull request #102 from shesek/fix-relative-paths
Fix mining pool config path
6 years ago
Nadav Ivgi
3063b1b694
Fix mining pool config path
This wasn't detected correctly if the btc-rpc-explorer executable
was started outside the source code directory.
6 years ago
Dan Janosik
727323d023
include sentry js (v4.5.3) and add integrity attribute
6 years ago
Dan Janosik
69ab7548da
More work on #101 - include mining pool configs in project
Also include a script ("npm run-script refresh-mining-pool-configs") for freshly downloading the configs
6 years ago
Dan Janosik
1ca6f54b93
pubkey output type
6 years ago
Dan Janosik
395afd1c9c
style tweaks
6 years ago
Dan Janosik
bcc340bf85
- playing with OP_RETURN formatting
- WIP display of output types
6 years ago
Dan Janosik
35f43f9d91
fix malformed integrity attributes
6 years ago
Dan Janosik
99503457ec
More work on #101 - remove google fonts frontend dependency
6 years ago
Dan Janosik
a0c0a87038
integrity hashes for highlight.js/css
6 years ago
Dan Janosik
ec211f8c27
More work on #101 - pulling in frontend resources, WIP...
- FontAwesome: v5.7.1
- Popper.js: v1.14.6
6 years ago
Dan Janosik
6c63d1c1c4
Bootstrap downgrade: v4.2.1 -> v4.1.3
shouldn't have upgraded when pulling into project...
6 years ago
Dan Janosik
c6b94f309e
Work on #101 - pulling in frontend resources, WIP
- Bootstrap v4.2.1
- Highlight.js v9.14.2
- jQuery v3.3.1
6 years ago
Dan Janosik
268736c675
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
ef28d2f1bf
make sure .env files have been loaded before app.js pulls config.js in
6 years ago
Dan Janosik
c0c2502151
Merge pull request #99 from shesek/readme-install
Update README with easier installation instructions and new CLI utility
6 years ago
Dan Janosik
03150e36fe
Merge branch 'shesek-home-dir-config'
6 years ago
Dan Janosik
1675b615d1
Fix #84 - thanks @yuhlau
6 years ago
Nadav Ivgi
af9a2896f4
Update README with easier installation instructions and new CLI utility
6 years ago
Nadav Ivgi
cec48a62c8
Allow setting configuration options in ~/.config/btc-rpc-explorer.env
6 years ago
Dan Janosik
16e387be89
Merge branch 'shesek-checkin-radial-css'
6 years ago