1898 Commits

Author SHA1 Message Date
softsimon
aa8d5e5f19 Bumping mempool.js to 2.3.0-dev1 and removing unused tsc build step 2021-12-22 19:33:10 +04:00
softsimon
401ba3e9e7 Adding sync external assets feature. 2021-12-21 02:00:50 +04:00
softsimon
4a56fb817e Upgrading mempool-js with separated Liquid and Bisq 2021-12-20 23:48:26 +04:00
softsimon
b921a32c20 Adding icons.json to .gitignore 2021-12-20 04:01:40 +04:00
softsimon
59df84b638 Changing API path and updating API Docs for asset icons. 2021-12-20 04:01:04 +04:00
softsimon
25e2408d02 Liquid icons api 2021-12-19 22:09:49 +04:00
wiz
1bcb7889e0 Merge pull request #1027 from hunicus/change-docs-layout
Revamp docs layout
2021-12-19 17:48:26 +00:00
softsimon
684c05a636 Merge pull request #1032 from mempool/wiz/update-about-page-links
Update links on About page
2021-12-19 21:36:10 +04:00
hunicus
78660ed77f Streamline api-docs-navs conditionals 2021-12-19 12:29:52 -05:00
wiz
8dbe4a8454 Merge pull request #1031 from mempool/wiz/update-issue-templates
Update GitHub issue templates to redirect support requests to chat
2021-12-19 17:02:57 +00: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
wiz
a33b200212 Update GitHub issue templates to redirect support requests to chat 2021-12-20 01:31:29 +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
183ad550c1 Adjust bisq cypress tests 2021-12-17 16:22:16 -05: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
softsimon
4f28b3c1f5 Merge pull request #1016 from knorrium/add_failing_test_for_liquid_unconfidential_address
Add failing test for Liquid unconfidential address layout issue
2021-12-16 23:01:24 +04: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
Felipe Knorr Kuhn
765c04f501 Fix test assertion 2021-12-16 09:31:02 -08:00
Felipe Knorr Kuhn
3d99fd76e1 Merge remote-tracking branch 'origin/master' into add_failing_test_for_liquid_unconfidential_address 2021-12-16 09:14:46 -08: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
wiz
0d21f4419e Merge pull request #1019 from mempool/simon/witness-interface-type-fix
Correcting minor interface typing error
2021-12-16 07:38:57 +00:00
wiz
6459b554ff Merge pull request #1017 from mempool/simon/restoring-fee-distribution-graph
Revert "Remove dead code FeeDistributionGraphComponent"
2021-12-16 07:38:31 +00:00
hunicus
4da7e946c0 Add links and styling to fixed desktop docs nav 2021-12-16 00:04:47 -05:00
Felipe Knorr Kuhn
104454dfb5 Merge remote-tracking branch 'origin/master' into add_failing_test_for_liquid_unconfidential_address 2021-12-15 20:16:22 -08:00
hunicus
84f9c67f09 Make desktop docs-nav sticky on scroll 2021-12-15 22:57:10 -05:00
softsimon
be8b15906e Correcting minor interface typing error 2021-12-16 04:53:27 +04:00
softsimon
f44b7a7dcf UX: Fixing overflowing unconfidential Liquid address
fixes #1013
2021-12-16 04:49:24 +04:00
softsimon
1e4473d903 Revert "Remove dead code FeeDistributionGraphComponent"
This reverts commit 37722fe165869777e87dc2c56e15d51881386d0d.
2021-12-15 23:53:12 +04:00
hunicus
3d4367f5ca Create skeleton layout for desktop docs nav
This includes switching to a 2-column layout
(1 for nav and 1 for content) and moving footer
links to docs component so floats can be cleared
properly.
2021-12-15 13:17:37 -05:00
softsimon
be0b2145b2 Merge pull request #1015 from knorrium/add_tests_for_rbf_txs
Add tests for RBF txs
2021-12-15 21:28:45 +04:00
Felipe Knorr Kuhn
b4f72a01e4 Merge remote-tracking branch 'origin/master' into add_failing_test_for_liquid_unconfidential_address 2021-12-15 08:51:08 -08:00
Felipe Knorr Kuhn
15dfc9f8db Merge remote-tracking branch 'origin/master' into add_tests_for_rbf_txs 2021-12-15 08:50:28 -08:00
softsimon
68a8aa90ae Merge pull request #1012 from mempool/simon/cpfp-button-overlap-fix
Correcting CPFP button position on mobile
2021-12-15 13:11:04 +04:00
softsimon
b359659888 Merge pull request #1011 from mempool/simon/rbf-transaction-ux-bug
Fixing broken RBF alert
2021-12-15 13:10:31 +04:00
Felipe Knorr Kuhn
e55df4b13c Add failing test for Liquid unconfidential address layout issue 2021-12-15 00:02:21 -08:00
Felipe Knorr Kuhn
e85c168d51 Add tests to detect layout issues in RBF transactions 2021-12-14 23:21:59 -08:00
Felipe Knorr Kuhn
82f04dc40a Add methods to detect overlapping components 2021-12-14 23:21:40 -08:00
Felipe Knorr Kuhn
52c744bc42 Update mocked ws tests to use the new syntax 2021-12-14 23:19:10 -08:00
Felipe Knorr Kuhn
ea02951da9 Small refactor to support mocking RBF txs 2021-12-14 23:16:13 -08:00
Felipe Knorr Kuhn
a372ff62cd Fix formatting 2021-12-14 23:15:33 -08:00