mihaisc
mihaisc
Sometimes the provider randomly fails. We need to catch that , display a proper error and prevent the user from ordering . Replace `Buy` button with a `Retry` one
Test if portis/walletconnect(+ ledger) are working in v4 for all the basic flows: publish (all 3 pricing schemas) , order, trade, add/remove liquidity Previous issues with walletconnect : https://github.com/oceanprotocol/market/issues/592
Check what features actually need this and how important they are
 in my network tab there are some infura ipfs calls that are failing  ex: https://infura-ipfs.io/ipfs/QmWHkFZvQwGgw2WMwfpC91ofG8qdvTsUYbh8BX8dhA1Bp2 Not sure if they are relevant
We need a component to display the price structure with fees. It will be used in the `Use` tab. It is needed in the following places Download : for the...
We need a markdown editor for the description. We could check this out https://uiwjs.github.io/react-md-editor/
There are 2 steps here : - create an autocomplete component - use the component for tags in the publish form by passing to it a list of tags. I...
During the publish process if a provider is down we still show it as "available"  We should do a check. When the user tries to validate the data url...
The issue is with the market fees. For example the fixed rate exchange include the publish market fees but we add them after anyway ( [link](https://github.com/oceanprotocol/market/blob/8f93d9bc2fb536e7a0a521b4600754b0d3b1ce26/src/%40utils/accessDetailsAndPricing.ts#L292) ) . Need to...