3342 Commits

Author SHA1 Message Date
softsimon
93c151e9dd Merge pull request #3672 from mempool/hunicus/unchained-icon
Update unchained icon on about page
2023-05-06 01:18:53 +04:00
softsimon
5b2f061747 Correcting graph widget bottom padding 2023-05-06 00:55:25 +04:00
softsimon
28568fb428 Removing weird bottom padding 2023-05-06 00:31:08 +04:00
softsimon
788d005b8b Adding bottom margin on some graph list pages 2023-05-06 00:20:56 +04:00
softsimon
ecb69d5295 Fixing header margin and Lightning charts 2023-05-06 00:08:26 +04:00
softsimon
7d0de5cea0 Fix height on graphs pages with footer 2023-05-05 23:38:35 +04:00
softsimon
b3424f6490 Fixing navbar overflowing footer 2023-05-05 02:06:48 +04:00
softsimon
d3182e6215 Enabling footer on about page 2023-05-05 01:49:11 +04:00
softsimon
f63613c7c3 Global footer component that fixes Liquid 2023-05-05 01:38:58 +04:00
softsimon
af73c69e96 Fixing position on mobile view 2023-05-05 00:53:21 +04:00
softsimon
e1a141d986 Remove logger
Co-authored-by: Bufo <32884105+bufo24@users.noreply.github.com>
2023-05-05 00:53:21 +04:00
softsimon
a5cfe33573 Bottom padding for mobile 2023-05-05 00:53:20 +04:00
softsimon
5283818a47 Global footer 2023-05-05 00:53:20 +04:00
softsimon
85d41ce1a6 Merge pull request #3705 from mempool/mononaut/increase-websocket-timeout
Increase client websocket timeout
2023-05-04 01:35:16 +04:00
softsimon
ee2aea2458 Merge branch 'master' into mononaut/mempool-effective-rates 2023-05-04 00:58:49 +04:00
Mononaut
e9f62d9218 remove mempool marker on tx confirmation 2023-05-03 14:18:07 -06:00
Mononaut
4f1c6021f3 Use new mempool position data for transaction ETA 2023-05-03 14:18:07 -06:00
Mononaut
9f32d43907 Improve stability of mempool tx position arrow 2023-05-03 14:18:06 -06:00
softsimon
acc668bdbe Merge pull request #3714 from mempool/mononaut/fix-tx-eta
Fix transaction ETA calculation
2023-05-04 00:17:09 +04:00
Mononaut
f5ebf41b7e fix tx page mempool blocks subscription leak 2023-05-03 13:58:08 -06:00
Mononaut
c73144eb7d keep ETA relative time basis updated 2023-05-03 13:55:26 -06:00
Mononaut
82a3af25ff Fix import path 2023-05-03 13:16:27 -06:00
Mononaut
069f687991 Fix missing null checks in tx component 2023-05-03 13:00:23 -06:00
Mononaut
c409c99b52 Improve RBF diagram state visibility 2023-05-03 13:00:23 -06:00
Mononaut
e8fe390437 Don't show RBF replaced alert banner after confirmation 2023-05-03 13:00:23 -06:00
Mononaut
21ed3a5e1a fix missing FULL_RBF_ENABLED config entries 2023-05-03 13:00:22 -06:00
Mononaut
19d3b0a4dd fix rbf e2e test 2023-05-03 13:00:22 -06:00
Mononaut
03c6728dfb scroll selected rbf node into view 2023-05-03 13:00:22 -06:00
Mononaut
53e0e66510 change rbf subheading, fix interval alignment 2023-05-03 13:00:22 -06:00
Mononaut
9386f47d58 change rbf tooltip to standard two-column table design 2023-05-03 13:00:22 -06:00
Mononaut
1a96608a60 fixes for non-dual-node rbf feature 2023-05-03 12:53:56 -06:00
Mononaut
40b7cc3010 add mouseover tooltips to rbf timelines 2023-05-03 12:53:56 -06:00
Mononaut
3e703ec13e support trees of RBF replacements 2023-05-03 12:53:56 -06:00
Mononaut
9517d5fe08 remove 'replaces' alert on transaction page 2023-05-03 12:53:56 -06:00
Mononaut
47bbfca1c0 new page listing recent RBF events 2023-05-03 12:53:53 -06:00
Mononaut
22fde5276a update RBF timeline over websocket 2023-05-03 12:52:21 -06:00
Mononaut
1d5a029c81 Timeline of replacements for RBF-d transactions 2023-05-03 12:52:20 -06:00
Mononaut
7b26e09486 Fix transaction ETA calculation 2023-05-03 10:02:03 -06:00
Mononaut
2ea0382303 Increase client websocket timeout 2023-05-01 18:13:53 -06:00
hunicus
b11d94b044 Fix clashing class in unchained svg 2023-04-19 22:52:53 -04:00
hunicus
a85631b843 Update unchained icon on about page 2023-04-19 22:00:09 -04:00
softsimon
ba00f03408 Merge pull request #3652 from mempool/mononaut/fix-flying-mempool-blocks
Disable mempool block animations except when new block is mined
2023-04-08 23:09:53 +08:00
softsimon
1b5ab22335 Merge pull request #3633 from mempool/mononaut/right-click-scroll
Disable blockchain drag for middle/right click
2023-04-08 17:00:25 +08:00
Mononaut
30bfea8c20 Prevent mempool block animations except when new block mined 2023-04-07 02:18:33 +09:00
Mononaut
11516db56e Send mempool effective fee rate changes to frontend & apply 2023-04-05 08:42:01 +09:00
Mononaut
2b4474a3c2 Use effective fee rates in mempool block visualizations & tooltips 2023-04-05 08:42:01 +09:00
nymkappa
d87784f9c1 Make fiat component color class customizable 2023-04-04 11:42:06 +09:00
Mononaut
5f5dfcab62 Disable blockchain drag for middle/right click 2023-04-04 08:25:40 +09:00
wiz
5e99c42ab8 Merge branch 'master' into simon/improved-warning-message 2023-04-03 21:58:09 +09:00
wiz
6e2b5d49ec Merge pull request #3630 from mempool/hunicus/phx-dark-icon
Switch phoenix wallet logo to dark mode
2023-04-03 21:57:56 +09:00