45 Commits

Author SHA1 Message Date
wiz
46ad261d84 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
c2982c0b46 Adding a button to invert the graph globally. 2020-11-16 19:27:06 +07:00
softsimon
2ac8608620 Change collapsing dashboard into 3 levels. 2020-10-27 16:34:27 +07:00
softsimon
91f9bb3e5f Add L-BTC sponsor support. 2020-10-27 15:26:37 +07:00
softsimon
c736840f6e Feature: Add a collapse/show advanced view feature on the Dashboard
fixes #134
2020-10-27 02:58:29 +07:00
softsimon
a3457a723a Sponsor Lightning support. 2020-10-26 18:29:25 +07:00
wiz
7b9682484a Add basic Terms of Service page 2020-10-11 19:23:52 +09:00
softsimon
3e71b5e465 Moving API docs to separate /api page. 2020-10-07 23:24:01 +07:00
softsimon
4bfaabbb5f Adding mini-graphs on dashboard. 2020-09-26 22:46:26 +07:00
softsimon
50c419884f Menu design updates. 2020-09-22 06:55:45 +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
d915edd3de Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
softsimon
92d0aa6cef Adding fee estimation component to front page
fixes #98
2020-07-29 15:16:09 +07:00
softsimon
77dacfdb6e Add typeahead address prefix. 2020-07-24 22:37:35 +07:00
softsimon
91594f0df6 Bisq: Feature to filter transaction types. 2020-07-24 18:41:15 +07:00
softsimon
5eefc1ef54 Refactored "features" and "fee rating" from transaction into components. 2020-07-19 14:54:42 +07:00
softsimon
f7dd46c6c7 Network menu design updates. 2020-07-16 14:30:27 +07:00
softsimon
518629e144 Bisq stats page.
BSQ prices.
2020-07-14 21:26:02 +07:00
softsimon
3bb2ce7d40 Address index and api.
Address view.
2020-07-13 21:46:25 +07:00
softsimon
38afcc6822 Bisq module separation.
Transaction view.
Block view.
Blocks list.
2020-07-13 15:16:12 +07:00
softsimon
2ac2d9ecce Bisq explorer is now a separate module. 2020-07-11 00:17:13 +07:00
softsimon
d39b4a5c92 WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
softsimon
3ef6f2c407 Adding /status-view 2020-07-02 17:56:15 +07:00
softsimon
c3cb00154e Improved Liquid Assets page with pagination and search filter. 2020-05-30 16:26:39 +07:00
softsimon
b161f7351c Reveal coinbase scriptsig and op_return scriptpubkey ascii on hover. 2020-05-22 00:35:45 +07:00
softsimon
a7690977ab Search box text updated.
BTC ticker fix.
Dropdown color fix.
Miner button tooltip.
2020-05-10 16:03:22 +07:00
softsimon
688a73cf75 Identify and display mining pool.
fixes #59
2020-05-10 00:35:21 +07:00
softsimon
7974cbbc83 Liquid and Testnet now accessable from the main site
fixes #35
2020-05-09 20:37:50 +07:00
softsimon
b7ac1c85ca Assets list. Native asset updates.
refs #37
2020-05-02 16:29:34 +07:00
softsimon
3839edbaaa Basic Liquid Asset support. 2020-04-28 17:10:31 +07:00
softsimon
682d21cb5b Merging duplicate mempool graph code. 2020-03-29 23:59:04 +07:00
softsimon
b14826ed9a Update page Title for SEO. 2020-03-24 00:52:08 +07:00
softsimon
39643ce0f8 Adding ETA, confirmed time, and other ui improvements to transaction page. 2020-03-23 04:07:31 +07:00
softsimon
aca1b20772 Adding "mempool block" details. Work in progress! 2020-03-17 21:53:20 +07:00
softsimon
35ed094ff7 Removing latest transactions component. 2020-03-11 16:31:37 +07:00
softsimon
bab4761c24 Added fiat balance to address and made fiat balance into a component. 2020-03-02 17:29:00 +07:00
softsimon
ab9f39884f Infinite scroll replaces "load more" buttons. 2020-03-01 03:32:12 +07:00
softsimon
3718ddf8f0 Latest block design updates. 2020-02-29 23:42:50 +07:00
softsimon
12c9b80a64 Address tracking and notification sounds. 2020-02-26 04:29:57 +07:00
Simon Lindh
98391580b3 Refactor. API explanations. UX revamp. 2020-02-26 03:26:16 +09:00
Simon Lindh
43f41b8aab New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
Simon Lindh
781051e6fa Added fee distribution Pie Chart to the block inspector. 2019-08-18 17:22:16 +03:00
Simon Lindh
c206cc8eb5 TV full screen view. 2019-07-27 18:43:17 +03:00
Simon Lindh
74ff904561 Refactored the "blockchain" into separate sub components. 2019-07-23 18:13:36 +03:00
Simon Lindh
94132a903f Initial code commit. 2019-07-21 17:59:47 +03:00