59 Commits

Author SHA1 Message Date
Miguel Medeiros
11af9e6033 Fix concurrent asynchronous calls. (#675)
* Fix concurrent asynchronous calls.

* Remove test without mempool info websocket.

* Remove isloading$ variable.
2021-07-31 19:40:15 +03:00
Miguel Medeiros
b5a0c540c9 Check if feeRange is undefined. (#636) 2021-07-21 18:35:27 +03:00
Miguel Medeiros
6095da173f UI/UX - Add skeleton for blocks preload. (#615)
* Add skeleton for blocks preload.

* Add e2e testing for skeleton blocks preloader.

* Fix reduce mempool blocks to fit the screen.

* Fix variable naming.
2021-07-10 16:04:15 +03:00
Miguel Medeiros
5f787c52e8 FIX unify the units css. (#499)
* FIX unify the units css.
* Fix units css font-size.
2021-05-18 18:20:17 +04:00
softsimon
bd6df3a94d Signet network color. 2021-02-21 01:45:52 +07:00
softsimon
da61a72283 Signet support in the frontend. 2021-02-20 23:12:22 +07:00
Czino
9b6d65ba94 Fix style on block hover (#347)
* Fix style on block hover

* Fix style on block hover

Co-authored-by: Eric Lehmann <eric@machinas.com>
2021-02-18 03:05:39 +07:00
wiz
3c00eeac27 Merge remote-tracking branch 'origin/master' into simon/angular-universal 2020-12-22 06:14:12 +09:00
TechMiX
a053e77dd9 add left-to-right mark character to blockchain and mempool block components size 2020-12-09 21:47:27 +01: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
softsimon
3fb4d987a9 i18n: Updated strings for "x confirmations", "x transactions", "x blocks" and "block ETA". Peg-out, and bisq headers. 2020-12-06 23:44:08 +07: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
d2cd595da6 Frontend config support for AU. New absolute server url settings.
refs #104
2020-11-23 02:30:46 +07:00
softsimon
093739d2ce Fix pluralization for "transactions".
Display "genesis block" on block 0
2020-09-10 14:55:49 +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
4151579c04 Display whole fee span on mined blocks.
fixes #101
2020-08-10 14:48:09 +07:00
softsimon
29090d5c97 Subscription refactoring to increase performance. 2020-07-30 17:01:13 +07:00
softsimon
ad61374cbe Fix for block transition when switching networks. 2020-07-22 20:09:02 +07:00
softsimon
b1ab95bfd3 Fix for weird block animation when navigating back to main page. 2020-07-21 12:47:51 +07:00
softsimon
be074b21a4 Block text corrections. 2020-07-21 10:26:43 +07:00
softsimon
5dcb17a19d Block design corrections 2020-07-20 12:21:08 +07:00
softsimon
e10dc79675 Restoring "fee span" on blocks. 2020-07-20 11:03:53 +07:00
softsimon
d39b4a5c92 WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
6102bitcoin
728fafc39a Remove shadown on Block-Height value 2020-06-30 18:19:09 +01:00
softsimon
0ba604609a Reducing mempool detection sensitivity to 25%
refs #76
2020-06-18 17:10:07 +07:00
softsimon
ae7715ea8c Don't fully animate when tab is deactivated.
refs #47
2020-06-11 01:38:59 +07:00
softsimon
e5a537e240 Disabling new block sound until we have a setting for this.
refs #84
2020-06-11 00:41:39 +07:00
softsimon
32c3f0c182 Bigfix: Don't chime when switching networks.
fixes #84
2020-06-11 00:11:15 +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
softsimon
820642cf1c Bootstrap version update and progressbar fix.
Yellow fee text is now white.
2020-05-25 22:36:50 +07:00
softsimon
4eec633359 Fixed keyboard navigation bugs. 2020-05-13 13:03:57 +07:00
softsimon
e565815dfd Removing halving event code. 2020-05-12 14:49:29 +07:00
softsimon
a7828af0fc Network based blockchain colors. 2020-05-10 21:34:25 +07:00
softsimon
b1819e4ef5 Arrow navigation fix.
Liquid native asset notification fix.
2020-05-10 01:34:28 +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
6f182a2fc0 Changing sats to sat. 2020-04-11 23:23:39 +07:00
softsimon
611aa0ec93 Special halvening block and fireworks.
fixes #50
2020-04-09 17:46:30 +07:00
softsimon
6483fbe1db Round medianFee instead of ceil
Minor ui fixes.
2020-04-09 15:23:46 +07:00
softsimon
7ea20378e9 Format transaction count numbers. 2020-04-07 00:44:22 +07:00
softsimon
827bfcef3d Refactord blockchain is rendering, block arrow location propagation and keynavigation. 2020-03-22 17:44:36 +07:00
softsimon
e6bb2cbffa Navigate between blocks using keyboard arrows. 2020-03-21 03:38:18 +07:00
softsimon
dd21c2ff44 Adding median fee to block. 2020-03-15 17:12:09 +07:00
softsimon
a21afeb7fa Adjusting font-sizes. Logo size. 2020-03-13 22:05:44 +07:00
wiz
4b0f230c1f Tweak projected blocks to match blockchain blocks, tweak font size 2020-03-13 22:22:15 +09:00
wiz
e7e050a792 Tweak to the block layout, move block height down, only show median fee 2020-03-13 21:33:45 +09:00
wiz
2f86c0184a Remove "#" from block-height number for cleaner look 2020-03-13 20:56:05 +09:00
wiz
9c36e23fd9 Increase block height font-size from 12px to 18px 2020-03-13 20:29:00 +09:00
softsimon
c7ddeecd18 General responsive improvments. 2020-03-05 16:13:46 +07:00