1641 Commits

Author SHA1 Message Date
Miguel Medeiros
f2a1bc174b Fix rtl transaction title. 2021-09-29 17:13:21 -03:00
Miguel Medeiros
ac7da6340c Fix confirmations button positioning. 2021-09-29 16:16:39 -03:00
wiz
c204be71a4 Merge pull request #843 from MiguelMedeiros/fix-sum-bar-values
Fix total percentage bar value.
2021-09-30 03:59:44 +09:00
Miguel Medeiros
ae6fd6ac17 Fix total percentage bar value. 2021-09-29 15:12:54 -03:00
softsimon
4c2e954e15 Merge pull request #839 from MiguelMedeiros/fix-shadowed-variable
Fix lint 'no-shadowed-variable'.
2021-09-29 17:20:39 +04:00
softsimon
b653191df3 Merge pull request #838 from MiguelMedeiros/fix-localized-numbers-mempool-charts
Fix parse numbers localized.
2021-09-29 17:16:48 +04:00
softsimon
b1db9a7395 Merge pull request #837 from MiguelMedeiros/fix-circle-dots-mempool-charts
Remove circle symbols when hovering the series.
2021-09-29 17:15:18 +04:00
Miguel Medeiros
9ccd1eed6d Fix lint 'no-shadowed-variable'. 2021-09-28 21:04:48 -03:00
Miguel Medeiros
7b44d6b354 Fix parse numbers localized. 2021-09-28 21:00:29 -03:00
Miguel Medeiros
066c4706b2 Remove circle symbols when hovering the series.
Fix selected index when hovering the series.
2021-09-28 20:13:08 -03:00
wiz
86e9805ad9 Merge pull request #831 from MiguelMedeiros/fix-sum-column-ui-mempool-chart
Change total sum column to fixed color.
2021-09-29 02:05:15 +09:00
Miguel Medeiros
9461529f61 Change total sum column to fixed color. 2021-09-28 10:16:27 -03:00
wiz
e7fc511a8c Merge pull request #826 from mempool/simon/bisq-transaciton-filter-fix
Fix for stuck Bisq transaction page when filtering
2021-09-27 19:20:28 +09:00
wiz
2b57820a54 Merge pull request #825 from MiguelMedeiros/fix-focus-effect-mempool-chart
Fix the focus effect on the mempool graph.
2021-09-27 19:12:49 +09:00
softsimon
664b9c5ecc Fix for stuck Bisq transaction page when filtering
fixes #540
2021-09-27 02:37:57 +04:00
Miguel Medeiros
b01d158b0b Fix the focus effect on the mempool graph. 2021-09-26 16:59:00 -03:00
wiz
5a2a048467 Merge pull request #824 from mempool/simon/lbtc-widget-minor-ux
L-BTC graph: Minor styling update
2021-09-27 04:07:23 +09:00
wiz
97d8d803a8 Merge pull request #814 from mempool/simon/block-transactions-sorting-fix
Sort block transactions first by height and then time
2021-09-27 04:04:46 +09:00
wiz
9b78957364 Merge pull request #823 from MiguelMedeiros/fix-tooltip-inverted-chart
Fix tooltip mempool chart hover selection.
2021-09-27 04:03:34 +09:00
wiz
07558b3e0f Merge pull request #821 from mempool/simon/post-tx-api
Adding POST /tx API to bitcoind mode
2021-09-27 04:03:25 +09:00
softsimon
906ee31ba9 L-BTC graph: Minor styling update 2021-09-26 22:57:37 +04:00
wiz
b7d7ab85d3 Fix API docs curl example for POST /api/tx 2021-09-27 03:49:20 +09:00
Miguel Medeiros
f9b239820e Remove uncessary variable check. 2021-09-26 15:47:08 -03:00
softsimon
0450a86054 Adding POST /tx API to bitcoind mode
fixes #777
2021-09-26 22:46:23 +04:00
Miguel Medeiros
8aae2b586a Fix size column order when invert mempool chart. 2021-09-26 15:39:37 -03:00
Miguel Medeiros
dad88f3dca Fix mempool chart tooltip hover selection. 2021-09-26 15:24:29 -03:00
Miguel Medeiros
7cf3d0ab53 Fix inverted tooltip when invert chart. 2021-09-26 15:17:39 -03:00
wiz
142e98d450 Merge pull request #820 from MiguelMedeiros/add-inverted-button
UI/UX: Add inverted feature to mempool fee chart.
2021-09-27 01:36:06 +09:00
Miguel Medeiros
89894909f9 Add inverted chart feature. 2021-09-26 11:41:55 -03:00
wiz
e45ae1130b Merge pull request #819 from mempool/simon/lpeg-liquid-test
Check for data to possibly fix Liquid test
2021-09-26 18:51:25 +09:00
softsimon
d6e06c9998 Check for data to possibly fix Liquid test 2021-09-26 13:41:33 +04:00
wiz
d938193393 Merge pull request #813 from mempool/simon/significant-digits-fix
Fix for fee rounding not using locale
2021-09-26 05:25:21 +09:00
wiz
aaaaa20fc9 Merge pull request #812 from mempool/simon/liquid-block-hash-search-fix
Handle search for Liquid block hashes in search bar.
2021-09-26 05:15:06 +09:00
wiz
e2b0469f1b Merge pull request #810 from mempool/simon/liquid-lbtc-dashboard-widget
L-BTC in circulation dashboard widgete
2021-09-26 05:10:47 +09:00
softsimon
c6ac962c9b L-BTC in circulation dashboard widget
refs #718
2021-09-25 23:45:10 +04:00
softsimon
eb8d58f46a Sort block transactions first by height and then time
fixes #770
2021-09-25 16:28:11 +04:00
softsimon
d56cb76f8f Fix for fee rounding not using locale
fixes #796
2021-09-25 15:50:31 +04:00
softsimon
f636137f70 Handle search for Liquid block hashes in search bar.
fixes #797
2021-09-25 14:37:54 +04:00
softsimon
50d21666d3 Merge pull request #809 from mempool/wiz/update-production-backend-configs
Update production backend configuration files
2021-09-24 22:00:12 +04:00
wiz
e266a3a24d Update production backend configuration files
* Set syslog priority to DEBUG since we're not Raspberry Pi
* Add 2nd core RPC configuration stubs for mainnet / liquid
2021-09-25 01:19:33 +09:00
wiz
396092d836 Merge pull request #799 from mempool/simon/liquid-lbtc-widget
Liquid L-BTC widgets (Backend)
2021-09-24 23:54:33 +09:00
wiz
5161cbcbce Merge pull request #806 from mempool/simon/angular-12-upgrade
Upgrading to Angular 12 and NgBootstrap 10
2021-09-23 05:10:52 +09:00
softsimon
8be71577cc Upgrading to Angular 12 and NgBootstrap 10 2021-09-22 23:57:05 +04:00
softsimon
f96126d40b Merge pull request #805 from mempool/wiz/update-unchained-url
Update the URL for Unchained Capital to unchained.com
2021-09-22 13:19:19 +04:00
wiz
d169118d71 Update the URL for Unchained Capital to unchained.com 2021-09-22 17:24:11 +09:00
softsimon
8ebce09256 Merge pull request #804 from mempool/wiz/remove-warden-integration
Remove warden from list of Community Integrations
2021-09-22 11:13:07 +04:00
wiz
98849883f8 Remove warden from list of Community Integrations 2021-09-22 02:19:48 +09:00
wiz
b1fbe749e4 Merge pull request #795 from MiguelMedeiros/bugfix-echarts-fixes
UI/UX: Fix charts css styling.
2021-09-22 02:07:43 +09:00
softsimon
e7b6f98389 Merge pull request #803 from mempool/wiz/add-zeus-integration
Add Zeus LN as Community Integration
2021-09-21 19:24:23 +04:00
Miguel Medeiros
c73063f05e Revert charts margins. 2021-09-21 09:16:59 -03:00