67 Commits

Author SHA1 Message Date
Mononaut
293c636665 hourly blocks clock faces 2023-05-08 08:46:18 -06:00
softsimon
f63613c7c3 Global footer component that fixes Liquid 2023-05-05 01:38:58 +04:00
Mononaut
40b7cc3010 add mouseover tooltips to rbf timelines 2023-05-03 12:53:56 -06:00
Mononaut
3e703ec13e support trees of RBF replacements 2023-05-03 12:53:56 -06:00
Mononaut
47bbfca1c0 new page listing recent RBF events 2023-05-03 12:53:53 -06:00
Mononaut
1d5a029c81 Timeline of replacements for RBF-d transactions 2023-05-03 12:52:20 -06:00
softsimon
c0a4d01174 Redesigned testnet alert
fixes #3625
2023-04-03 18:30:06 +09:00
nymkappa
f1b5e16ad3 Show warning on testnet/signet 2023-03-29 17:27:33 +09:00
Mononaut
133520242e Redesign difficulty adjustment dashboard widget 2023-03-11 17:53:18 +09:00
Mononaut
93de0cff45 unify time rendering components 2023-03-05 19:26:32 -06:00
Mononaut
f31ffbd8f5 Multi-currency fiat formatting pipes & components 2023-02-01 10:25:00 -06:00
Mononaut
ce1aa11de0 Add currency preference to dashboard 2023-02-01 10:24:57 -06:00
Mononaut
b1859c3d93 Add button to scroll back to tip of blockchain 2023-01-26 11:55:26 -06:00
Mononaut
920b1e1425 Add text truncation component 2023-01-05 11:00:08 -06:00
softsimon
df6b385fdb Refactored ngb components 2022-11-28 16:53:17 +09:00
Mononaut
b5b489acde merge block-audit and block pages 2022-11-24 17:10:53 +09:00
softsimon
f1d8fbfc72 Updating flip icon 2022-09-30 13:57:34 +04:00
Mononaut
be5fcf01c8 Reversible block arrows & key navigation 2022-09-30 00:54:20 +00:00
Mononaut
9d66f83996 Add interactivity to tx sankey diagram 2022-09-17 01:20:08 +00:00
Mononaut
6e881070bd Refactor preview routes into separate module 2022-09-10 01:00:45 +00:00
Mononaut
d8fe74ed5a Add network to preview headers & inc font size 2022-09-09 18:15:36 +00:00
Mononaut
83bcdb320d Alternative transaction unfurl design 2022-08-24 17:19:41 +00:00
nymkappa
492ce9d592 Create geolocation component to format geolocation data 2022-08-18 17:14:09 +02:00
Mononaut
70537a1d29 Add basic transaction link previews 2022-08-15 23:14:34 +00:00
Mononaut
f7e93a950e Add lightning node link previews 2022-08-13 15:32:36 +00:00
softsimon
cf310fe1c1 Removing sponsor. Link to Enterprise sponsor 2022-08-12 03:44:58 +04:00
wiz
49a545e0c7 Merge branch 'master' into address-unfurls 2022-07-28 01:48:59 +00:00
Mononaut
ace33e39ca Add address link previews 2022-07-27 18:13:37 +00:00
nymkappa
992e3fa7b9 Create shared toggle component to re-use 2022-07-27 10:48:27 +02:00
Mononaut
a6535277ef Add open graph block preview page 2022-07-22 19:45:59 +00:00
nymkappa
775b9d22cc Save current progress on the block audit page 2022-07-14 20:41:50 +02:00
softsimon
0a15b5d0de Timestamp component 2022-07-08 18:55:24 +02:00
softsimon
30bf725020 Merge conflict fix. 2022-07-08 18:55:24 +02:00
softsimon
5374fcbe9a Channel component 2022-07-08 18:55:22 +02:00
softsimon
fb77362f47 Store and display stats and node top lists 2022-07-08 18:55:21 +02:00
Mononaut
aa0fc24dc5 Tooltip-style tx previews in block overview 2022-06-16 02:46:27 +00:00
Mononaut
d6334d8959 Extract canvas/webgl code to separate component 2022-06-15 19:59:24 +00:00
softsimon
53f3bee24b Store SVG images in a separate component 2022-05-31 22:21:59 +04:00
softsimon
1be5843204 NgBootstrap library import optimization 2022-05-25 18:56:10 +04:00
nymkappa
1088eeef5d Merge legacy and mining /blocks components and APIs 2022-05-23 09:08:40 +02:00
softsimon
1d8eb064f1 Moving graphs and mining dashboard to a lazy loaded module 2022-05-20 04:34:41 +04:00
nymkappa
9ea487ec06 Allow CTRL F an address on the transaction list component 2022-05-16 16:50:42 +02:00
softsimon
c256d714ab Moving Docs and Faq to separate lazy loaded module 2022-04-26 13:02:13 +04:00
softsimon
43d92a8b8c Adding current language to network dropdown links
fixes  #1094
2022-01-10 18:00:01 +04:00
Priyansh
1da2c78b63 Updated significant digits of transaction fee (#722) 2021-08-18 16:27:35 +03:00
Miguel Medeiros
cc8bac0a26 Bugfix: Dashboard - Difficulty adjustment component. (#663)
* Add color to previous retarget.
Add absolute number pipe.
Change plus and minus signs to fa icons.
Change Fee Estimate title to Transactions Fees.
Set min and max difficulty adjustments.

* Add projectID to cypress conf.

* Change icon to fa-caret.

* Remove unecessary icons.
2021-07-26 22:00:40 +03:00
Miguel Medeiros
394a48b9cd UI/UX - New component for difficult adjustment. (#602)
* Add next difficulty blocks.
Add next difficulty target date.
Add next difficulty total progress.
Add ajustment difficulty avg min per block.

* Fix typo.

* Trigger difficulty calculation every 5 seconds.

* Add rxjs timer to difficultyEpoch.

* Fix pipe.

* Fix small bar position.

* Change i18n strings.

* Fix typo.

* Add time-until component.

* Speed up difficultyEpoch timer to 1000 ms.

* Fix values to 2 decimal places.

* Add title to fee and difficulty adjustment cards.

* Add title outside the card.

* Fix title to center position.

* Add other titles.

* Add new transalations strings.
Refactor time span component.

* Fix difficulty adjustment i18n string.
Fix duplicated i18n strings.
2021-07-17 14:58:16 +03:00
Miguel Medeiros
77c062e7f8 New API docummentation. (#544)
* Install hljs package.

* Add highlight.js stylesheet and js to index.html.

* Add new instructions for API documentation.

* Add network value to code-template component.

* Add curl examples.

* Fix tab order of bisq api page.

* Add esmodules instalation instructions.
Add external links to repositories.

* Add self-hosted hljs styles.

* Add response code examples.
Add dynamic networks to curl examples.
Remove reponse code box if not needed.

* Self hosted highlight.min.js.

* Bumping "ws" dependency to fix vulnerability.

* npm audit fix

* npm audit fix

* Remove Hightlight.js dependency.
Add new style to code-template-component.

* Remove hljs css.

* Change NgbModule and NgbAccordionModule  to shared

* Fix NgbAccordionModule import.
2021-06-06 16:06:56 -04:00
softsimon
451e265ae9 Bisq dashboard: Change color between red/green when price changes 2021-05-13 19:23:43 +04:00
softsimon
96a85d5d31 Bisq markets: Display terms of service and language selector (except on official markets).
refs #510
2021-05-12 14:51:55 +04:00