Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: primary sales (decentraland#372)
* feat: added item module * feat: support items and nfts on many components * feat: Add box component (decentraland#369) * ci: fix stg env * chore: Update rollbar and ignore it only in dev (decentraland#366) * Update rollbar and ignore it only in dev * Use enabled * fix: correctly parse and format big values * Add box component * Use CSS color from variables Co-authored-by: Juan Cazala <[email protected]> Co-authored-by: Nicolás Santángelo <[email protected]> * feat: Add Lands tab as first tab (decentraland#373) * ci: fix stg env * chore: Update rollbar and ignore it only in dev (decentraland#366) * Update rollbar and ignore it only in dev * Use enabled * fix: correctly parse and format big values * First steps into adding land as a nav section * Modify the NFT Sidebar section to show only what's needed * Add lands page * Add internationalization Co-authored-by: Juan Cazala <[email protected]> Co-authored-by: Nicolás Santángelo <[email protected]> * chore: rename component * feat: ditch non-fullscreen map * fix: pass isMap property down to NFTFilters, in case no query param is present * feat: added missing sections * feat: wire result type and sidebar * feat: wire remaining filters * feat: make default in browse page to be items * fix: add type to key * feat: item detail page (decentraland#376) * feat: add asset type. introduce ItemDetail. make item provider. generalize components * feat: use BaseAPI everywhere. fetch Item. update reducer * feat: item detail page * fix: keys * fix: new server * feat: hide price on items that are not on sale * chore: translations * feat: Asset buy page (decentraland#380) * feat: Asset buy page * feat: available + creator * feat: feedback * fix: prevent sending two requests while browsing * feat: Perform primary sale (decentraland#381) * feat: Perform primary sales * Fix web3x ESM tests issues * Add tests for the sagas * Add tests for the new sagas and reducers * Hook up actions with the BuyItemModal component * Containerize buy item and buy nft modals * feat: buy item transaction activity (decentraland#382) * feat: buy item transaction activity * feat: correctly show item txs * fix: fetch items correctly * feat: homepage items (decentraland#385) * feat: homepage items * fix: items in homepage Co-authored-by: Juan Cazala <[email protected]> * chore: fix test * chore: fix test env * ci: configure vercel * fix: format mana in buy item transaction detail * chore: track items (decentraland#387) * chore: analytics for items * chore: fix tests * fix: item column styles on mobile (decentraland#388) * fix: Add missing item filter (decentraland#389) * refactor: asset module (decentraland#392) * refactor: move ResultType into assets/types * refactor: rename ResultType into AssetType * refactor: rename resultType into assetType * refactor: rename results into assetType * refactor: move utils and types into asset module * fix: circular deps * chore: remove unused stuff * refactor: nft redux stuff into asset stuff * refactor: NFTBrowse into AssetBrowse * refactor: NFTList into AssetList * refactor: NFTBrowseOptions -> BrowseOptions * chore: move import up Co-authored-by: Lautaro Petaccio <[email protected]> Co-authored-by: Nicolás Santángelo <[email protected]>
- Loading branch information