wiz
ea521651fd
Update extracted i18n strings from source
2020-12-04 04:11:35 +09:00
wiz
73db9c5023
Enable 'ar' locale for Arabic
2020-12-04 04:11:14 +09:00
wiz
cc451d29ab
Update translated strings from Transifex
2020-12-04 04:07:01 +09:00
wiz
a831d04694
Fix incorrectly used 'nn' locale, rename it to 'nb' instead
2020-12-03 22:37:06 +09:00
softsimon
fb11d73751
i18n all the remaining strings.
2020-12-03 18:34:19 +07:00
wiz
9509891abc
Update transifex-client configuration to use master branch
2020-12-03 20:09:08 +09:00
wiz
8875579c08
Update strings from Transifex
2020-12-03 10:16:21 +09:00
wiz
83501cfdbe
Enable locale 'vi' for Vietnamese
2020-12-03 10:16:02 +09:00
softsimon
e35eb5aad2
Adding virtual size to transaction details.
...
fixes #248
2020-12-02 22:22:14 +07:00
softsimon
2bba51e6c1
Merge branch 'master' into simon/angular-universal
...
* master:
Update list of supported locales
Add one more fix to nginx.conf for i18n
Remove unused i18n tags in frontend/src/index.html
Update translations from Transifex
Enable 'fr' locale for French
Corrected some missing spaces on transactions page and a blank render bug when confirmation time is below 1 minute.
Implement i18n support in frontend using Angular + Transifex + NGINX
# Conflicts:
# frontend/src/app/app.constants.ts
# frontend/sync-assets.js
2020-12-02 20:05:49 +07:00
wiz
d3cb1d607b
Update list of supported locales
2020-12-02 21:33:53 +09:00
wiz
88b702d6d8
Remove unused i18n tags in frontend/src/index.html
2020-12-02 20:35:52 +09:00
wiz
0d2e4000e1
Update translations from Transifex
2020-12-02 20:35:50 +09:00
wiz
9148d30fcc
Enable 'fr' locale for French
2020-12-02 20:35:46 +09:00
softsimon
3f990ff706
Corrected some missing spaces on transactions page and a blank render bug when confirmation time is below 1 minute.
2020-12-02 17:03:04 +07:00
wiz
4658b47007
Implement i18n support in frontend using Angular + Transifex + NGINX
...
This PR adds basic i18n support into the mempool frontend, together with
a smooth workflow for developers and translators to collaborate:
* Using the existing @angular/localize module, developers add i18n
metadata to any frontend strings their new features or changes modify
* Using the new npm script `i18n-extract-from-source`, developers
extract the i18n data from source code into `src/locale/messages.xlf`
* After pushing the updated `src/locale/messages.xlf` to GitHub, the
Transifex service will update its database from the new source data
* Using the Transifex website UI, translators can work together to
translate all the mempool frontend strings into their native languages
* Using the new npm script `i18n-pull-from-transifex`, developers can
pull in completed translations from Transifex, and commit them into git.
This flow requires an API key from Transifex, which can be obtained at
https://www.transifex.com/user/settings/api/ to be used with the python
script installed by `pip install transifex-client` - after preparing
these, run the npm script which will ask you for the API key the first
time. When downloading is complete, you can test building the frontend,
and if successful, commit the new strings files into git.
This PR implements a new locale selector in the footer of the homepage
dashboard, and includes WIP translations for the following languages:
* Czech (cs)
* German (de)
* Japanese (ja)
* Norwegian (nn)
* Spanish (es)
* Swedish (sv)
* Ukrainian (uk)
* Persian (fa)
* Portugese (pt)
* Turkish (tr)
* Dutch (nl)
* French (fr)
* Chinese (zh)
* Slovenian (sl)
* Korean (ko)
* Polish (pl)
The user-agent's `Accept-Language` header is used to automatically
detect their preferred language, which can be manually overriden by the
pull-down selector, which saves their preference to a cookie, which is
used by nginx to serve the correct HTML bundle to the user.
Remaining tasks include adding i18n metadata for strings in the Bisq and
Liquid frontend code, mouseover hover tooltip strings, hard-coded og
metadata inside HTML templates, and many other places. This will be done
in a separate PR.
When upgrading to add i18n support, mempool instance operators must take
care to install the new nginx.conf and nginx-mempool.conf files, and
tweak for their specific site configuration.
Fixes #81
2020-12-02 04:19:33 +09:00
softsimon
f9c2bc1fb5
Merge commit 'f151eb81c812a62d1d5c57ee91620a3dd9ae5068' into simon/angular-universal
...
* commit 'f151eb81c812a62d1d5c57ee91620a3dd9ae5068':
Upgrade angular from 10.0.4 to 10.2.3, typescript from 3.9.7 to 4.0.5
Modify /bisq/api/v1/markets/markets to only return active markets
Remove unnecessary @types/axios dependency.
Same npm fix for running `tsc` from `./node_modules` for backend
Set npm to run `ng` and `tsc` binaries from `./node_modules/` path
# Conflicts:
# frontend/package-lock.json
# frontend/package.json
2020-11-28 02:21:12 +07:00
wiz
9b89d9977f
Upgrade angular from 10.0.4 to 10.2.3, typescript from 3.9.7 to 4.0.5
2020-11-28 04:04:45 +09:00
wiz
b6150a3237
Route all Angular Universal requests to nginx, remove simon's hacks
2020-11-27 23:03:48 +09:00
softsimon
dee9fa2d9a
Hack to fix the urls.
2020-11-27 20:11:15 +07:00
softsimon
42d1fcbdee
Fix for non matching request URLs.
2020-11-27 20:01:25 +07:00
softsimon
d0da875e69
Adding ServerTransferStateModule for AU with custom http interceptor for cache transfer.
2020-11-27 18:41:57 +07:00
softsimon
5248fadcea
removing /api again
2020-11-23 21:59:30 +07:00
softsimon
2cbf1474c3
New frontend config for webserver url to fix static asset httpGet.
...
Removed "absolute" from config names.
2020-11-23 18:22:21 +07:00
wiz
e51a4ce028
Set npm to run ng
and tsc
binaries from ./node_modules/
path
2020-11-23 17:19:16 +09:00
softsimon
2054c951ae
Remove ssr prepended url from asset service.
2020-11-23 15:04:41 +07:00
wiz
5a70234370
Don't append /api to electrs backend path for SSR
2020-11-23 16:53:44 +09:00
softsimon
e5959f14bc
Update absolute url config variables.
2020-11-23 14:50:28 +07:00
softsimon
aaf9d9be9f
Merge branch 'master' into simon/angular-universal
...
* master:
correcting merge
Remove extra space in price server URL
Modify upgrade script to append repo before tag name
Merge "getInitData" method from simon/angular-universal.
Replace opennode usd price source with wiz api. fixes #166
Display confidential instead of nothing for confidential assets. fixes #110
Detect confidential assets and display properly. fixes #109
Allow searching for and viewing assets not in the asset registry. fixes #111
# Conflicts:
# backend/src/api/websocket-handler.ts
2020-11-23 14:08:50 +07:00
softsimon
c36addd8c1
Frontend config support for AU. New absolute server url settings.
...
refs #104
2020-11-23 02:30:46 +07:00
softsimon
83126b83f1
Transaction, address and block page now works.
2020-11-22 23:47:27 +07:00
softsimon
75726df275
Merge branch 'master' into simon/angular-universal
...
* master:
Tweak ASM opcode styling colors
Add some color and styling to the Bitcoin ASM opcodes
Correcting title text on graph invert button.
Modify upgrade script to include "tag @ hash" in notification msg
Adding a button to invert the graph globally.
Display P2PK instead of OP_RETURN fixes #161
Improved utxo script design. fixes #46
Adding prevout script. Fixed padding. refs #46
Correcting details button padding on mobile.
Fix nginx.conf reverse proxy cache URL path for sponsor images
Add missing "engines" metadata into package-lock.json
Upgrade backend/package-lock.json to version 2
Toggle display UTXO details and scripts for transactions fixes #46
Axios error handle sponsor proxy requests.
Replacing request.js with axios fixes #153
Add basic websocket error handler as emergency fix for site crashing
# Conflicts:
# frontend/src/app/services/storage.service.ts
2020-11-22 20:53:12 +07:00
softsimon
6bc6966019
Display confidential instead of nothing for confidential assets.
...
fixes #110
2020-11-22 16:30:36 +07:00
softsimon
01689c8433
Detect confidential assets and display properly.
...
fixes #109
2020-11-22 16:19:57 +07:00
softsimon
11d67cf756
Allow searching for and viewing assets not in the asset registry.
...
fixes #111
2020-11-22 16:03:23 +07:00
wiz
30fb0bad78
Tweak ASM opcode styling colors
2020-11-21 18:17:29 +09:00
wiz
9e83fdc9f2
Add some color and styling to the Bitcoin ASM opcodes
...
Fixes #164
2020-11-21 05:29:50 +09:00
wiz
a19ff7d3a7
Update og:title
meta tag when changing page title
2020-11-20 00:59:10 +09:00
softsimon
9f9c0b1114
Correcting title text on graph invert button.
2020-11-16 21:58:16 +07:00
softsimon
ca540d902a
Adding a button to invert the graph globally.
2020-11-16 19:27:06 +07:00
softsimon
76238f5943
Display P2PK instead of OP_RETURN
...
fixes #161
2020-11-16 16:21:37 +07:00
softsimon
d9803e3f3d
Improved utxo script design.
...
fixes #46
2020-11-16 02:25:10 +07:00
softsimon
c9e63a723a
Adding prevout script. Fixed padding.
...
refs #46
2020-11-16 02:02:16 +07:00
softsimon
4136e8d332
Correcting details button padding on mobile.
2020-11-16 01:10:07 +07:00
softsimon
ddea10b160
Toggle display UTXO details and scripts for transactions
...
fixes #46
2020-11-15 17:58:38 +07:00
softsimon
f8ffd6ec6b
Merge branch 'master' into simon/angular-universal
...
* master:
Add the Commons Clause License Condition v1.0 to our MIT License
fix legend bug on resize
Correcting new chartist import path.
Flip mempool chart by using patched chartist package by @techmix
# Conflicts:
# frontend/package-lock.json
2020-11-15 02:51:00 +07:00
TechMiX
640a77e846
fix legend bug on resize
2020-11-13 01:23:19 +01:00
softsimon
5aa17e001c
Correcting new chartist import path.
2020-11-10 21:09:50 +07:00
softsimon
ff8f2fafe8
Flip mempool chart by using patched chartist package by @techmix
2020-11-10 21:05:54 +07:00
wiz
0361044352
Various fixes (lol)
2020-11-08 01:16:09 +09:00
softsimon
14c9d0c409
angular universal WIP
...
refs #104
2020-11-07 04:30:52 +07:00
softsimon
d8c4f5a6ac
Adding some padding and correcting a bad pixel line.
2020-11-03 18:03:25 +07:00
softsimon
1877b40413
Use actual mempool size instead of mempool vsize.
...
fixes #150
2020-11-03 16:11:32 +07:00
wiz
6f6d7bc4d2
❤️
2020-11-03 17:03:41 +09:00
wiz
f1463b914d
Modify index.html metadata to have timestamp for mempool-preview.png URL
2020-11-03 16:44:25 +09:00
softsimon
6865e00738
Fix: Reduce red difficulty adjustment progress when nearing end of cycle.
2020-11-02 14:48:48 +07:00
softsimon
72325b683e
Merge pull request #147 from TechMiX/master
...
Save the legends status in cache
fixes #70
2020-11-01 20:26:38 +07:00
softsimon
8dd257aebd
Upgrading social media preview image to new design.
2020-11-01 17:40:45 +07:00
softsimon
200e68f15a
Fix: Wrong variable used to display mempool size.
2020-10-29 07:06:54 +07:00
TechMiX
411b75471c
Merge branch 'master' of https://github.com/mempool/mempool
2020-10-28 22:25:33 +01:00
TechMiX
5d7a39a8f2
save the legends active status on a cache
2020-10-28 22:22:07 +01:00
softsimon
fcb51fef20
Calculate tx fees based on segwit tx sizes.
2020-10-28 20:26:48 +07:00
softsimon
29ff029b07
Updating lightning node name.
...
Fixing dashboard button alignment.
2020-10-27 19:27:48 +07:00
softsimon
396ff6a375
Change collapsing dashboard into 3 levels.
2020-10-27 16:34:27 +07:00
softsimon
e61574c630
Add L-BTC sponsor support.
2020-10-27 15:26:37 +07:00
softsimon
edf2d4205d
Feature: Add a collapse/show advanced view feature on the Dashboard
...
fixes #134
2020-10-27 02:58:29 +07:00
softsimon
645772c01a
Fix: Segwit-tag is inconsistent when transaction contains segwit and non segwit
...
fixes #130
2020-10-27 02:07:39 +07:00
softsimon
6a8deff706
Adding form validators for donation form.
2020-10-26 23:23:08 +07:00
softsimon
018e95e648
Fixing missing dashboard graph labels in Firefox.
2020-10-26 23:12:32 +07:00
wiz
9a94fccf40
Revert "Lock NPM versions."
...
This reverts commit b544af14e4
.
2020-10-26 20:56:55 +09:00
softsimon
99162f5ec9
Sponsor Lightning support.
2020-10-26 18:29:25 +07:00
softsimon
b544af14e4
Lock NPM versions.
2020-10-26 15:59:28 +07:00
softsimon
fb47f5606a
npm audit fix
2020-10-26 01:13:36 +07:00
softsimon
9d7b52a104
Removing AVG() from mysql query reducing execution time. Increasing graph data span.
...
fixes #106
2020-10-26 01:00:21 +07:00
TechMiX
0fe32835c9
update legend state after chart update
2020-10-23 19:03:15 +02:00
wiz
aa8d3798ea
API Docs: move Fee Estimate APIs to their own tab
2020-10-23 22:15:17 +09:00
softsimon
45efb604c1
Revamping configuration file.
...
fixes #141
2020-10-19 11:57:02 +07:00
wiz
70da8248cc
Remove last paragraph on about page
2020-10-18 20:02:48 +09:00
wiz
716b1235ee
Fix typo on about page text
2020-10-18 19:54:48 +09:00
wiz
e732f0f1dc
Tweak about page text for project description
2020-10-18 19:28:11 +09:00
softsimon
fff8120daa
Backend API to load sponsor profile photos.
2020-10-18 17:14:35 +07:00
wiz
9d4659c3ba
Add Terms of Service links with minor tweaks to text formatting
2020-10-18 16:03:03 +09:00
wiz
95bb0fc265
Fix Bisq API docs page from not expanding on load
2020-10-18 13:53:45 +09:00
wiz
fb9b3202ca
Add basic API documentation for all electrs endpoints
2020-10-18 12:56:08 +09:00
wiz
0fca6f3a3b
Tweak about page spacing and text
2020-10-17 16:13:57 +09:00
wiz
2d3ed5f8cb
Tag sponsored links with rel=sponsored, don't tag our social media links
2020-10-17 13:31:41 +09:00
wiz
988ed7e8af
Add some brief text to our about page, state Bitcoin Only policy
2020-10-17 12:25:44 +09:00
softsimon
15fdb69b96
Use Twitter API to fetch profile photos.
...
fixes #133
2020-10-16 16:29:54 +07:00
softsimon
4dacf292c2
Adding logger wrapper.
...
Log backend messages to syslog.
fixes #135
2020-10-13 15:27:52 +07:00
softsimon
55646b5732
Handle and don't crash for adress-prefix search error.
...
fixes #121
2020-10-12 12:57:19 +07:00
softsimon
e37a9de71d
Proxy donation requests to mempool.space when BTCPay Sponsors is disabled.
2020-10-12 10:50:10 +07:00
wiz
7673bf13b9
Update terms of service, add Sponsor Policy for inappropriate profiles
2020-10-12 08:37:56 +09:00
wiz
db16dbbc9d
Apply suggestions from code review
...
Co-authored-by: softsimon <softsimon@users.noreply.github.com>
2020-10-11 20:57:52 +09:00
wiz
1d8d39db6b
Only show first 8 characters of git commit hash on about page
2020-10-11 20:20:48 +09:00
wiz
024b2d58f7
Move social media icons to bottom, add terms of service links
2020-10-11 20:15:56 +09:00
wiz
bb3842fc10
Add basic Terms of Service page
2020-10-11 19:23:52 +09:00
wiz
8cd98b42fe
Fix matomo URL filename
2020-10-10 11:55:27 +09:00
wiz
c8d22dc536
Load self-hosted matomo analytics stats on mempool.space domain
2020-10-10 11:42:32 +09:00
softsimon
a8a1f4e976
About page updates.
...
refs #128
2020-10-09 13:56:43 +07:00
wiz
761eff62c5
Merge pull request #129 from mempool/donations-fixes
...
Enhancements to the sponsorship GUI
2020-10-09 04:20:35 +09:00
wiz
0e5f2dd1a4
Use higher resolution profile photos and other minor tweaks
2020-10-09 04:19:32 +09:00
softsimon
dfda0d1890
Bugfix: JS error in transactions.component
...
fixes #126
2020-10-08 17:53:02 +07:00
softsimon
784f00b725
Enhancements to the sponsorship GUI
...
fixes #128
2020-10-08 17:51:10 +07:00
softsimon
1f7483687f
Don't allow invoices lower than 0.001 and require 0.01 for sponsorship.
...
refs #122
2020-10-08 00:20:42 +07:00
softsimon
5b8dbfca74
Addig fronend flag (SPONSORS_ENABLED) to enable Sponsors in the gui.
...
refs #122
2020-10-07 23:30:45 +07:00
softsimon
b6738dd9e8
Moving API docs to separate /api page.
2020-10-07 23:24:01 +07:00
softsimon
0ee2753100
Only display About page on main Bitcoin network.
2020-10-07 20:27:22 +07:00
softsimon
17dd03682b
Set 0.01 BTC as minimum donation limit
...
refs #122
2020-10-07 20:19:22 +07:00
softsimon
a07a4de255
Custom BTCPay donation integration
...
fixes #122
2020-10-07 20:15:42 +07:00
softsimon
98c398272c
Fix for incorrect division in fee estimation.
...
refs #65
2020-10-05 16:26:39 +07:00
softsimon
beee916658
Updating package lock to fix potential vulns.
2020-10-05 12:31:56 +07:00
softsimon
15bb5a966b
Improved empty mempool as well as medium and low fee estimations.
...
refs #65
2020-10-05 11:42:54 +07:00
softsimon
766bd0d1e0
Adding missing 'irregular' Bisq transaction type.
...
fixes #118
2020-10-04 17:51:21 +07:00
wiz
a438ba9fcb
Add btcpay donation iframe widget on about page for testing
2020-09-30 22:27:13 +09:00
softsimon
7c6c330b02
Bugfix: Websocket data push stopped working on disconnect, bug caused by 3dedf1e3
2020-09-29 20:52:32 +07:00
softsimon
d0b3b240e6
Bugfix for js error on transaction page.
...
Increase ping-pong timeout.
2020-09-29 18:27:44 +07:00
softsimon
05bea21cc8
Fix: Weight per second should be vBytes per second.
2020-09-29 15:07:04 +07:00
softsimon
0f72030d5e
Enhancement: "Load more" is now "Load all"
...
fixes #117
2020-09-29 15:05:52 +07:00
softsimon
dfaa73803e
Bugfix: Liquid asset issuance / circulating / burned amounts are missing decimal point
...
fixes #112
2020-09-29 03:54:56 +07:00
softsimon
64244228ea
Dashboard ux fixes.
2020-09-28 23:05:42 +07:00
softsimon
da5556e3dc
Liquid assets display fix.
2020-09-28 16:44:35 +07:00
softsimon
b95efca29d
Various bugfixes.
2020-09-28 16:32:48 +07:00
softsimon
7848481d8f
Dashboard ux fixes.
2020-09-28 02:51:01 +07:00
softsimon
3e3dd83243
Fix: Show fee box on Testnet and Liquid.
...
Use 0.1 sat/vB as minimum liquid fee.
2020-09-27 18:12:36 +07:00
softsimon
f4a78a0e78
Fix for double subscribing to stats data.
2020-09-27 13:39:38 +07:00
softsimon
5536e5e77d
Minor ux updates to dashboard.
2020-09-27 02:24:50 +07:00
softsimon
dbc2f9e2dd
Rearranged dashboard graphs.
2020-09-27 01:31:20 +07:00
softsimon
677cea329c
Fixing titles and margins for dashboard.
2020-09-27 00:39:29 +07:00
softsimon
209865d23f
Minor dashboard mobile view fixes.
...
Offline indicator position fix.
2020-09-27 00:18:44 +07:00
softsimon
21ef5054bf
Moving fee box into a regular box.
2020-09-26 23:40:26 +07:00
softsimon
3dedf1e3e1
Adding mini-graphs on dashboard.
2020-09-26 22:46:26 +07:00
softsimon
43314c2283
Correct dashboard for mobile.
2020-09-26 11:56:37 +07:00
softsimon
dd31cbfd70
Dashboard design updates based on pedro feedback.
2020-09-26 03:50:32 +07:00
softsimon
f9bbc425d8
Switching order of latest transactions and blocks.
2020-09-26 02:42:39 +07:00
softsimon
d4f768e3b6
Adding latest blocks and transactions to dashboard.
2020-09-26 02:11:30 +07:00
wiz
8dddd6e25e
Use mempool's fork of Blockstream's Liquid asset registry db repo
2020-09-24 17:12:53 +09:00
softsimon
ea0edc41e2
Minor ux updates.
2020-09-23 16:48:10 +07:00
softsimon
89533cf76f
Improved graph visibility on mobile.
2020-09-23 15:49:07 +07:00
softsimon
007bb30826
Bisq transactions dropdown menu position fix.
2020-09-23 01:43:56 +07:00
softsimon
9e71f1a683
Improved dashboard loading indicators.
2020-09-22 12:50:12 +07:00
softsimon
0464ad4bcf
Hide Difficulty Epoch on Liquid. Updated difficulty change calc.
2020-09-22 12:26:54 +07:00
softsimon
bcf68aa074
Menu design updates.
2020-09-22 12:07:08 +07:00
softsimon
b2e0edb919
Menu design updates.
2020-09-22 06:55:45 +07:00
softsimon
ffee91939e
Justify menu items center on mobile.
2020-09-22 06:19:14 +07:00
softsimon
9e3fad610c
Removing hamburger menu on mobile. Adjusted icon sizes.
2020-09-22 06:13:27 +07:00
softsimon
b67b025dc2
Replacing menu button texts with icons.
...
Latest blocks is now a separate page.
2020-09-22 05:51:34 +07:00
softsimon
21e985202d
Add difficulty percent change indicator.
2020-09-22 03:31:19 +07:00
softsimon
6c1d28a9ac
Replacing footer and latest blocks with a stats dashboard.
2020-09-21 19:41:12 +07:00
softsimon
60b1dd15f4
Fix pluralization for "transactions".
...
Display "genesis block" on block 0
2020-09-10 14:55:49 +07:00
softsimon
04351e843d
Correcting robots.txt
2020-08-26 17:31:59 +07:00
softsimon
0041500e08
Correcting robots.txt
2020-08-26 17:24:40 +07:00
softsimon
4e8908925c
Adding robots.txt
2020-08-26 17:05:29 +07:00
softsimon
80fc3df76d
bugfix: vbytespersecond display was limited to 1667
2020-08-19 11:33:18 +07:00
softsimon
147de195a9
deleting yarn lock since we rely on NPM package-lock.json
2020-08-19 11:31:50 +07:00
softsimon
5300fb1265
Revert "Display whole fee span on mined blocks."
...
This reverts commit cb51b71128
.
2020-08-13 02:53:52 +07:00
softsimon
71c44d725a
Pagination fixes.
2020-08-13 02:35:10 +07:00
softsimon
097e2ba0ea
Assets page pagination.
2020-08-13 00:46:44 +07:00
softsimon
b1c8166936
Update title to - "<network> Explorer"
2020-08-12 14:04:04 +07:00
softsimon
2d02ec7092
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
dd0b67716f
Optimization for bisq transaction table rendering
2020-08-11 00:43:24 +07:00
softsimon
95bab64424
Fixes for bisq pagination and tx type select history
2020-08-11 00:01:22 +07:00
softsimon
b00a9ee938
Bisq Pagination and tx type select history. Increased transactions per page.
2020-08-10 23:47:44 +07:00
softsimon
d2a14e9cb7
Default to 1 sat/vB when mempool is empty.
2020-08-10 22:04:51 +07:00
softsimon
09b1a0d430
Hide "included in block" if block is clearly visible.
2020-08-10 17:48:07 +07:00
softsimon
1b9900ccf8
Add commit hash to the bottom of the about page
...
fixes #102
2020-08-10 14:59:29 +07:00
softsimon
cb51b71128
Display whole fee span on mined blocks.
...
fixes #101
2020-08-10 14:48:09 +07:00
softsimon
912a5dab27
Add proper timestamp to transaction pages.
2020-08-09 10:44:01 +07:00
softsimon
63fb733dc2
Adding OnPush to more components
2020-08-09 10:39:27 +07:00
softsimon
648be481d7
Upgrading bisq transaction type filter with a multiselect dropdown
2020-08-08 22:48:18 +07:00
softsimon
fea79f2ff4
Add pagination history to bisq transactions and blocks page.
2020-08-07 13:11:55 +07:00
softsimon
01b3407a9c
Updated fee texts
2020-08-04 00:56:01 +07:00
softsimon
58ec9444a5
Change detection refactoring.
2020-08-02 19:20:38 +07:00
softsimon
bf1101ff66
Add testnet and bisq to local development proxy config.
2020-08-02 18:31:47 +07:00
softsimon
e6fa274aca
Changedetection performance improvements.
2020-08-02 16:00:08 +07:00
softsimon
fa2a995de6
Fix for text overflow in footer
2020-08-02 15:30:28 +07:00
dependabot[bot]
dbe5f3bf06
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
1f22819e0c
Fixed margins.
2020-07-30 21:55:46 +07:00
softsimon
58a6bbd88b
Subscription refactoring to increase performance.
2020-07-30 17:01:13 +07:00
softsimon
bb6272469d
Refactor to use OnPush
2020-07-30 15:38:55 +07:00
softsimon
c1caaa37aa
Refactor footer component to using OnPush.
2020-07-30 13:50:21 +07:00
softsimon
d1c786e2f6
Fee box: Only display on mainnet
2020-07-30 13:24:03 +07:00
softsimon
67dbea3faf
Fee box fixes.
2020-07-30 13:13:22 +07:00
softsimon
bc92fb669b
Display only the mempool blocks on mobile devices.
2020-07-30 12:43:22 +07:00
softsimon
81d7072a95
Fee box: Mobile view
2020-07-29 17:30:30 +07:00
softsimon
36d952b503
Fee block: Fees order fix.
2020-07-29 16:54:08 +07:00
softsimon
266c347292
Fee box: Handle empty mempool.
2020-07-29 15:20:23 +07:00
softsimon
9e0097e7b6
Adding fee estimation component to front page
...
fixes #98
2020-07-29 15:16:09 +07:00
softsimon
4c5ff7714e
Adding eof new line
2020-07-28 14:27:38 +07:00
softsimon
010aef1e90
Bisq: burntFee should be displayed on asset listing fee tx types
2020-07-28 13:31:25 +07:00
softsimon
2b4b0d22ab
Fix for electrs requests on /bisq
2020-07-25 21:59:52 +07:00
softsimon
24e40b25fd
New config that lets frontend connect to a separate Bisq mempool backend.
2020-07-25 21:21:53 +07:00
softsimon
0ded140c72
Address suggestion fixes: Added ellipsis on long addresses. Search on item select.
2020-07-25 17:52:41 +07:00
softsimon
81d05e23b8
Add typeahead address prefix.
2020-07-24 22:37:35 +07:00
softsimon
807b335534
Adding package-lock.json.
2020-07-24 20:16:56 +07:00
softsimon
adcec33fb9
Remove non existing import.
2020-07-24 18:59:49 +07:00
softsimon
6a4184a413
Bisq types list order.
2020-07-24 18:52:55 +07:00
softsimon
7f71781916
Bisq: Feature to filter transaction types.
2020-07-24 18:41:15 +07:00
softsimon
24182a6fb3
Fixes.
2020-07-24 14:11:49 +07:00
softsimon
959e2b55cb
Show prettier empty mempool blocks.
2020-07-24 12:23:49 +07:00
softsimon
c7a09ffbfc
Display correct BTC unit depending on network.
2020-07-24 11:49:36 +07:00