109 Commits

Author SHA1 Message Date
softsimon
4055128d7f
Fix for 0 sat minimum fee 2023-07-19 11:06:28 +09:00
Mononaut
240afbed95
adjust latest replacements labels & layout 2023-07-14 12:25:45 +09:00
Mononaut
756fac7270
Switch "latest blocks" to "latest replacements" 2023-07-14 11:52:07 +09:00
Mononaut
5b9d43032c
Switch remaining vb fields according to unit preference 2023-07-11 10:04:38 +09:00
Mononaut
013ad803d0
Switch all direct sat/vb fields to new rate component 2023-07-11 10:00:41 +09:00
Mononaut
7ab05d815d
Fix mempool graph fee filtering 2023-05-16 16:25:38 -06:00
Mononaut
5257716e1a
Dynamic fee ranges & legend in mempool graph 2023-05-08 12:53:37 -06:00
softsimon
261241fcc8
Global footer 2023-05-05 00:53:20 +04:00
Mononaut
ac932c641c
unify time rendering components 2023-03-05 19:26:32 -06:00
softsimon
ec2e7a46eb
Correct incoming transaction progress colors
fixes #3216
2023-03-04 15:19:56 +09:00
nymkappa
28bd813fb8
Show correct currency label in 'Latest transactions' widget 2023-02-15 16:22:06 +09:00
Mononaut
02655d757e
Add currency preference to dashboard 2023-02-01 10:24:57 -06:00
wiz
2e7a701ca7
Merge branch 'master' into mononaut/fix-mobile-bottom-nav 2023-01-27 03:49:07 +09:00
Mononaut
c69f2f2bc2
tweak latest transactions txid truncation point 2023-01-13 17:03:02 -06:00
Mononaut
fbd8e0588c
Fix page elements obscured by bottom nav bar on mobile 2023-01-13 11:52:36 -06:00
Mononaut
42a39c1f7c
migrate old text truncation implementations to new component 2023-01-05 11:01:46 -06:00
softsimon
61333b2286
Correcting i18n strings related to Lightning explorer 2022-10-13 17:15:17 +04:00
Erik Arvstedt
355e89ce55
frontend URLs: ./resources -> /resources
This patch was created by:
find ./frontend -type f -exec sed -i 's|\./resources|/resources|g' {} \;
2022-07-11 13:33:25 +02:00
nymkappa
6c0fe3d7a1
Remove dashboard row collasping feature 2022-06-17 11:15:38 +02:00
nymkappa
20a4b9fb5a
Make Latest blocks and Adjustments widget title clickable 2022-06-14 10:35:29 +02:00
nymkappa
cefc927b06
Tweaks fee widget 2022-06-01 09:47:00 +02:00
nymkappa
ffcfa4a659
Setup redirect from /mining/blocks to /blocks - Update router links 2022-05-23 09:08:41 +02:00
nymkappa
e59637128e
Polish dashboards second widgets line 2022-05-12 17:05:31 +02:00
nymkappa
c51216f97c
Remove hardcoded liquid.network in asset icons url 2022-04-23 08:56:55 +09:00
nymkappa
352ea950a2
Use mining pool slug in urls 2022-03-25 14:22:22 +09:00
nymkappa
a7900f6466
If mining dashboard is enabled, shows pools instead of timestamp 2022-03-17 19:04:12 +01:00
nymkappa
7481e27ec2
If mining dashboard is enabled, opens /mining/blocks instead of /blocks 2022-03-17 19:04:11 +01:00
softsimon
e816f53637
Flip Liquid dashboard locations 2022-02-18 00:37:37 +04:00
softsimon
b6f89b1a3e
Moving ticker to circulating amount 2022-02-16 17:32:12 +04:00
softsimon
294d7915e1
Liquid dashboard assets updates 2022-02-13 00:46:42 +04:00
softsimon
738381702f
Display top featured assets on Liquid dashboard 2022-02-12 00:15:13 +04:00
nymkappa
fcca911377
Move difficulty adjustment code to separate module 2022-01-17 13:33:07 +09:00
softsimon
a48c2c07b0
Display the transaction grapg instead of L-BTC peg for Liquid Testnet 2021-12-30 03:12:35 +04:00
softsimon
fd34761a93
Adding Liquid Testnet as frontend option
fixes #976
2021-12-28 11:16:33 +04:00
nymkappa
9e8a741d97 Apply proper datetime format according to choosen time scale and force 2h windowPreference in the dashboard 2021-12-11 15:26:59 +09:00
softsimon
8569523b89
Moving chart loading spinner to chart component
fixes #885
2021-11-19 00:10:12 +04:00
softsimon
d534c42c47
Handle recent difficulty adjustment estimate gracefully
fixes #927
2021-11-17 13:46:48 +04:00
softsimon
4046c3176f
Broadcast transaction form
fixes #878
2021-10-19 17:10:30 +04:00
Miguel Medeiros
e59a318cad
Fix mempool chart tooltip at dashboard component. 2021-10-08 15:11:59 -03:00
softsimon
acf6fd9db5
Display mempool graph on the Liquid dashboard 2021-10-05 15:08:41 +04:00
softsimon
66630743f6
L-BTC in circulation dashboard widget
refs #718
2021-09-25 23:45:10 +04:00
TechMiX
014d6dee66 fix various rtl issues 2021-09-15 11:02:04 +02:00
Miguel Medeiros
388aa7fbe3
Fix y axis margin left. 2021-09-14 22:35:50 -03:00
Miguel Medeiros
f434e50a2c
Invert the tooltip legends order.
Fix default data to title tooltip MM/dd HH:mm.
Add symbol to tx chart tooltip .
Add accumulative total for tooltip information.
Add 3th column to tooltip with a progress bar.
Add and max span zoom span.
Add feeRate limit input to mempool graph component.
Add showZoom option to mempool graph component.
Remove start animation to match the layout for future SSR.
Remove mouse wheel zoom from small template.
Fix small template style.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
9b956ff88d
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
Priyansh
e103fb5876
Updated significant digits of transaction fee (#722) 2021-08-18 16:27:35 +03:00
softsimon
9d75c47792
Merge branch 'master' into simon/configurable-main-module
# Conflicts:
#	frontend/src/app/components/api-docs/api-docs.component.ts
#	frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.ts
#	frontend/src/app/components/master-page/master-page.component.html
#	frontend/src/app/components/mempool-blocks/mempool-blocks.component.html
#	frontend/src/app/components/mempool-blocks/mempool-blocks.component.ts
#	frontend/src/app/dashboard/dashboard.component.html
2021-08-13 17:16:14 +03:00
softsimon
7ef4be26ed
Use BLOCK_WEIGHT_UNITS instead of hard coded block size limit in all occations. 2021-08-08 04:19:54 +03:00
Priyansh
6d910a5e24
changed the order of columns in collapsed view (#695) 2021-08-06 14:08:44 +03:00
softsimon
0bb9247609
Handle 0.1 sat/vB base fee on the dashboard and backend. 2021-08-05 02:03:52 +03:00