3690 Commits

Author SHA1 Message Date
softsimon
3dd76faf6c Hide Difficulty Epoch on Liquid. Updated difficulty change calc. 2020-09-22 12:26:54 +07:00
softsimon
bd2d94f662 Menu design updates. 2020-09-22 12:07:08 +07:00
softsimon
50c419884f Menu design updates. 2020-09-22 06:55:45 +07:00
softsimon
ec016ad595 Justify menu items center on mobile. 2020-09-22 06:19:14 +07:00
softsimon
f2e4e817a6 Removing hamburger menu on mobile. Adjusted icon sizes. 2020-09-22 06:13:27 +07:00
softsimon
a84df26506 Replacing menu button texts with icons.
Latest blocks is now a separate page.
2020-09-22 05:51:34 +07:00
softsimon
9ca4e97f13 Add difficulty percent change indicator. 2020-09-22 03:31:19 +07:00
softsimon
d915edd3de Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
softsimon
093739d2ce Fix pluralization for "transactions".
Display "genesis block" on block 0
2020-09-10 14:55:49 +07:00
softsimon
7c3ae6657a Correcting robots.txt 2020-08-26 17:31:59 +07:00
softsimon
dc7a9e0e12 Correcting robots.txt 2020-08-26 17:24:40 +07:00
softsimon
5e0341dd7a Adding robots.txt 2020-08-26 17:05:29 +07:00
softsimon
96baeac448 bugfix: vbytespersecond display was limited to 1667 2020-08-19 11:33:18 +07:00
softsimon
5bb5f0d8c0 deleting yarn lock since we rely on NPM package-lock.json 2020-08-19 11:31:50 +07:00
softsimon
2b91f2fe16 Revert "Display whole fee span on mined blocks."
This reverts commit cb51b711289cb092a82f5d36ebc6a766abaed48b.
2020-08-13 02:53:52 +07:00
softsimon
47c159faa7 Pagination fixes. 2020-08-13 02:35:10 +07:00
softsimon
5f9dd6e026 Assets page pagination. 2020-08-13 00:46:44 +07:00
softsimon
4e97ab44ac Update title to - "<network> Explorer" 2020-08-12 14:04:04 +07:00
softsimon
17fc486a60 Return HTTP 503 from Fee Api when mempool is still syncing.
Fix for displaying git commit on About page.
2020-08-12 13:33:58 +07:00
softsimon
8aefbb5449 Optimization for bisq transaction table rendering 2020-08-11 00:43:24 +07:00
softsimon
83a0e53300 Fixes for bisq pagination and tx type select history 2020-08-11 00:01:22 +07:00
softsimon
8f4e4a75fa Bisq Pagination and tx type select history. Increased transactions per page. 2020-08-10 23:47:44 +07:00
softsimon
2aaa421b3a Default to 1 sat/vB when mempool is empty. 2020-08-10 22:04:51 +07:00
softsimon
c447e39656 Hide "included in block" if block is clearly visible. 2020-08-10 17:48:07 +07:00
softsimon
17a2121b7e Add commit hash to the bottom of the about page
fixes #102
2020-08-10 14:59:29 +07:00
softsimon
4151579c04 Display whole fee span on mined blocks.
fixes #101
2020-08-10 14:48:09 +07:00
softsimon
b2dfa0ae00 Add proper timestamp to transaction pages. 2020-08-09 10:44:01 +07:00
softsimon
87f80c3c49 Adding OnPush to more components 2020-08-09 10:39:27 +07:00
softsimon
7f669129e7 Upgrading bisq transaction type filter with a multiselect dropdown 2020-08-08 22:48:18 +07:00
softsimon
8ff8e6dbb9 Add pagination history to bisq transactions and blocks page. 2020-08-07 13:11:55 +07:00
softsimon
e4a296ba84 Updated fee texts 2020-08-04 00:56:01 +07:00
softsimon
47dc8f81a7 Change detection refactoring. 2020-08-02 19:20:38 +07:00
softsimon
c132454f0b Add testnet and bisq to local development proxy config. 2020-08-02 18:31:47 +07:00
softsimon
400e156414 Changedetection performance improvements. 2020-08-02 16:00:08 +07:00
softsimon
a975a5af9c Fix for text overflow in footer 2020-08-02 15:30:28 +07:00
dependabot[bot]
4a27b04749 Bump elliptic from 6.5.2 to 6.5.3 in /frontend
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 03:52:27 +00:00
softsimon
47e99b8340 Fixed margins. 2020-07-30 21:55:46 +07:00
softsimon
29090d5c97 Subscription refactoring to increase performance. 2020-07-30 17:01:13 +07:00
softsimon
e18d307285 Refactor to use OnPush 2020-07-30 15:38:55 +07:00
softsimon
ad9bf93eeb Refactor footer component to using OnPush. 2020-07-30 13:50:21 +07:00
softsimon
b93d54d702 Fee box: Only display on mainnet 2020-07-30 13:24:03 +07:00
softsimon
95104a3496 Fee box fixes. 2020-07-30 13:13:22 +07:00
softsimon
38d3b5b0c8 Display only the mempool blocks on mobile devices. 2020-07-30 12:43:22 +07:00
softsimon
3d355257b2 Fee box: Mobile view 2020-07-29 17:30:30 +07:00
softsimon
4a1840b995 Fee block: Fees order fix. 2020-07-29 16:54:08 +07:00
softsimon
f19171468b Fee box: Handle empty mempool. 2020-07-29 15:20:23 +07:00
softsimon
92d0aa6cef Adding fee estimation component to front page
fixes #98
2020-07-29 15:16:09 +07:00
softsimon
c4b75e8768 Adding eof new line 2020-07-28 14:27:38 +07:00
softsimon
9e98981114 Bisq: burntFee should be displayed on asset listing fee tx types 2020-07-28 13:31:25 +07:00
softsimon
274dbd8b4f Fix for electrs requests on /bisq 2020-07-25 21:59:52 +07:00