EnzoVezzaro
072d346932
Revert "fix text and added ipfs and arweave tests"
...
This reverts commit 23d8002ce8
.
2022-11-14 12:18:35 -04:00
EnzoVezzaro
23d8002ce8
fix text and added ipfs and arweave tests
2022-11-14 12:17:29 -04:00
EnzoVezzaro
1649e075e2
Merge branch 'main' into fix/issue-1069-c2d-unsupported-networks
2022-11-14 11:47:44 -04:00
mihaisc
6ba95fe4d5
fix loading in preview ( #1785 )
2022-11-11 12:27:30 +00:00
Jamie Hewitt
4ff84b0871
Handle provider error & showing Retry button ( #1770 )
...
* adding error handling for button onCLick
* Updating butoon to show retry & updating toast message
* Logging provider error
* Removing unused imports
* Using early return when provider fees are present to prevent unneccessary nesting
* Adding retry logic for compute
* Removing duplicate teast message
* Adding tests for rendering Buy button
* Additional tests for BuyButton
* Refactoring BuyButton tests for download
* Fix failing tests
* Refactoring compute tests
* Refactoring tests
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-11-11 12:54:21 +03:00
4b4a926f89
special veOCEAN number treatment ( #1782 )
...
* special veOCEAN number treatment
* path fix
* fix duplicate AllLocked declarations
* so many duplicate declarations
* bold numbers on asset teasers
* update test
* unify number formatting in more generic `formatNumber()` method
2022-11-09 14:14:57 +00:00
b99634a3b3
filter out className
from Tippy
( #1783 )
2022-11-09 12:23:26 +00:00
482af1be0c
NFT image & faulty metadata fixes ( #1779 )
...
* safeguard against faults in metadata.tags
* properly handle image strings in tokenURI
* keep image ratios
* render test for faulty tags
* tweak fallback in popover
2022-11-09 12:22:30 +00:00
mihaisc
c302122795
Add most viewed ( #1754 )
...
* add most viewed
* Update src/components/Home/index.tsx
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
* add views in teasers
* typo
* add test
* switch to axios
* test tweaks
* fix
* add 30 days label
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-11-08 17:17:22 +00:00
EnzoVezzaro
8363b9f2bb
fix tests
2022-11-08 05:25:01 -04:00
EnzoVezzaro
606a32065c
Merge branch 'main' into fix/issue-1069-c2d-unsupported-networks
2022-11-08 05:15:39 -04:00
Jamie Hewitt
81341cd914
Showing related assets ( #1748 )
...
* Creating related assets component
* Ensuring that related assets doesn't show the same asset
* Adjusting query to show assets from the same publisher but not the exact same asset
* modifying search term
* Removing logs and unused import
* Removing log
* Updating query
* Fixes
* updating query
* Updating query to include both related tag assets anbd related owner assests when <3. SHowing results as a list of links
* creating minimal asset teaser
* removing duplicate filters
* Changing minimal to noDescription
* Removing unneccessary use of noDescription prop
* Adding minimal prop back into Publisher
* Removing props from RelatedAssets component
* Getting data from asset context
* refactor
* space-saving asset teaser changes
* remove price from output
* increase to 4
* refactor for better loading experience
* css cleanup
* filter out duplicates when merging results
* basic render test
* try/catch, secure against null query responses
* different test tactic
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-11-07 20:09:19 +00:00
Bogdan Fazakas
124fd1d137
Fix compute asset selection lists ( #1773 )
...
* fix compute asset selction lists
* Update src/@utils/assetConvertor.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* use propper const
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-11-07 12:07:42 +00:00
56f5e77c49
Tests for @shared components ( #1737 )
...
* asset teaser test, story, useUserPreferences Jest mock
* fixtures & mocks
* more tests
* cleanup
* more tests
* more tests
* more tests
* more tests
* typing fix
* package updates
* reorg
* more tests
* more tests
* more tests
* more tests
* reorg, more tests
* reorg fixes
* more tests
* rebase fix
* subgraph query typing fix
* restore some storybook stories
* more tests
* more tests
* package lock fix
* graphql override
2022-11-04 15:52:40 +02:00
EnzoVezzaro
49960f38e0
cleanup after merge
2022-11-04 07:16:06 -04:00
EnzoVezzaro
983d460614
Merge branch 'main' into fix/issue-1069-c2d-unsupported-networks
2022-11-04 06:49:33 -04:00
Jamie Hewitt
a042387804
Ensuring the market doesn't crash when asset has no services ( #1768 )
...
* Ensuring the market doesn't crash when asset has no services
* Showing no pricing schema available when there are no services for an asset
* Shoing No file info available when there are no services available
* removing logs
* early return if asset has no services
2022-11-02 15:40:55 +00:00
Bogdan Fazakas
c780411b74
C2D fixes ( #1715 )
2022-11-02 15:24:20 +00:00
Jamie Hewitt
d1e3fa9afa
Checking for google drive links ( #1757 )
...
* checking for google drive links
* Removing unused function
* Update src/components/Publish/_validation.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* CHecking for google drive URLs on the edit form
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-11-01 15:00:07 +00:00
Jamie Hewitt
0df5440b06
Simplifying comparison ( #1758 )
2022-11-01 12:54:42 +02:00
EnzoVezzaro
589963e368
fix connection and networks calculations
2022-10-26 08:25:52 -04:00
mihaisc
5c02da8597
ignore assets with state 5 ( #1749 )
...
* ignore assets with state 5
* hide in profile for other users
* fix display on own account
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-10-26 09:45:20 +01:00
mihaisc
51b167fb14
update ocean.js to v2.4.0 ( #1751 )
2022-10-25 10:16:28 +01:00
EnzoVezzaro
508d615855
Merge pull request #1655 from oceanprotocol/feature/issue-1244-edit-ui
...
adding UI for field files / links in edit form
2022-10-25 05:03:48 -04:00
EnzoVezzaro
8c88d512bf
adding check on priceDataset
2022-10-20 08:17:52 -04:00
EnzoVezzaro
d88b4c9d5d
fix code after prev merge
2022-10-20 08:17:36 -04:00
EnzoVezzaro
120af82e18
cleanup subgraph.ts code
2022-10-20 08:16:37 -04:00
EnzoVezzaro
ff06d91898
remove unnecessary type def
2022-10-20 08:16:14 -04:00
EnzoVezzaro
2fb9fb2c63
fix total sum order on compute
2022-10-19 10:00:23 -04:00
EnzoVezzaro
bbd391ddfe
fix valid order tx and algo tx
2022-10-19 09:47:04 -04:00
EnzoVezzaro
5819c25015
Revert "remove previous orders from price calculation in compute"
...
This reverts commit 504840a2d3
.
2022-10-19 09:06:34 -04:00
mihaisc
af93b561ad
Disable ordering when state is 4 ( #1746 )
...
* fix state 4
* update var name
* fix typo
2022-10-19 13:53:24 +01:00
EnzoVezzaro
504840a2d3
remove previous orders from price calculation in compute
2022-10-19 08:48:36 -04:00
EnzoVezzaro
16d7077c9f
Merge branch 'main' into feature/issue-1244-edit-ui-links-validation
2022-10-19 07:03:39 -04:00
EnzoVezzaro
7b13f84a7f
removed unnecessary required
2022-10-19 06:59:21 -04:00
EnzoVezzaro
8844e82c75
Merge branch 'main' into fix/issue-1069-c2d-unsupported-networks
2022-10-19 06:16:32 -04:00
EnzoVezzaro
7fef77afef
fix web3 connection for unsupported assets price
2022-10-19 06:14:15 -04:00
mihaisc
67621f5639
Various veOCEAN features ( #1743 )
...
* change top message, fixes, allocations
* lock ocean tooltip
* asset stats tweaks
* front page allocations refactor
* wording, run empty table messages through markdown
* footer stats tweaks
* profile tinkering
* fix allocations in table
* Tweak lock action logic
* fix allocation 0
* sort by allocation
* search ordering fixes
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-10-17 15:56:03 +01:00
EnzoVezzaro
52a69a1e37
refactor default values (files / links) edit form
2022-10-17 09:41:39 -04:00
EnzoVezzaro
9ef93f5059
catch and cancelled queries from unsupported networks
2022-10-14 06:51:19 -04:00
EnzoVezzaro
cf0c31fc7b
fix submit button disabled
2022-10-13 09:30:45 -04:00
83d83447b6
space saving tweaks for asset teaser ( #1742 )
2022-10-13 09:42:10 +03:00
68a5e9dd42
fix search icon not being actionable ( #1741 )
2022-10-13 09:40:53 +03:00
Bogdan Fazakas
6489a8d956
Merge branch 'main' into fix/issue-1244-edit-ui
2022-10-12 17:04:11 +03:00
Bogdan Fazakas
8b108ea29f
Merge pull request #1696 from oceanprotocol/feature/enforce-docker-containers
...
Enforce docker container checksum in publish form
2022-10-12 15:35:58 +03:00
EnzoVezzaro
85b66c29b0
fix loading results on compute jobs ( #1716 )
...
* added interval and block spinner after initial loading
* refactor fetch jobs to fix loading issues
* restore compute jobs in profile
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-10-10 15:55:37 +01:00
Bogdan Fazakas
c030f8ec7e
Merge branch 'main' into feature/enforce-docker-containers
2022-10-10 16:18:34 +03:00
Bogdan Fazakas
618e021dc7
undo filesize thingy
2022-10-10 16:18:04 +03:00
Bogdan Fazakas
92aae397e6
requested changes
2022-10-10 15:59:32 +03:00
mihaisc
dafd5143ea
add top tags ( #1730 )
...
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-10-10 13:33:42 +01:00