hunicus
445b75816d
Update assets endpoints
...
Currently no testnet assets have icons, so those
responses are blank.
2022-01-12 11:51:10 -05:00
hunicus
e1431e94df
Fix urls in code examples
2022-01-12 11:51:10 -05:00
hunicus
975d142eeb
Fix urls
...
So that /liquidtestnet is in links and link text.
2022-01-12 01:36:26 -05:00
hunicus
7cde365cc4
Add /liquidtestnet/ to links
2022-01-12 01:36:26 -05:00
hunicus
74ecd9b96c
Add boilerplate liquidtestnet examples
...
Also adjust logic to show them. Doing this prevents
compilation errors and will allow for endpoints to
be reviewed as they are modified.
2022-01-12 01:36:26 -05:00
hunicus
6c2238fc4e
Update address-utxo
2022-01-12 01:36:44 -05:00
hunicus
10b2b90426
Update address-tx-chain and address-tx-mempool
2022-01-12 01:36:37 -05:00
hunicus
5f8c40c095
Update address and address-tx
2022-01-12 01:36:26 -05:00
hunicus
3c36792c7c
Remove websocket and js tabs
...
Since npm packages don't work with liquidtestnet yet.
2022-01-11 17:21:35 -05:00
hunicus
a6ec8e818a
Remove difficulty endpoint from nav
2022-01-11 15:32:35 -05:00
wiz
4b308a0243
Merge pull request #1118 from nymkappa/bugfix/graph-scroll-main-page
...
Mouse scroll is not captured anymore by graphs in the dashboard page
2022-01-11 03:31:07 +00:00
nymkappa
7c48a3964b
Mouse scroll is not capture anymore by graphs in the dashboard page
2022-01-11 12:16:09 +09:00
nymkappa
330001a879
Apply AVG() on vbytes_per_second - Cap extreme vbytes_per_second values
2022-01-10 18:52:56 +09:00
softsimon
f10166c6c6
Ending support for /bisq /liquid and /liquidtestnet
2022-01-08 17:33:37 +04:00
softsimon
ca2216a541
Making frontend network URLs configurable
...
fixes #1095
2022-01-07 20:17:14 +04:00
wiz
411c1f2758
Add Citadel as Community Integration on About page
2022-01-05 17:15:11 +09:00
wiz
9c03a1b79e
Merge pull request #1079 from mempool/simon/liquid-fee-range-dropdown
...
Liquid support to the Graph fee filter dropdown
2022-01-04 04:51:10 +00:00
wiz
aa3e002637
Merge pull request #1067 from mempool/simon/liquid-testnet-navbar-color
...
Liquid testnet navbar color
2022-01-04 04:32:12 +00:00
softsimon
84025c3cae
Fixing missing assets data for Liquid Testnet native asset
...
fixes #1068
2022-01-04 05:26:46 +04:00
softsimon
fd64be7611
Liquid support to the Graph fee filter dropdown
...
fixes #1072
2022-01-04 04:42:19 +04:00
softsimon
4ec30b4415
Liquid testnet navbar color
2022-01-01 13:37:20 +04:00
wiz
f91b21b790
Merge pull request #1065 from mempool/simon/block-navigation-routing-fix
...
Block navigation routing fix
2021-12-30 22:31:05 +00:00
softsimon
7309252bb8
Block navigation routing fix
2021-12-31 02:21:12 +04:00
softsimon
1448588e45
Fixing misplaces Unknown text after the Coinbase
2021-12-30 16:55:42 +04:00
wiz
a2b1669f94
Merge pull request #1052 from mempool/simon/liquid-testnet
...
Adding Liquid Testnet as frontend option
2021-12-29 23:34:19 +00:00
softsimon
f80c005eb1
Use relativeUrl when redirecting from the Searchbar
2021-12-30 02:30:46 +04:00
softsimon
e5adfd52ba
Handle Liquid native asset issuance transaction.
2021-12-30 02:18:16 +04:00
wiz
8a5b6f3517
Tweak hover effect on profile photos on About page
2021-12-30 06:48:40 +09:00
softsimon
c36ff22d68
Support for Test Liquid Native Asset
2021-12-29 00:40:55 +04:00
softsimon
13bfa5902d
Adding Liquid Testnet as frontend option
...
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
96950f15ee
Change Asset Icon API example to only show HTML
2021-12-23 15:35:17 +04:00
softsimon
59df84b638
Changing API path and updating API Docs for asset icons.
2021-12-20 04:01:04 +04:00
wiz
1bcb7889e0
Merge pull request #1027 from hunicus/change-docs-layout
...
Revamp docs layout
2021-12-19 17:48:26 +00:00
hunicus
78660ed77f
Streamline api-docs-navs conditionals
2021-12-19 12:29:52 -05:00
wiz
010998aadd
Rename About page section: Project Staff -> Project Members
2021-12-20 01:54:06 +09:00
wiz
6c3ff596b9
Update About page chat links: replace telegram with matrix
2021-12-20 01:52:58 +09:00
softsimon
bbf7f01d04
Merge pull request #1024 from nymkappa/feature/blocks-mouse-scroll
...
User can drag the blockchain blocks horizontally with the mouse
2021-12-19 12:59:04 +04:00
nymkappa
8205dbedb0
User can drag the blockchain blocks horizontally with the mouse
2021-12-19 15:20:21 +09:00
hunicus
8ee164bb01
Remove unnecessary file change
2021-12-17 15:08:21 -05:00
hunicus
60f36d5556
Customize mobile nav button appearance point
...
Since there are different numbers of topics across
bitcoin, liquid, bisq, faq, etc.
2021-12-17 14:42:21 -05:00
hunicus
03b78cba42
Add various ux improvements for mobile doc menu
2021-12-17 11:42:54 -05:00
hunicus
1a1cae3d4f
Separate docs-nav into new component
...
Since same markup will be needed for desktop
and mobile menus.
2021-12-16 19:11:54 -05:00
hunicus
72d5584d9b
Add skeleton for mobile docs nav
2021-12-16 18:44:39 -05:00
hunicus
019d1e4f12
Add :before element for space before anchors
...
@angular-router's `scrollOffset` property seems to be
global, so it might mess up something else, and it also
wasn't taking effect when navigating directly to an
anchor anyway (i.e. from browser's address bar).
2021-12-16 13:20:30 -05:00
hunicus
6723d5ba34
Update anchor links and add on-page links
2021-12-16 11:30:03 -05:00
hunicus
bbb532bd9e
Fix inconsistencies in api-docs markup
2021-12-16 09:54:07 -05:00
hunicus
7a6559ca37
Improve styling + switch section headings for tags
2021-12-16 09:54:07 -05:00
hunicus
46f7f9817f
Convert accordions to plain html
2021-12-16 08:46:51 -05:00
wiz
ee48bd8ec0
Merge pull request #1018 from mempool/simon/liquid-address-overflow–fix
...
UX: Fixing overflowing unconfidential Liquid address
2021-12-16 07:39:26 +00:00
hunicus
4da7e946c0
Add links and styling to fixed desktop docs nav
2021-12-16 00:04:47 -05:00