softsimon
864d449e40
Block health string update
2023-01-29 23:54:28 +04:00
softsimon
3617227a36
Merge branch 'master' into mononaut/audit-highlighting
2023-01-27 16:11:03 +04:00
softsimon
a538c76cb3
Merge pull request #2899 from mempool/mononaut/audit-toggle
...
toggle to enable/disable block audits
2023-01-27 12:37:33 +04:00
Mononaut
a11edbbb82
Only show block audit highlighting when audit enabled
2023-01-26 18:58:41 -06:00
Mononaut
af4c4c7abb
change audit toggle to bootstrap button
2023-01-26 11:10:55 -06:00
Mononaut
27e63e7136
Remove extra space after block details when audit disabled
2023-01-26 10:50:00 -06:00
Mononaut
47b73b449b
add toggle to enable/disable block audits
2023-01-26 10:42:38 -06:00
Mononaut
44a0e1c26f
Fix page elements obscured by bottom nav bar on mobile
2023-01-13 11:52:36 -06:00
Mononaut
6aef76e49f
Add FAQ link to empty blocks
2023-01-06 10:14:18 -06:00
wiz
d48ccb6a83
Merge branch 'master' into mononaut/block-page-layouts
2022-12-26 21:00:19 +09:00
Mononaut
ee3b57ca9e
refactor block page html
2022-12-22 07:49:12 -06:00
Mononaut
4746c67a5d
display block health as badge
2022-12-19 19:02:50 -06:00
softsimon
77aaf4dd58
Block page audit fallback
2022-12-01 19:17:59 +09:00
Mononaut
c0f6f5cdae
don't use block.extras on liquid
2022-11-28 18:37:13 +09:00
wiz
8a52cd1361
Merge branch 'master' into mononaut/fix-loading-block-title
2022-11-27 01:12:19 +09:00
Mononaut
fa60a72e59
fix 'unavailable' msg on block page on mobile
2022-11-25 10:16:06 +09:00
Mononaut
b5b489acde
merge block-audit and block pages
2022-11-24 17:10:53 +09:00
Mononaut
a8dd2aff87
Fix "Genesis" header while block page loading
2022-11-23 19:45:13 +09:00
Mononaut
6204784fff
Fetch missing block audit scores
2022-11-21 18:45:34 +09:00
Mononaut
8e4f996200
Add match rate to block page
2022-10-28 18:49:29 -06:00
Mononaut
be5fcf01c8
Reversible block arrows & key navigation
2022-09-30 00:54:20 +00:00
softsimon
0a15b5d0de
Timestamp component
2022-07-08 18:55:24 +02:00
Felipe Knorr Kuhn
dc90191de7
Merge branch 'master' into mining_e2e_tests_v2
2022-07-06 15:04:08 -07:00
wiz
8c1f91f50b
Merge pull request #1954 from mempool/simon/block-error-code
...
Block error status code missing fix
2022-07-06 23:30:55 +02:00
Felipe Knorr Kuhn
a12225bc56
Add test locators to the mining dashboard elements
2022-07-06 10:00:32 -07:00
softsimon
a797cbc98c
Block error status code fix
2022-07-02 18:50:04 +02:00
TechMiX
fa6cd92b73
fix block hash on block page in rtl layout
2022-06-27 03:17:40 +04:30
Mononaut
aa0fc24dc5
Tooltip-style tx previews in block overview
2022-06-16 02:46:27 +00:00
Mononaut
1d4488eb96
Add visualization to mined blocks
2022-06-16 02:46:24 +00:00
softsimon
22aaddae68
Liquid UX fixes
...
fixes #1683
fixes #1681
2022-05-25 23:43:31 +04:00
softsimon
763971348a
Block transactions list error handling
2022-05-21 02:30:38 +04:00
wiz
f8f6a24ef4
Merge branch 'master' into simon/loading-indicator-ux
2022-05-18 21:37:40 +09:00
wiz
08d26d0ff6
Merge branch 'master' into simon/outspends-cache-fix
2022-05-18 20:28:32 +09:00
softsimon
8c15d99fa7
Improving loading indicator UX
2022-05-18 08:43:24 +04:00
nymkappa
78b9a47580
Only process mining pools on Bitcoin networks
2022-05-12 08:13:41 +02:00
nymkappa
771ab36694
Use block.extras on bitcoin network for fees/subsidy
2022-05-12 08:13:41 +02:00
nymkappa
178cb72004
Update block API to use indexing if available
2022-05-12 08:13:40 +02:00
softsimon
a1d04b6a7f
Reset outspends cache when switching to new tx page.
...
fixes #1613
fixes #1164
2022-05-12 03:28:34 +04:00
TechMiX
22c29d7269
fix RTL layout issues
2022-04-05 20:37:18 +02:00
nymkappa
835ccce5b6
Renamed extra
to extras
2022-02-04 19:28:00 +09:00
nymkappa
a49cc9a2fa
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface
2022-02-04 12:51:45 +09:00
softsimon
13bfa5902d
Adding Liquid Testnet as frontend option
...
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
f30f782e02
Merged block header, markets and genesis i18n strings
2021-11-28 14:55:17 +04:00
Miguel Medeiros
873f214245
Fix title styles.
2021-10-26 21:47:28 -03:00
Miguel Medeiros
1babc540f9
Fix skeleton css styles.
2021-10-26 21:47:26 -03:00
Miguel Medeiros
e460372870
Fix titles height inconsistencies.
2021-10-26 21:47:26 -03:00
TechMiX
3413b1c72a
fix various rtl issues
2021-09-15 11:02:04 +02:00
softsimon
20706e4af2
Fix for multiple arrow navigation bugs. ( #741 )
...
* Fix for multiple arrow navigation bugs.
fixes #731
* Updating test to handle left arrow navigation.
* Updating test to handle left arrow navigation.
* Arrow right click fix.
* Update frontend/cypress/integration/mainnet/mainnet.spec.ts
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
2021-08-25 15:44:55 +03:00
softsimon
ef41334346
Optimize performance of next/previous block. ( #729 )
2021-08-18 12:49:42 +03:00
Miguel Medeiros
281ca18bb6
Add next and previous arrows to blocks.
2021-08-12 19:49:39 -03:00