nymkappa
5e076a26cd
Delete MinerComponent
2022-05-12 08:13:41 +02:00
nymkappa
101ba351a8
Add block sizes and weights graph
2022-05-10 16:41:40 +02:00
nymkappa
3db04d887b
Added indexing progress indicator for hashrates, update logging
2022-05-10 15:48:21 +02: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
0e0b8dbd6c
Add download feature on mining charts
2022-05-10 14:32:57 +02:00
softsimon
c256d714ab
Moving Docs and Faq to separate lazy loaded module
2022-04-26 13:02:13 +04:00
nymkappa
e7f2c9efd2
Add block fee rate percentiles chart
2022-04-15 16:16:15 +09:00
hunicus
4cf5f72b83
Merge branch 'master' into add-faq
2022-04-12 16:03:28 -04:00
nymkappa
307385045b
Add block rewards chart
2022-04-11 20:57:13 +09:00
nymkappa
ae0bc02c78
Add block fees graph
2022-04-11 15:32:16 +09:00
hunicus
9fe61f8eac
Add no-sanitize pipe
2022-03-27 01:19:48 -04:00
nymkappa
87df750f16
Move reward stats to component - Add /api/v1/mining/reward-stats/{blockCount}
2022-03-23 11:54:31 +09:00
Felipe Knorr Kuhn
53e4fc099c
Add new directive for UI tests
2022-03-19 22:14:37 -07:00
nymkappa
338c42e3d8
Move all charts into /graphs page - Fix mining charts layouts
2022-03-14 18:07:35 +01:00
nymkappa
aa7476807b
Create working template for the new blocks page
2022-03-12 16:49:15 +01:00
nymkappa
b2423e28d9
Split difficult adjustment table - Update indexing progress every 60sec
2022-03-10 14:02:43 +01:00
softsimon
afbc665075
Shorten address search with middle ellipsis
2022-02-27 20:05:32 +03:00
nymkappa
d751662010
Create stacked pools historical hashrates to see dominance over time
2022-02-24 20:21:12 +09:00
nymkappa
ac5d632217
Remove difficulty component
2022-02-22 20:16:19 +09:00
softsimon
b61450995a
Display asset circulating amount more nicely fixing overflow
...
fixes #1264
2022-02-21 22:33:03 +04:00
nymkappa
b93fe2ecc8
Re-define sub mining routes properly and use router outlet
2022-02-21 14:48:50 +09:00
softsimon
a4540a7572
Merge branch 'master' into simon/dashboard-assets
...
# Conflicts:
# frontend/src/app/app.module.ts
2022-02-18 22:49:32 +04:00
nymkappa
ead9fb98f4
Create basic layout for mining dashboard page - Show miner in blocks
2022-02-17 18:07:56 +09:00
nymkappa
09f8490601
Create difficulty chart component
2022-02-16 21:20:28 +09:00
nymkappa
9df9e8b13e
Added /mining/pool/:poolId empty page
2022-02-14 14:08:11 +09:00
softsimon
06bc8301eb
Liquid dashboard assets updates
2022-02-13 00:46:42 +04:00
softsimon
d2bb3356da
Featured assets and asset groups
2022-02-07 03:34:14 +04:00
nymkappa
8d406a40e5
Add pie chart and rewrite the pool ranking component
2022-01-28 13:54:59 +09:00
nymkappa
5ca98af7d1
Generate mining basic pool ranking (sorted by block found) for a specified timeframe
2022-01-28 13:52:35 +09:00
nymkappa
69df9b57f4
Move difficulty adjustment code to separate module
2022-01-17 13:33:07 +09:00
softsimon
43d92a8b8c
Adding current language to network dropdown links
...
fixes #1094
2022-01-10 18:00:01 +04:00
wiz
1bcb7889e0
Merge pull request #1027 from hunicus/change-docs-layout
...
Revamp docs layout
2021-12-19 17:48:26 +00:00
hunicus
1a1cae3d4f
Separate docs-nav into new component
...
Since same markup will be needed for desktop
and mobile menus.
2021-12-16 19:11:54 -05:00
hunicus
72d5584d9b
Add skeleton for mobile docs nav
2021-12-16 18:44:39 -05:00
softsimon
1e4473d903
Revert "Remove dead code FeeDistributionGraphComponent"
...
This reverts commit 37722fe165869777e87dc2c56e15d51881386d0d.
2021-12-15 23:53:12 +04:00
nymkappa
ba05aef04c
Merge branch 'master' into bug/improve-x-axis-intervals
2021-12-11 15:32:10 +09:00
nymkappa
c9377dfed8
Remove dead code FeeDistributionGraphComponent
2021-12-11 00:24:10 +09:00
hunicus
69623313ee
Move /api to /docs/api
...
Also make API docs responsive so they can be viewed
on mobile.
REST docs are at /docs/api/rest and WebSocket docs
are at /docs/api/websocket.
2021-12-08 12:37:42 -05:00
softsimon
57202f885e
Broadcast transaction form
...
fixes #878
2021-10-19 17:10:30 +04:00
Miguel Medeiros
717a3a3cc4
Add toggle button to dropdown menu.
...
Revert left margin from tv page.
Change text dropdown filter to icon.
Change dropdown inactive item color.
Revert 500 limit rate.
2021-10-07 14:20:06 -03:00
softsimon
c6ac962c9b
L-BTC in circulation dashboard widget
...
refs #718
2021-09-25 23:45:10 +04:00
Miguel Medeiros
c5831cc4e8
Add new component incoming-transactions-graph;
...
Refactor component mempool-graph;
Refactor component fee-distribution-graph;
Add incoming-transactions-graph to dashboard;
Add incoming-transactions-graph to statistics;
Add incoming-transactions-graph to television;
Add mempool-graph to dashboard;
Add mempool-graph to statistics;
Add mempool-graph to television;
Remove chartist.component;
2021-09-14 22:35:47 -03:00
Miguel Medeiros
4772cc4517
Add echart module.
2021-09-14 22:35:47 -03:00
softsimon
75ca0c1003
Merge pull request #710 from MiguelMedeiros/feature-next-previous-block-arrows
...
UI/UX: `Next` and `Previous` button arrows for block navigation.
2021-08-18 00:57:39 +03:00
Miguel Medeiros
281ca18bb6
Add next and previous arrows to blocks.
2021-08-12 19:49:39 -03:00
wiz
446a86a416
Update our Terms of Service, split Privacy Policy into its own page
2021-08-03 12:20:51 +09:00
wiz
3fe0c7f997
Update our Terms of Service, split Privacy Policy into its own page
2021-08-02 20:48:10 +09:00
softsimon
ca306f5727
Make base module and index.html file configurable with BASE_MODULE. Adding bare Liquid module.
2021-07-27 17:10:38 +03:00
Miguel Medeiros
cc8bac0a26
Bugfix: Dashboard - Difficulty adjustment component. ( #663 )
...
* Add color to previous retarget.
Add absolute number pipe.
Change plus and minus signs to fa icons.
Change Fee Estimate title to Transactions Fees.
Set min and max difficulty adjustments.
* Add projectID to cypress conf.
* Change icon to fa-caret.
* Remove unecessary icons.
2021-07-26 22:00:40 +03:00
wiz
da65ecc09e
Add new page for Trademark Policy and Guidelines ( #647 )
...
* Add new page for Trademark Policy and Guidelines
* Fix attribution footer at bottom of Trademark Policy
* Add our Trademark Notice and Trademark Policy URL to LICENSE
* Last minute fixes to Trademark Policy and Guidelines page
2021-07-24 22:40:11 +03:00