This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Merging Develop to Main #62
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added ticket contracts * added out directory to tickets * formatted ticket contracts to current directory structure * updated ticket auction README * Update README.md Co-authored-by: Eli Guenzburger <eli3720@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com>
Test speedup/remove inspector to develop
Contracts: modular admin implementation
Problem: there is a requirement to implement a LIGO contract that will let two participants to safely exchage their FA2 tokens. Solution: implement this contract.
Problem: we are going to cover the swaps contract with cleveland tests, however first we need to do some preparations. Solution: add a Haskell project for Lorentz bindings to the contract and for cleveland tests.
Problem: our swaps contract is not yet covered with tests. Solution: add `Lorentz` bindings and `cleveland` tests with an appropriate coverage. Despite previously `taquito` framework was used for testing other contracts, it has been decided to give `cleveland` a try.
Problem: it has been decided that we do not want to store swap status after it is resolved, because storage costs are quite high (about 1000 mutez, while bare `Accept` call costs ~`13000` mutez). Also, it seems quite easy to understand how the swap was resolved by looking at block explorer. Solution: remove statuses.
Basic swap contract
update README
lambdahands
approved these changes
Mar 23, 2021
cpubot
approved these changes
Mar 23, 2021
lambdahands
pushed a commit
to tqtezos/minter
that referenced
this pull request
Mar 23, 2021
obstropolos
pushed a commit
to tqtezos/minter
that referenced
this pull request
Mar 23, 2021
* removed preview text for UI purposes (#262) * update README (#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (#264) * Add video metadata types to file upload page. Fixes #238 (#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts
w4ll3
pushed a commit
to w4ll3/minter
that referenced
this pull request
Mar 26, 2021
* removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts
obstropolos
added a commit
to tqtezos/minter
that referenced
this pull request
Mar 27, 2021
* removed preview text for UI purposes (#262) Removed preview * update README (#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes #238 (#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes #242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (#283) * shield auto-updates (#284) * updated shield code * Make grid responsive (#249) * Batch "list for sale" transactions. Fixes #287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (#278) * removed preview text for UI purposes (#262) * update README (#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (#264) * Add video metadata types to file upload page. Fixes #238 (#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (#291) * Add mobile navigation and collections dropdown (#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Mar 29, 2021
* removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Mar 29, 2021
* removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Mar 29, 2021
QueueModal useEffect/UI updates v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * QueueModal:UI/UX v0.5.0-beta (tqtezos#296) * removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Mar 29, 2021
QueueModal inor QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * QueueModal:UI/UX v0.5.0-beta (tqtezos#296) * removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Mar 29, 2021
* removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Mar 30, 2021
* removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> *
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Mar 30, 2021
QueueModal inor QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * QueueModal:UI/UX v0.5.0-beta (tqtezos#296) * removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> v0.5.0-beta (tqtezos#296) * removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> *
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Mar 31, 2021
QueueModal init tentative QueueModal inor QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts scale-down image marketplace
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Mar 31, 2021
QueueModal init tentative QueueModal inor QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts scale-down image marketplace Correct logic Updating version
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Mar 31, 2021
Updating version init QueueModal init tentative QueueModal inor QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates QueueModal useEffect/UI updates v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts scale-down image marketplace Correct logic Updating version
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
* removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
* removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
maelswarm
pushed a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
* removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts v0.5.0-beta (tqtezos#296) * removed preview text for UI purposes (tqtezos#262) Removed preview * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add badge to display network when not on mainnet. * Add badge to display network when not on mainnet. * Link contract to explorer GUI. Fixes tqtezos#242 * Initial work on marketplace * fix formatting * Loading spinner for collections * Remove "marketplace" header * Better icons * Only show active sale items * added OM favicon replacement (tqtezos#283) * shield auto-updates (tqtezos#284) * updated shield code * Make grid responsive (tqtezos#249) * Batch "list for sale" transactions. Fixes tqtezos#287 * feat: Update header to reflect new designs * feat: Move logo to common assets, add responsive header logo * Adding basic netlify redirect config (tqtezos#290) * revert marketplace contract to correct version * restart bcd api in sandbox on failure * This should be replace: false, or else the back button will not go back to marketplace * v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts * Add type to Nft metadata accordingly to TZIP-21 * Reskin asset detail page Changes appointed in the PR * Allow the addition to root level of metadata * Change sell button to be seen only by the owner * Add custom scrollbar * Optimized for big images * Add zoom feature * Zoom * remove description text for resp. (tqtezos#291) * Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected * Fix zoom * Aligned div * Fix mobile fullscreen * spelling error fix Co-authored-by: Gregory Rocco <gregoryrocco1226@gmail.com> Co-authored-by: jacobarluck <jacobarluck@users.noreply.github.com> Co-authored-by: Joshua Dechant <josh@codecrafting.org> Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> pnpm + react-scripts_hot_reload update/fix
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
# This is the 1st commit message: coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% # This is the commit message tqtezos#2: removed preview text for UI purposes (tqtezos#262) Removed preview # This is the commit message tqtezos#3: update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README # This is the commit message tqtezos#4: Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy # This is the commit message tqtezos#5: Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) # This is the commit message tqtezos#6: feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code # This is the commit message tqtezos#7: feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#8: Add badge to display network when not on mainnet. # This is the commit message tqtezos#9: Add badge to display network when not on mainnet. # This is the commit message tqtezos#10: Link contract to explorer GUI. Fixes tqtezos#242 # This is the commit message tqtezos#11: added OM favicon replacement (tqtezos#283) # This is the commit message tqtezos#12: shield auto-updates (tqtezos#284) # This is the commit message tqtezos#13: updated shield code # This is the commit message tqtezos#14: Make grid responsive (tqtezos#249) # This is the commit message tqtezos#15: Adding basic netlify redirect config (tqtezos#290) # This is the commit message tqtezos#16: Initial work on marketplace # This is the commit message tqtezos#17: fix formatting # This is the commit message tqtezos#18: Loading spinner for collections # This is the commit message tqtezos#19: Remove "marketplace" header # This is the commit message tqtezos#20: Better icons # This is the commit message tqtezos#21: Only show active sale items # This is the commit message tqtezos#22: Batch "list for sale" transactions. Fixes tqtezos#287 # This is the commit message tqtezos#23: revert marketplace contract to correct version # This is the commit message tqtezos#24: restart bcd api in sandbox on failure # This is the commit message tqtezos#25: feat: Update header to reflect new designs # This is the commit message tqtezos#26: feat: Move logo to common assets, add responsive header logo # This is the commit message tqtezos#27: This should be replace: false, or else the back button will not go back to marketplace
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
# This is the 1st commit message: coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% # This is the commit message tqtezos#2: removed preview text for UI purposes (tqtezos#262) Removed preview # This is the commit message tqtezos#3: update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README # This is the commit message tqtezos#4: Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy # This is the commit message tqtezos#5: Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) # This is the commit message tqtezos#6: feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code # This is the commit message tqtezos#7: feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#8: Add badge to display network when not on mainnet. # This is the commit message tqtezos#9: Add badge to display network when not on mainnet. # This is the commit message tqtezos#10: Link contract to explorer GUI. Fixes tqtezos#242 # This is the commit message tqtezos#11: added OM favicon replacement (tqtezos#283) # This is the commit message tqtezos#12: shield auto-updates (tqtezos#284) # This is the commit message tqtezos#13: updated shield code # This is the commit message tqtezos#14: Make grid responsive (tqtezos#249) # This is the commit message tqtezos#15: Adding basic netlify redirect config (tqtezos#290) # This is the commit message tqtezos#16: Initial work on marketplace # This is the commit message tqtezos#17: fix formatting # This is the commit message tqtezos#18: Loading spinner for collections # This is the commit message tqtezos#19: Remove "marketplace" header # This is the commit message tqtezos#20: Better icons # This is the commit message tqtezos#21: Only show active sale items # This is the commit message tqtezos#22: Batch "list for sale" transactions. Fixes tqtezos#287 # This is the commit message tqtezos#23: revert marketplace contract to correct version # This is the commit message tqtezos#24: restart bcd api in sandbox on failure # This is the commit message tqtezos#25: feat: Update header to reflect new designs # This is the commit message tqtezos#26: feat: Move logo to common assets, add responsive header logo # This is the commit message tqtezos#27: This should be replace: false, or else the back button will not go back to marketplace # This is the commit message tqtezos#28: v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#29: remove description text for resp. (tqtezos#291) # This is the commit message tqtezos#30: Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected # This is the commit message tqtezos#31: v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#32: Add type to Nft metadata accordingly to TZIP-21
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
# This is the 1st commit message: coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% # This is the commit message tqtezos#2: removed preview text for UI purposes (tqtezos#262) Removed preview # This is the commit message tqtezos#3: update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README # This is the commit message tqtezos#4: Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy # This is the commit message tqtezos#5: Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) # This is the commit message tqtezos#6: feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code # This is the commit message tqtezos#7: feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#8: Add badge to display network when not on mainnet. # This is the commit message tqtezos#9: Add badge to display network when not on mainnet. # This is the commit message tqtezos#10: Link contract to explorer GUI. Fixes tqtezos#242 # This is the commit message tqtezos#11: added OM favicon replacement (tqtezos#283) # This is the commit message tqtezos#12: shield auto-updates (tqtezos#284) # This is the commit message tqtezos#13: updated shield code # This is the commit message tqtezos#14: Make grid responsive (tqtezos#249) # This is the commit message tqtezos#15: Adding basic netlify redirect config (tqtezos#290) # This is the commit message tqtezos#16: Initial work on marketplace # This is the commit message tqtezos#17: fix formatting # This is the commit message tqtezos#18: Loading spinner for collections # This is the commit message tqtezos#19: Remove "marketplace" header # This is the commit message tqtezos#20: Better icons # This is the commit message tqtezos#21: Only show active sale items # This is the commit message tqtezos#22: Batch "list for sale" transactions. Fixes tqtezos#287 # This is the commit message tqtezos#23: revert marketplace contract to correct version # This is the commit message tqtezos#24: restart bcd api in sandbox on failure # This is the commit message tqtezos#25: feat: Update header to reflect new designs # This is the commit message tqtezos#26: feat: Move logo to common assets, add responsive header logo # This is the commit message tqtezos#27: This should be replace: false, or else the back button will not go back to marketplace # This is the commit message tqtezos#28: v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#29: remove description text for resp. (tqtezos#291) # This is the commit message tqtezos#30: Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected # This is the commit message tqtezos#31: v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#32: Add type to Nft metadata accordingly to TZIP-21 # This is the commit message tqtezos#33: Reskin asset detail page Changes appointed in the PR # This is the commit message tqtezos#34: Allow the addition to root level of metadata # This is the commit message tqtezos#35: Change sell button to be seen only by the owner # This is the commit message tqtezos#36: Add custom scrollbar
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
# This is the 1st commit message: coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% # This is the commit message tqtezos#2: removed preview text for UI purposes (tqtezos#262) Removed preview # This is the commit message tqtezos#3: update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README # This is the commit message tqtezos#4: Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy # This is the commit message tqtezos#5: Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) # This is the commit message tqtezos#6: feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code # This is the commit message tqtezos#7: feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#8: Add badge to display network when not on mainnet. # This is the commit message tqtezos#9: Add badge to display network when not on mainnet. # This is the commit message tqtezos#10: Link contract to explorer GUI. Fixes tqtezos#242 # This is the commit message tqtezos#11: added OM favicon replacement (tqtezos#283) # This is the commit message tqtezos#12: shield auto-updates (tqtezos#284) # This is the commit message tqtezos#13: updated shield code # This is the commit message tqtezos#14: Make grid responsive (tqtezos#249) # This is the commit message tqtezos#15: Adding basic netlify redirect config (tqtezos#290) # This is the commit message tqtezos#16: Initial work on marketplace # This is the commit message tqtezos#17: fix formatting # This is the commit message tqtezos#18: Loading spinner for collections # This is the commit message tqtezos#19: Remove "marketplace" header # This is the commit message tqtezos#20: Better icons # This is the commit message tqtezos#21: Only show active sale items # This is the commit message tqtezos#22: Batch "list for sale" transactions. Fixes tqtezos#287 # This is the commit message tqtezos#23: revert marketplace contract to correct version # This is the commit message tqtezos#24: restart bcd api in sandbox on failure # This is the commit message tqtezos#25: feat: Update header to reflect new designs # This is the commit message tqtezos#26: feat: Move logo to common assets, add responsive header logo # This is the commit message tqtezos#27: This should be replace: false, or else the back button will not go back to marketplace # This is the commit message tqtezos#28: v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#29: remove description text for resp. (tqtezos#291) # This is the commit message tqtezos#30: Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected # This is the commit message tqtezos#31: v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts # This is the commit message tqtezos#32: Add type to Nft metadata accordingly to TZIP-21 # This is the commit message tqtezos#33: Reskin asset detail page Changes appointed in the PR # This is the commit message tqtezos#34: Allow the addition to root level of metadata # This is the commit message tqtezos#35: Change sell button to be seen only by the owner # This is the commit message tqtezos#36: Add custom scrollbar # This is the commit message tqtezos#37: Optimized for big images # This is the commit message tqtezos#38: Add zoom feature # This is the commit message tqtezos#39: Zoom # This is the commit message tqtezos#40: Fix zoom # This is the commit message tqtezos#41: Aligned div # This is the commit message tqtezos#42: Ensure develop is up to date with release (tqtezos#300) # This is the commit message tqtezos#43: Fix the video hiding buttons the and back button (tqtezos#301) # This is the commit message tqtezos#44: Removed Decimal Limit (tqtezos#304) * removed decimal limit on individual asset page * changed public information for link post * Changed owner to collection on asset page * removed placeholder asset
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar Optimized for big images Add zoom feature Zoom Fix zoom Aligned div Ensure develop is up to date with release (tqtezos#300) Fix the video hiding buttons the and back button (tqtezos#301) Removed Decimal Limit (tqtezos#304) * removed decimal limit on individual asset page * changed public information for link post * Changed owner to collection on asset page * removed placeholder asset Responsive New Asset Flow (tqtezos#306) Update index.tsx
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar * coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar Optimized for big images Add zoom feature Zoom Fix zoom Aligned div Ensure develop is up to date with release (tqtezos#300) Fix the video hiding buttons the and back button (tqtezos#301) Removed Decimal Limit (tqtezos#304) * removed decimal limit on individual asset page * changed public information for link post * Changed owner to collection on asset page * removed placeholder asset coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar Optimized for big images Add zoom feature Zoom Fix zoom Aligned div Ensure develop is up to date with release (tqtezos#300) Fix the video hiding buttons the and back button (tqtezos#301) Removed Decimal Limit (tqtezos#304) * removed decimal limit on individual asset page * changed public information for link post * Changed owner to collection on asset page * removed placeholder asset Responsive New Asset Flow (tqtezos#306) Update index.tsx
maelswarm
added a commit
to maelswarm/minter
that referenced
this pull request
Apr 1, 2021
coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar * coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar Optimized for big images Add zoom feature Zoom Fix zoom Aligned div Ensure develop is up to date with release (tqtezos#300) Fix the video hiding buttons the and back button (tqtezos#301) Removed Decimal Limit (tqtezos#304) * removed decimal limit on individual asset page * changed public information for link post * Changed owner to collection on asset page * removed placeholder asset coll imgs now scaled down + height:100% coll imgs now scaled down + height:100% removed preview text for UI purposes (tqtezos#262) Removed preview update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README Carbon savings message on creation of NFT (tqtezos#264) * added CO2 em. message * Modified copy Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code feat: Update git hash in bootstrap-contracts-config.ts Add badge to display network when not on mainnet. Add badge to display network when not on mainnet. Link contract to explorer GUI. Fixes tqtezos#242 added OM favicon replacement (tqtezos#283) shield auto-updates (tqtezos#284) updated shield code Make grid responsive (tqtezos#249) Adding basic netlify redirect config (tqtezos#290) Initial work on marketplace fix formatting Loading spinner for collections Remove "marketplace" header Better icons Only show active sale items Batch "list for sale" transactions. Fixes tqtezos#287 revert marketplace contract to correct version restart bcd api in sandbox on failure feat: Update header to reflect new designs feat: Move logo to common assets, add responsive header logo This should be replace: false, or else the back button will not go back to marketplace v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts remove description text for resp. (tqtezos#291) Add mobile navigation and collections dropdown (tqtezos#292) * feat: Add mobile navigation * feat: Add collections dropdown * fix: Cleanup responsive featured marketplace token styles * fix: Remove unused variables * fix: Don't show certain desktop nav items when wallet disconnected * feat: Show connect wallet in settings dropdown if disconnected v0.4.3 (tqtezos#278) * removed preview text for UI purposes (tqtezos#262) * update README (tqtezos#268) PR points to Minter SDK for contracts and updates some of the README * Carbon savings message on creation of NFT (tqtezos#264) * Add video metadata types to file upload page. Fixes tqtezos#238 (tqtezos#251) * feat: Update fa2_tzip16_compate_multi_nft_asset.ts with (tqtezos/minter-sdk#62) code * feat: Update git hash in bootstrap-contracts-config.ts Add type to Nft metadata accordingly to TZIP-21 Reskin asset detail page Changes appointed in the PR Allow the addition to root level of metadata Change sell button to be seen only by the owner Add custom scrollbar Optimized for big images Add zoom feature Zoom Fix zoom Aligned div Ensure develop is up to date with release (tqtezos#300) Fix the video hiding buttons the and back button (tqtezos#301) Removed Decimal Limit (tqtezos#304) * removed decimal limit on individual asset page * changed public information for link post * Changed owner to collection on asset page * removed placeholder asset Responsive New Asset Flow (tqtezos#306) Update index.tsx
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.