61 Commits

Author SHA1 Message Date
softsimon
49752ac0f4 Upgrade to Angular 14 2022-11-28 16:53:17 +09:00
softsimon
880b5f9712 Use relative import paths 2022-09-21 17:23:45 +02:00
wiz
113af41bfa Merge pull request #2085 from mempool/nymkappa/bugfix/hashrate-no-difficulty
[Hashrate chart] Fix javascript error if difficulty array is empty
2022-07-17 18:28:51 -05:00
nymkappa
7bc64b4855 [Hashrate chart] Fix javascript error if difficulty array is empty 2022-07-12 09:03:39 +02:00
nymkappa
bda8b4612b Add USD serie in block fee/reward charts 2022-07-11 22:10:25 +02:00
nymkappa
f7a1e4d0af Don't round signet difficulty in table and chart 2022-07-10 14:32:15 +02:00
nymkappa
d2ab72390f Save block predictions results in db and show results in a chart 2022-07-06 22:27:45 +02:00
nymkappa
6a02952c1e Remove debug log 2022-07-06 21:41:12 +02:00
nymkappa
efb5eba092 Add hashrate & difficulty chart resolution scaling 2022-07-06 21:03:55 +02:00
nymkappa
36d9425853 Index difficulty adjustments 2022-07-05 16:52:56 +02:00
nymkappa
2bc11b4a75 Fix double http query when switching timespan for the first time 2022-06-23 15:30:42 +02:00
nymkappa
9f7d63bf69 Add moving average to the hashrate & difficulty chart 2022-06-18 10:22:38 +02:00
nymkappa
96704a0877 Add #{timespan} in mining charts urls for easier sharing 2022-06-15 11:26:58 +02:00
wiz
c9a7abd289 Merge branch 'master' into nymkappa/feature/cleanup-chart-tooltips 2022-06-12 04:34:58 +09:00
nymkappa
08a45ea680 Make all mining charts tooltips uniform 2022-06-10 23:34:13 +02:00
nymkappa
d75dc30fa8 Replace "Indexing in progress" with localized "Indexing blocks" 2022-06-10 23:29:27 +02:00
softsimon
c36b359415 Adding some missing i18n strings 2022-05-18 15:06:58 +04:00
softsimon
a98c23a988 Correcting and harmonizing i18n strings 2022-05-11 16:29:45 +04:00
nymkappa
3d29ce93d2 Create indexing sticky notification that show indexing progress in all mining dashboard related pages 2022-05-10 15:48:20 +02:00
nymkappa
60ed32ffe8 [Chart download] Add .svg to file name, fix chart background colors 2022-05-10 14:32:57 +02:00
nymkappa
0e0b8dbd6c Add download feature on mining charts 2022-05-10 14:32:57 +02:00
nymkappa
eb9027ded2 Show current network hashrate and difficulty even if indexing is in progress 2022-05-02 17:39:03 +09:00
nymkappa
e61cb4841a Show getnetworkhashps core result in dashboard + update unit formatting 2022-05-02 17:33:52 +09:00
wiz
f3fa5f3e33 Merge branch 'master' into nymkappa/feature/timespan-selector-update 2022-04-23 06:23:23 +00:00
nymkappa
a59bed8cd8 Use block count instead of oldest block for timespan selection 2022-04-15 20:43:10 +09:00
nymkappa
ee3b287f65 Save fee rates legend preference - Fix xaxis label 2022-04-15 19:39:27 +09:00
nymkappa
e7f2c9efd2 Add block fee rate percentiles chart 2022-04-15 16:16:15 +09:00
nymkappa
1db1b13907 Set zlevel for all graphs series 2022-04-11 21:17:15 +09:00
nymkappa
61df98ef94 Improve mining graphs timespan selection UX 2022-04-11 18:17:36 +09:00
TechMiX
22c29d7269 fix RTL layout issues 2022-04-05 20:37:18 +02:00
nymkappa
e9d6963d07 Fix some mobile UI issues on mining dashboard 2022-04-03 03:19:25 +09:00
nymkappa
8c804ba28d Remove unnecessary echart init option 2022-03-25 10:08:20 +09:00
nymkappa
dd50ee38b1 Fix javascript crash when disable hashrate/difficulty chart line 2022-03-16 21:20:42 +01:00
wiz
55a26fe446 Merge branch 'master' into feature/update-hashrate-widget 2022-03-14 19:12:31 +00:00
nymkappa
5dfc272bed Cleanup hashrate/difficulty widget 2022-03-14 20:00:19 +01:00
nymkappa
345c7f3c6c Add active router links - Disable graph touch scroll 2022-03-14 18:25:16 +01:00
nymkappa
338c42e3d8 Move all charts into /graphs page - Fix mining charts layouts 2022-03-14 18:07:35 +01:00
nymkappa
b2423e28d9 Split difficult adjustment table - Update indexing progress every 60sec 2022-03-10 14:02:43 +01:00
nymkappa
6d477a897d Show current indexing progress in charts without data 2022-03-10 14:02:43 +01:00
nymkappa
3558389eea Index weekly hashrates using last Monday midnight - Fix charts tooltip 2022-03-10 11:53:49 +01:00
nymkappa
494d93bfc1 Add message if on mining charts if there is no data to display 2022-03-09 12:17:31 +01:00
nymkappa
af4eb0c974 Replace difficulty adjustment timestamp with block height 2022-03-07 20:42:59 +01:00
nymkappa
4d04abdf17 Add skeleton in the mining dashboard page 2022-03-07 19:54:17 +01:00
nymkappa
fc2d40e924 Disable mining charts iteration on mobile widgets 2022-03-07 11:51:00 +01:00
nymkappa
f84a7535de "view more" links - placeholders 2022-03-07 11:50:59 +01:00
nymkappa
dd37a99b39 Add difficulty adjustment table in mining dashboard 2022-03-07 11:50:58 +01:00
nymkappa
c922053fec Hide 'dot' when hovering charts 2022-02-25 13:06:33 +09:00
nymkappa
abb96ca064 warn on re-index - fix hash indexing state issue - cleanup ui mining 2022-02-24 20:21:14 +09:00
nymkappa
e941787cd7 Disable difficulty adjustment table for now until loadMore is implemented 2022-02-24 20:21:12 +09:00
nymkappa
22874f6c91 Don't assume two difficulty with the same value is impossible 2022-02-22 22:53:47 +09:00