217 Commits

Author SHA1 Message Date
wiz
67d9169a9e Remove old unused favicons for android homescreen 2020-06-17 18:30:01 +09:00
wiz
d29ca428ab Update favicons with transparent icon - fixes #87 2020-06-17 18:28:15 +09:00
softsimon
34f83998fe Fix: Don't calculate block fee for Liquid.
Completing interfaces.
2020-06-17 15:01:58 +07:00
softsimon
2f89612075 Display input/output asset transfers
fixes #85
2020-06-12 16:17:52 +07:00
softsimon
ae7715ea8c Don't fully animate when tab is deactivated.
refs #47
2020-06-11 01:38:59 +07:00
softsimon
e5a537e240 Disabling new block sound until we have a setting for this.
refs #84
2020-06-11 00:41:39 +07:00
softsimon
32c3f0c182 Bigfix: Don't chime when switching networks.
fixes #84
2020-06-11 00:11:15 +07:00
softsimon
e0a451eb05 Transition new blocks from the mempool onto the blockchain.
Chime on new blocks.
fixes #47
fixes #84
2020-06-10 23:52:14 +07:00
softsimon
87e9d631fc Detect RBF-transactions and offer to track them.
fixes #78
2020-06-08 18:55:53 +07:00
softsimon
680fc5dde9 Merge pull request #83 from mempool/dependabot/npm_and_yarn/frontend/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
2020-06-07 20:39:02 +07:00
dependabot[bot]
6a769360f4 Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-07 12:14:55 +00:00
softsimon
33cd77eba6 Code cleanup. 2020-06-07 17:30:32 +07:00
softsimon
c28e2786b9 Display coinbase and op return messages all the time. 2020-06-06 23:50:08 +07:00
softsimon
9263c79822 Display at least one standalone mempool block.
Upgrade some packages to ng 9.
2020-06-04 15:08:24 +07:00
softsimon
6eaee15889 Dynamic itemsPerPage on assets list. 2020-06-01 15:56:32 +07:00
softsimon
2db160b99c Icons to network dropdown. 2020-06-01 15:08:27 +07:00
softsimon
53ffdb1942 Spread gradient correctly on unfilled blocks. 2020-05-31 18:34:03 +07:00
softsimon
569a523dc1 Block transactions list now use pagination instead of infinite scroll. 2020-05-30 21:18:53 +07:00
softsimon
22cf6a0e44 Hide horizontal scrollbar. 2020-05-30 18:04:06 +07:00
softsimon
c3cb00154e Improved Liquid Assets page with pagination and search filter. 2020-05-30 16:26:39 +07:00
softsimon
297369e5f2 Mempool gradient update, again. 2020-05-30 10:20:29 +07:00
softsimon
17371493cf Corrected that horrible green color. 2020-05-30 09:56:38 +07:00
softsimon
141c24a089 Change mempool gradient to green-yellow-red 2020-05-29 22:16:20 +07:00
softsimon
4089c40c72 Display Segwit and RBF information 2020-05-28 18:39:45 +07:00
softsimon
49138fe8e6 Mobile responsive fixes. 2020-05-28 15:50:19 +07:00
softsimon
7c89ad345e Throw error when failing to download json assets. 2020-05-28 01:56:32 +07:00
softsimon
a983e67742 Handle missing assets in search. 2020-05-28 01:01:35 +07:00
softsimon
25862a4379 Slightly increased gradient span and contrast on mempool blocks 2020-05-27 17:14:02 +07:00
softsimon
820642cf1c Bootstrap version update and progressbar fix.
Yellow fee text is now white.
2020-05-25 22:36:50 +07:00
softsimon
b1fc9524c9 Use dynamic gradient based on fee levels on mempool blocks.
fixes #64
2020-05-24 22:23:56 +07:00
softsimon
e8864dd559 Display "in several hours" for transactions over 7 blocks away. 2020-05-24 00:25:04 +07:00
softsimon
f0c4afe2c2 Remove arrow when switching to old block. 2020-05-22 14:03:06 +07:00
softsimon
c85e69eaaf Allow blockchain horizontal scrolling. 2020-05-22 13:22:23 +07:00
softsimon
b161f7351c Reveal coinbase scriptsig and op_return scriptpubkey ascii on hover. 2020-05-22 00:35:45 +07:00
softsimon
a4b5a34995 Display fees in transaction list 2020-05-21 01:55:46 +07:00
softsimon
e5dfeed63c Fix address tracking issues. 2020-05-20 17:00:50 +07:00
softsimon
9a2fb1fe44 Liquid Graph fix.
Key navigation fix.
Addresses overflow fix.
Firefox float fix.
2020-05-17 17:06:09 +07:00
softsimon
4eec633359 Fixed keyboard navigation bugs. 2020-05-13 13:03:57 +07:00
softsimon
e565815dfd Removing halving event code. 2020-05-12 14:49:29 +07:00
softsimon
0dc22b53ad Blink projected halving block. 2020-05-12 01:12:38 +07:00
softsimon
48c541f4ba Network based block progressbar colors. 2020-05-10 21:50:32 +07:00
softsimon
a7828af0fc Network based blockchain colors. 2020-05-10 21:34:25 +07:00
softsimon
3d116d2d07 Graph x-axis date fix. 2020-05-10 17:44:19 +07:00
softsimon
9f7da91282 Dropdown color update. 2020-05-10 16:22:35 +07:00
softsimon
a7690977ab Search box text updated.
BTC ticker fix.
Dropdown color fix.
Miner button tooltip.
2020-05-10 16:03:22 +07:00
softsimon
5bb98c7c9b Allow search and navigate by block height.
fixes #41
2020-05-10 14:32:27 +07:00
softsimon
e876267d4f Improved network switching. 2020-05-10 12:31:57 +07:00
softsimon
b1819e4ef5 Arrow navigation fix.
Liquid native asset notification fix.
2020-05-10 01:34:28 +07:00
softsimon
a42facb389 Instant mining pool identification from recent blocks.
refs #59
2020-05-10 00:54:07 +07:00
softsimon
688a73cf75 Identify and display mining pool.
fixes #59
2020-05-10 00:35:21 +07:00