56 Commits

Author SHA1 Message Date
Mononaut
4ab9a4f8ac increase range of fee colors 2023-05-08 12:44:14 -06:00
Mononaut
704700f30d Limit special blocks by network, add future halvings 2023-03-14 16:58:02 +09:00
wiz
629787ec31 Add old special block events to app constants 2023-03-09 14:30:55 +09:00
wiz
c5115a0435 i18n: Enable Danish, disable Catalan 2023-03-08 21:14:46 +09:00
nymkappa
10951916b5 Unknown pool color #FDD835 2023-02-22 14:06:08 +09:00
nymkappa
9289307bbf Remove hardcoded mining pools colors as it's not relevant 2023-02-19 17:14:49 +09:00
nymkappa
3ab239ee5f Only show supported currencies - Tweak UI 2023-02-15 15:01:07 +09:00
Mononaut
ce1aa11de0 Add currency preference to dashboard 2023-02-01 10:24:57 -06:00
softsimon
9746ec20ba i18n: adding nepalese 2023-01-26 15:54:07 +04:00
softsimon
5397b49a41 Adding Lithuanian 2022-12-26 22:39:42 +04:00
nymkappa
59ca4b4e2b Update mining pool color 2022-11-22 11:03:28 +09:00
nymkappa
0e5edeb56f Match pool color between pools pie and pools stack 2022-02-24 20:21:13 +09:00
nymkappa
d751662010 Create stacked pools historical hashrates to see dominance over time 2022-02-24 20:21:12 +09:00
wiz
53820f62cb Enable i18n locale Thai (th) 2021-11-17 21:03:35 +09:00
softsimon
402f0ba1b8 Update frontend/src/app/app.constants.ts
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
2021-11-13 10:04:38 +04:00
softsimon
bde95fd547 Adding taproot countdown 2021-11-12 21:07:57 +04:00
Miguel Medeiros
1d049b879b Add mempool special block animation. 2021-11-11 16:04:00 -03:00
Miguel Medeiros
dbc56c79d8 Add taproot activation fireworks. 2021-11-11 16:04:00 -03:00
softsimon
b6052563c3 Merge pull request #792 from mempool/i18n/add-macedonian
Add new locale: Macedonian (mk)
2021-09-17 13:54:03 +04:00
wiz
d63e4f878a Add new locale: Macedonian (mk) 2021-09-17 15:03:52 +09:00
wiz
0e508e6b0f Add new locale: Romanian (ro) 2021-09-17 15:02:15 +09:00
Miguel Medeiros
c5831cc4e8 Add new component incoming-transactions-graph;
Refactor component mempool-graph;
Refactor component fee-distribution-graph;
Add incoming-transactions-graph to dashboard;
Add incoming-transactions-graph to statistics;
Add incoming-transactions-graph to television;
Add mempool-graph to dashboard;
Add mempool-graph to statistics;
Add mempool-graph to television;
Remove chartist.component;
2021-09-14 22:35:47 -03:00
wiz
7082eea4be Enable 'ca' locale for Catalan 2021-08-08 01:05:42 +09:00
softsimon
2b2311e3f7 Updating i18n from transifex. Moving hindi location. 2021-07-20 15:43:01 +03:00
softsimon
5d752be244 Adding Hindi 2021-07-13 11:49:04 +03:00
wiz
1818d16ead Enable i18n locale for Russian (ru) 2021-06-13 15:05:21 -05:00
wiz
109c652dd0 Enable i18n for Polish language 2021-04-26 05:43:47 +09:00
softsimon
7c74440c00 Adding Hebrew language 2021-02-25 17:16:22 +07:00
softsimon
02c4ad2688 Adding Italian language. Updating nginx conf with some missing languages. 2021-01-27 20:24:32 +07:00
softsimon
6e5404f2a3 Adding hungarian language. 2021-01-24 04:19:50 +07:00
wiz
3c00eeac27 Merge remote-tracking branch 'origin/master' into simon/angular-universal 2020-12-22 06:14:12 +09:00
wiz
aaf0230613 Remove duplicate locale for 'ka' in app.constants.ts 2020-12-10 23:14:29 +09:00
softsimon
ae222f644c i18n: Enabling Vietnamese 2020-12-10 11:51:27 +07:00
softsimon
3244de272a i18n: Enabling Finnish 2020-12-09 23:20:37 +07:00
softsimon
9f7a2dfb2b i18n: Disabling vietnamese again 2020-12-09 23:20:10 +07:00
softsimon
a4b2c99232 i18n: Fixed stacked mempool block issue and enabled vietnamese. 2020-12-09 01:31:49 +07:00
wiz
ac7e426fb9 Enable 'ko' locale for Korean in app.constants.ts 2020-12-08 15:59:00 +09:00
softsimon
6ddfffe902 Correcting merge conflict. 2020-12-08 11:57:03 +07:00
wiz
b170df0dfc Enable 'ka' locale for Georgian 2020-12-07 00:20:05 +09:00
wiz
a274c9f1b0 Disable Vietnamese locale 'vi' until translations are completed 2020-12-06 03:40:04 +09:00
wiz
384b541a3d Enable 'ar' locale for Arabic 2020-12-04 04:11:14 +09:00
wiz
fb189c9f3d Fix incorrectly used 'nn' locale, rename it to 'nb' instead 2020-12-03 22:37:06 +09:00
wiz
e4b5305936 Enable locale 'vi' for Vietnamese 2020-12-03 10:16:02 +09:00
wiz
c4da29a847 Enable 'fr' locale for French 2020-12-02 20:35:46 +09:00
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
f781c73db1 Addig fronend flag (SPONSORS_ENABLED) to enable Sponsors in the gui.
refs #122
2020-10-07 23:30:45 +07:00
softsimon
d80faf0630 New config that lets frontend connect to a separate Bisq mempool backend. 2020-07-25 21:21:53 +07:00
softsimon
d39b4a5c92 WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
softsimon
b2889abfa9 Adding support for optional frontend config.
Dropdown network selector is hidden by default, and enabled using config.
fixes #79
2020-06-22 22:10:49 +07:00
softsimon
e0a451eb05 Transition new blocks from the mempool onto the blockchain.
Chime on new blocks.
fixes #47
fixes #84
2020-06-10 23:52:14 +07:00