Miguel Medeiros
ad76ef2d6e
Disable mouseover legend for mobile users.
2021-09-16 17:30:13 -03:00
wiz
c8fda21d38
Disable matomo cookies - fixes #784
2021-09-16 22:37:09 +09:00
TechMiX
dd9b6c6950
add rtl hinting for new graph + move code rtl hints to style file
2021-09-15 12:06:55 +02:00
TechMiX
3413b1c72a
fix various rtl issues
2021-09-15 11:02:04 +02:00
Miguel Medeiros
96925b695f
Remove fee tier legends.
...
Fix tv page css.
2021-09-14 22:35:51 -03:00
Miguel Medeiros
7be31c3db0
Fix linting and unclosed html tag.
...
Fix no shadowed variable tslint warning.
2021-09-14 22:35:51 -03:00
Miguel Medeiros
4cc604c469
Move total MvB to the top.
...
Fix yAxis value.
Fix yAxis value.
Make disks smaller and transparent.
Change opacity on mouseover stack bars.
Add 4th column "sum of vsize" to tooltips table.
Add toggle show/hide tier fees.
Make progress active bar inline with text value.
Add a break line to the timestamp text.
Add colored progress bar with number.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
029e881343
Fix y axis margin left.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
2d13a765c8
Change renderer to svg.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
b4ed88ce6c
Change renderer to svg.
...
Fix data structure of mempool graph.
Change tooltip total position (top).
Change tooltip visual of partial porcentage.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
3655ff8f0a
Fix indicator border-radius.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
75eccfc818
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
4d66f41c56
Add default data to title tooltip MM/dd HH:mm
.
...
Add symbol to tx chart tooltip .
2021-09-14 22:35:48 -03:00
Miguel Medeiros
0cb27661a3
Add total sum to mempool chart.
...
Add zoom tools.
Add different theme for charts `big` and `small` (default).
Fix date format on mouseover.
Fix animations on graphs page.
Fix overflow tv page.
Remove `crosshair` on mouseover, changed to `line`.
Fix custom tooltip styles.
Remove inverted button (will add in a future PR).
Remove fee range labels (will add in a future PR).
Fix e2e testing.
2021-09-14 22:35:48 -03: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
wiz
42e80f8794
Fix API docs examples for Raspberry Pi users using romanz/electrs
2021-09-09 11:11:01 +09:00
wiz
1c9826943b
Fix api-docs incorrect API path for fees related methods
2021-09-08 07:13:23 +09:00
wiz
365a74bf79
Merge pull request #768 from mempool/simon/liquid-fetch-unconfidential
...
Liquid: Display unconfidential address and fix tracking
2021-09-08 06:37:24 +09:00
softsimon
41f95fa4c7
Liquid: Display unconfidential address and fix tracking
...
fixes #761
2021-09-06 10:20:31 +04:00
softsimon
fc34fc886a
Lowercase Segwit uppercase addresses for tracking matching.
2021-09-05 00:30:24 +04:00
softsimon
980c077c9a
Updated address regex to handle all types of addresses.
...
fixes #301
fixes #750
2021-09-04 23:21:15 +04:00
Miguel Medeiros
e794a4d798
Change websocket examples.
2021-09-03 20:13:31 -03:00
Miguel Medeiros
3aabeace26
Fix transaction post curl example.
2021-09-03 19:43:28 -03:00
Miguel Medeiros
03ae766955
Remove unused variables.
2021-09-03 16:50:45 -03:00
Miguel Medeiros
7dd32a96b9
Set default active tab to liquid network.
2021-09-03 16:48:37 -03:00
Miguel Medeiros
edc15c9243
Fix document location protocol for curl url.
2021-09-03 16:22:39 -03:00
Miguel Medeiros
f0f5f1ee3d
Fix curl placeholder url depending on base_module.
...
Fix currencies wrapper url variable name.
2021-09-03 16:02:05 -03:00
Miguel Medeiros
d8be4d5bed
Fix typo variable name.
2021-09-03 14:35:06 -03:00
Miguel Medeiros
e089239884
Add template to documentation.
...
Add support for BASE_MODULE=[mempool, bisq, liquid].
Add print results do CommonJS examples.
Add support for custom domains.
Remove basecurrency from /volume endpoint.
2021-09-03 07:04:19 -03:00
wiz
16e2532cce
Merge pull request #755 from knorrium/fix_dashboard_memory_leak
...
Add a potential fix for the memory leak on the Dashboard
2021-09-02 19:12:42 +09:00
Felipe Knorr Kuhn
70ae94d16f
Add a potential fix for the memory leak on the Dashboard
...
Fix the broken experience after unsubscribing for network changes
Fix the broken experience after unsubscribing for network changes
2021-09-02 00:47:00 -07:00
wiz
febee82ff9
Revert "Support uppercase addresses when searching."
...
This reverts commit fc28b06a0feb4fa278d0e1c5907845fc8ba6725a.
2021-09-02 00:57:43 +09:00
softsimon
b2ec27f54f
Support uppercase addresses when searching.
...
fixes #301
2021-08-29 15:58:39 +03:00
softsimon
877551680c
Use block cache when searching or opening a recent block. ( #749 )
...
* Use block cache when searching or opening a recent block.
fixes #715
* Fixed linting errors.
2021-08-29 04:55:46 +03:00
wiz
eb0174a423
Pull from transifex
2021-08-27 14:28:51 +09:00
Miguel Medeiros
1262e3601f
Refactor difficulty adjustment calculation.
2021-08-25 17:18:30 -03: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
0933b73560
Liquid unblinding: Don't throw error as default for regular liquid transactions.
2021-08-21 03:13:39 +03:00
softsimon
c683bc0121
Redirect unconfirmed bisq transactions to main website for tracking.
2021-08-20 14:56:12 +03:00
Miguel Medeiros
e35f5a68df
Bugfix: Fix bisq dashboard tables overflow. ( #733 )
...
* Fix bisq dashboard tables overflow.
* Fix nav-item mobile margin.
2021-08-19 17:51:08 +03:00
Priyansh
292bab200e
Updated mobile view for dropdown ( #717 )
...
Dropdown menu with dynamic positioning
2021-08-18 19:18:12 +03:00
Priyansh
1da2c78b63
Updated significant digits of transaction fee ( #722 )
2021-08-18 16:27:35 +03:00
softsimon
b66a5da9c2
Arrow bugfix: Unsubscribe all the observables when leaving view.
2021-08-18 15:59:18 +03:00
wiz
25caa9a41d
Add Unchained Capital as Enterprise Sponsor ( #711 )
2021-08-18 15:15:31 +03:00
softsimon
2feb58eec7
Liquid unblinding: Replacing async/await with observable.
2021-08-18 14:05:40 +03:00
softsimon
ef41334346
Optimize performance of next/previous block. ( #729 )
2021-08-18 12:49:42 +03:00
softsimon
b6a6a034ab
Unblinding refactor fix
2021-08-18 03:34:17 +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
softsimon
7633086857
Updating from transifex.
2021-08-18 00:54:34 +03:00