143 Commits

Author SHA1 Message Date
wiz
fcebce1786 Update package.json license tags 2021-03-18 16:30:10 +09:00
softsimon
2298db17d4 Bisq markets dashboard. Base views. WIP. 2021-02-27 04:19:56 +07:00
wiz
c027aa583b Fix pathname of frontend build output folder in npm run sync-assets 2021-01-11 22:05:39 +09:00
wiz
62b90d2e0a Copy /en-US/resources files into top-level /resources/ after frontend build 2021-01-11 21:46:16 +09:00
wiz
767d993611 Rewrite server.ts again to properly add i18n support into SSR mode 2020-12-23 18:04:30 +09:00
softsimon
69b121ddb0 Merge branch 'master' into simon/angular-universal
* master: (42 commits)
  i18n: Added missing Bisq translations. Minor missing space and character fixes.
  add missing 'sat/vb' string for i18n
  i18n: Removed CR from "In X minutes" translation
  i18n: Updated strings for "x confirmations", "x transactions", "x blocks" and "block ETA". Peg-out, and bisq headers.
  Update translation strings from Transifex
  Enable 'ka' locale for Georgian
  Update translation strings from Transifex
  Disable Vietnamese locale 'vi' until translations are completed
  Update translation strings from Transifex
  add 'sat' string for i18n
  Update translation strings from Transifex
  Update translation strings from Transifex
  i18n update
  Remove extra garbage characters from OP_RETURN tooltip. fixes #254
  Fix for changing locale on other networks than mainnet. fixes #253
  i18n: Asset search box
  Update translation strings from Transifex
  i18n: Added X of X transaction. Flipped collapse/expand
  i18n: Added "miner identification" and updated "navigate to sponsor"
  Update translations from Transifex
  ...

# Conflicts:
#	frontend/src/app/components/app/app.component.ts
#	frontend/src/app/components/mempool-block/mempool-block.component.ts
2020-12-08 00:11:38 +07:00
wiz
ed2023db85 Use --force when running tx pull for Transifex strings 2020-12-05 00:12:08 +09:00
softsimon
787cee0d7a 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
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
48f24c878f 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
e0e818b002 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
bdf578603a Set npm to run ng and tsc binaries from ./node_modules/ path 2020-11-23 17:19:16 +09:00
softsimon
d2cd595da6 Frontend config support for AU. New absolute server url settings.
refs #104
2020-11-23 02:30:46 +07:00
softsimon
1b47a58fc8 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
softsimon
61945c2283 Flip mempool chart by using patched chartist package by @techmix 2020-11-10 21:05:54 +07:00
wiz
26591f29a3 Various fixes (lol) 2020-11-08 01:16:09 +09:00
softsimon
dfad5ede74 angular universal WIP
refs #104
2020-11-07 04:30:52 +07:00
wiz
66ff3e09f4 Revert "Lock NPM versions."
This reverts commit b544af14e435c6a180d111473b27841ae15e1090.
2020-10-26 20:56:55 +09:00
softsimon
82dd3eaf75 Lock NPM versions. 2020-10-26 15:59:28 +07:00
softsimon
5d1b34a65d npm audit fix 2020-10-26 01:13:36 +07:00
softsimon
7f669129e7 Upgrading bisq transaction type filter with a multiselect dropdown 2020-08-08 22:48:18 +07:00
softsimon
c4b75e8768 Adding eof new line 2020-07-28 14:27:38 +07:00
softsimon
15fa15daf3 Upgrade libs. 2020-07-19 19:34:09 +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
9263c79822 Display at least one standalone mempool block.
Upgrade some packages to ng 9.
2020-06-04 15:08:24 +07:00
softsimon
820642cf1c Bootstrap version update and progressbar fix.
Yellow fee text is now white.
2020-05-25 22:36:50 +07:00
softsimon
688a73cf75 Identify and display mining pool.
fixes #59
2020-05-10 00:35:21 +07:00
softsimon
65b01ccc60 Sync asset registry on build.
refs #37
2020-05-02 14:04:33 +07:00
softsimon
655b85026a upgrading tslint to v6 2020-04-05 00:00:17 +07:00
softsimon
6b8ba37614 Upgrading frontend to angular 9.1 2020-04-04 23:50:10 +07:00
wiz
4f5b58ef41 Add new package.json for top-level mempool project 2020-03-13 19:51:25 +09:00
wiz
36d96bff09 Update package.json for mempool-frontend 2020-03-13 19:48:10 +09:00
softsimon
ab9f39884f Infinite scroll replaces "load more" buttons. 2020-03-01 03:32:12 +07:00
Simon Lindh
43f41b8aab New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
Simon Lindh
3ddbd33b70 Renamed the electrs backend support to 'electrs'. 2019-12-06 22:37:07 +01:00
Simon Lindh
a44bc96438 Removed unused packages to fix security warnings. 2019-11-14 15:50:04 +08:00
Simon Lindh
5d61e00ab1 Address page with QR code 2019-11-13 14:51:44 +08:00
Simon Lindh
2dbfa323fa Transaction view. 2019-11-10 16:44:00 +08:00
Simon Lindh
141e0a7f01 Merge pull request #13 from andrerfneves/refactor/docs-package
[chore] Documentation improvements and package json cleanups
2019-10-29 02:00:17 +08:00
Simon Lindh
5cd608df2b Libraries upgrades. 2019-10-22 17:28:37 +08:00
Andre Neves
fc2721e3e7 chore(docs): Update README docs for more clarity
chore(packagejson): clean up and standardize data inside package json - author taken from MIT license details
chore(spacing): move tsconfig json to follow codebase standard indentation setup
2019-09-08 13:37:07 -04:00
Simon Lindh
94132a903f Initial code commit. 2019-07-21 17:59:47 +03:00