1911 Commits

Author SHA1 Message Date
hunicus
3d4367f5ca Create skeleton layout for desktop docs nav
This includes switching to a 2-column layout
(1 for nav and 1 for content) and moving footer
links to docs component so floats can be cleared
properly.
2021-12-15 13:17:37 -05:00
softsimon
be0b2145b2 Merge pull request #1015 from knorrium/add_tests_for_rbf_txs
Add tests for RBF txs
2021-12-15 21:28:45 +04:00
Felipe Knorr Kuhn
b4f72a01e4 Merge remote-tracking branch 'origin/master' into add_failing_test_for_liquid_unconfidential_address 2021-12-15 08:51:08 -08:00
Felipe Knorr Kuhn
15dfc9f8db Merge remote-tracking branch 'origin/master' into add_tests_for_rbf_txs 2021-12-15 08:50:28 -08:00
softsimon
68a8aa90ae Merge pull request #1012 from mempool/simon/cpfp-button-overlap-fix
Correcting CPFP button position on mobile
2021-12-15 13:11:04 +04:00
softsimon
b359659888 Merge pull request #1011 from mempool/simon/rbf-transaction-ux-bug
Fixing broken RBF alert
2021-12-15 13:10:31 +04:00
Felipe Knorr Kuhn
e55df4b13c Add failing test for Liquid unconfidential address layout issue 2021-12-15 00:02:21 -08:00
Felipe Knorr Kuhn
e85c168d51 Add tests to detect layout issues in RBF transactions 2021-12-14 23:21:59 -08:00
Felipe Knorr Kuhn
82f04dc40a Add methods to detect overlapping components 2021-12-14 23:21:40 -08:00
Felipe Knorr Kuhn
52c744bc42 Update mocked ws tests to use the new syntax 2021-12-14 23:19:10 -08:00
Felipe Knorr Kuhn
ea02951da9 Small refactor to support mocking RBF txs 2021-12-14 23:16:13 -08:00
Felipe Knorr Kuhn
a372ff62cd Fix formatting 2021-12-14 23:15:33 -08:00
Felipe Knorr Kuhn
b63518993c Add fixture for RBF transactions 2021-12-14 23:14:55 -08:00
softsimon
adeb1f7e26 Correcting CPFP button position on mobile
fixes #1006
2021-12-15 02:16:45 +04:00
softsimon
e741fabe81 Fixing broken RBF alert
fixes #516
2021-12-15 01:15:16 +04:00
wiz
da94f5a398 Merge pull request #1009 from mempool/wiz/tweak-xaxis-label-timestamp-format
Tweak the graph x-axis label date formatting for better i18n
2021-12-14 09:48:37 +00:00
wiz
e7c8270969 Tweak the graph x-axis label date formatting for better i18n 2021-12-14 18:25:48 +09:00
wiz
e1678a1928 Merge pull request #1008 from mempool/wiz/blockstream
Add Blockstream as Enterprise Sponsor
2021-12-14 09:04:20 +00:00
wiz
26f506814e Merge pull request #1004 from jorisvial/bug/improve-x-axis-intervals
Improve x-axis labels and graph data ticks
2021-12-14 07:50:14 +00:00
nymkappa
d12b1f593c Update graph tick intervals - Hide label in zoom component - Show hour on 1y graphs 2021-12-14 16:33:17 +09:00
softsimon
dbd0901641 Automated database creation and migration
fixes #1002
2021-12-13 11:32:04 +04:00
nymkappa
e40368af76 Doubled the data points for 1W and 3Y to improve resolution 2021-12-13 14:31:34 +09:00
nymkappa
dac3a912f9 Hide xaxis label overlapping - Show current day/month/year below the chart for self better self containing overview 2021-12-13 14:27:05 +09:00
nymkappa
6354e706c9 Initialize graphWindowPreference in localstorage properly 2021-12-13 11:56:24 +09:00
wiz
01656fd52f Add Blockstream as Enterprise Sponsor 2021-12-12 04:24:18 +09:00
nymkappa
97f983292e Use avg() mysql value for timespan between [24h, 6m] 2021-12-11 19:15:20 +09:00
nymkappa
ca394cb128 Increase the number of data to be as close as possible from prod while keeping rounded intervals 2021-12-11 17:27:52 +09:00
nymkappa
be4c80b489 Refactor tooltip formatting into common file and switch to native js localization 2021-12-11 17:10:55 +09:00
wiz
07f2f6340b Merge pull request #1001 from mempool/simon/i18n-extraction
Extracting updated i18n strings
2021-12-11 06:43:39 +00:00
nymkappa
b924725ea2 Remove test code 2021-12-11 15:43:20 +09:00
nymkappa
ba05aef04c Merge branch 'master' into bug/improve-x-axis-intervals 2021-12-11 15:32:10 +09:00
nymkappa
b1368121f3 Apply proper datetime format according to choosen time scale and force 2h windowPreference in the dashboard 2021-12-11 15:26:59 +09:00
nymkappa
bb82317456 Delete unused code 2021-12-11 15:26:14 +09:00
nymkappa
95c7d17987 Use date interval so we leave mysql handle the number of days in a month etc 2021-12-11 15:26:02 +09:00
nymkappa
6eb8569e18 Fix graph data for incoming transaction graphs 2021-12-11 10:38:13 +09:00
nymkappa
c9377dfed8 Remove dead code FeeDistributionGraphComponent 2021-12-11 00:24:10 +09:00
nymkappa
26f5410c1f Use time for xAxis type and fix the mempool tooltip accordingly 2021-12-11 00:04:20 +09:00
softsimon
124d1b1d94 Extracting updated i18n strings 2021-12-10 11:22:25 +04:00
softsimon
c5de7eff48 Merge pull request #1000 from knorrium/liquid_peg_tests
Add Liquid peg in and peg out tests
2021-12-10 11:19:28 +04:00
Felipe Knorr Kuhn
35e8dc080a Disable Chrome security to allow Cypress to navigate out of localhost 2021-12-09 15:49:15 -08:00
Felipe Knorr Kuhn
b7ce98ee53 Add tests for Liquid peg in and peg out addresses 2021-12-09 15:48:58 -08:00
wiz
50e6a9abff Merge pull request #999 from mempool/simon/documentation-i18n-title 2021-12-09 14:22:50 +00:00
softsimon
26e10253d7 Documentation i18n title 2021-12-09 17:49:36 +04:00
nymkappa
8c6c077115 Format date properly according to the chosen time scale 2021-12-09 22:29:40 +09:00
nymkappa
6668072041 Use "natural" intervals for x-axis in charts 2021-12-09 22:04:23 +09:00
wiz
5ce776bb56 Merge pull request #998 from mempool/simon/transifex-pull
Pulling from Transifex
2021-12-09 13:04:20 +00:00
wiz
eb66c91b8c Merge pull request #994 from hunicus/move-api-docs
Move /api to /docs/api
2021-12-09 12:56:46 +00:00
hunicus
ee2b6c6441 Exclude websocket tab on bisq 2021-12-09 07:46:06 -05:00
softsimon
64bc2f2225 Pulling from Transifex 2021-12-09 16:42:41 +04:00
hunicus
386ea45daf Fix relative links on docs tabs 2021-12-09 07:11:04 -05:00