222 Commits

Author SHA1 Message Date
softsimon
9aaa021d08 Mobile view design updates. 2020-03-25 02:55:26 +07:00
softsimon
164a1964dc Mobile padding improvements. 2020-03-25 00:41:46 +07:00
softsimon
36308e7290 Refactor address reactive flow. 2020-03-24 21:38:11 +07:00
softsimon
84b5f0367b Bugfix: Refetch unconfirmed transaction when returning back online. 2020-03-24 21:01:29 +07:00
softsimon
99d94a37f0 Removing bad code 2020-03-24 01:00:39 +07:00
softsimon
b14826ed9a Update page Title for SEO. 2020-03-24 00:52:08 +07:00
softsimon
39643ce0f8 Adding ETA, confirmed time, and other ui improvements to transaction page. 2020-03-23 04:07:31 +07:00
softsimon
dc8eae6b76 Improved how mempool blocks handle updates 2020-03-23 01:43:03 +07:00
softsimon
9a0840afc2 Bugfix and inprovments for arrow navigation. 2020-03-22 23:45:16 +07:00
softsimon
827bfcef3d Refactord blockchain is rendering, block arrow location propagation and keynavigation. 2020-03-22 17:44:36 +07:00
softsimon
e6bb2cbffa Navigate between blocks using keyboard arrows. 2020-03-21 03:38:18 +07:00
softsimon
55c6ef6d41 Update fee distribution graph and fix arrow. 2020-03-20 02:11:40 +07:00
softsimon
aca1b20772 Adding "mempool block" details. Work in progress! 2020-03-17 21:53:20 +07:00
softsimon
f147c7259d Adding mouse over title to fee rate badge. 2020-03-16 02:41:13 +07:00
softsimon
5cdb593a7d Only return "initial block amount" on init, and treat high fees in empty blocks as overpaid. 2020-03-16 02:25:14 +07:00
softsimon
e8a74ab8eb Adding fee rating to confirmed transactions. 2020-03-16 02:01:03 +07:00
softsimon
dd21c2ff44 Adding median fee to block. 2020-03-15 17:12:09 +07:00
softsimon
1e359607b7 TV view didn't request mempool blocks. 2020-03-14 13:48:01 +07:00
softsimon
a21afeb7fa Adjusting font-sizes. Logo size. 2020-03-13 22:05:44 +07:00
wiz
3c1e702c04 Remove more instances of # before block height number 2020-03-13 23:03:46 +09:00
wiz
4b0f230c1f Tweak projected blocks to match blockchain blocks, tweak font size 2020-03-13 22:22:15 +09:00
wiz
ec0f3056ac Remove ".space" from mempool logo, fixes #55 2020-03-13 22:01:30 +09:00
wiz
e7e050a792 Tweak to the block layout, move block height down, only show median fee 2020-03-13 21:33:45 +09:00
wiz
2f86c0184a Remove "#" from block-height number for cleaner look 2020-03-13 20:56:05 +09:00
wiz
9c36e23fd9 Increase block height font-size from 12px to 18px 2020-03-13 20:29:00 +09:00
softsimon
0f8027aff6 Merge branch 'master' of https://github.com/mempool/mempool
* 'master' of https://github.com/mempool/mempool:
  Add new package.json for top-level mempool project
  Update package.json for mempool-frontend
2020-03-13 18:00:44 +07:00
softsimon
37d8d3118d Fix for the websocket DOS bug. 2020-03-13 18:00:34 +07:00
wiz
4f5b58ef41 Add new package.json for top-level mempool project 2020-03-13 19:51:25 +09:00
wiz
36d96bff09 Update package.json for mempool-frontend 2020-03-13 19:48:10 +09:00
softsimon
35569d5c45 Responsive mempool blocks. 2020-03-12 21:56:07 +07:00
softsimon
ff685e836a Preload latest blocks until it fills the screen on inital load.
closes #42
2020-03-11 18:04:57 +07:00
softsimon
35ed094ff7 Removing latest transactions component. 2020-03-11 16:31:37 +07:00
softsimon
f43655a37f Replace some spinners with skeleton loaders. 2020-03-11 16:06:11 +07:00
softsimon
1ed623fb17 Don't lookup transaction times for confirmed transactions 2020-03-10 15:33:58 +07:00
softsimon
2a2c255fb3 Fixes to responsive design. 2020-03-10 15:25:49 +07:00
softsimon
365ae04030 Making block, transaction, and address view responsive.
closes #43
2020-03-10 14:46:12 +07:00
wiz
23e69fd619 Capitalize the B in Bitcoin in metadata 2020-03-10 04:10:31 +09:00
wiz
9b9460ac45 Tweak that metadata 2020-03-10 04:05:29 +09:00
wiz
958f5f88f4 Moar tweaks to opengraph metadata and twitter card metadata 2020-03-10 03:30:27 +09:00
softsimon
3b543d1c36 Reducing size of twitter card image. 2020-03-10 01:29:11 +07:00
wiz
39d114b497 Shorten opengraph description and twitter card description to fit 2020-03-10 03:19:50 +09:00
wiz
81dff09fae Fix page title (accidentally deleted in previous commit) 2020-03-10 03:16:54 +09:00
wiz
2c3e564a64 Add opengraph metadata + twitter card preview (fixes #38) 2020-03-10 03:11:29 +09:00
softsimon
a3e52deb72 Adding a third connection state and preventing offline indicator from pushing the menu. 2020-03-09 17:53:54 +07:00
softsimon
91179c8d25 Adding more websocket connection reconnect fail safe.
fixes #44
2020-03-09 01:41:43 +07:00
softsimon
90ac7d9ea5 Improved websocket disconnections. 2020-03-06 13:47:04 +07:00
softsimon
a50a220866 Adding console log messages to websocket error handling. 2020-03-06 02:27:22 +07:00
softsimon
550679f17e Introduce a websocket ping check that closes the socket if no response. 2020-03-06 02:05:26 +07:00
softsimon
c7ddeecd18 General responsive improvments. 2020-03-05 16:13:46 +07:00
softsimon
fd0fd2750c Made decimals more nice and clear. 2020-03-04 15:55:54 +07:00