Commit Graph

25 Commits

Author SHA1 Message Date
Serkan Reis
79bb24d33a Address the issue with #s in uploaded file names 2023-11-12 21:18:04 +03:00
Serkan Reis
a0bbc0ebeb Disable updatable option for standard collection creation 2023-11-10 09:32:01 +03:00
Serkan Reis
a2b2a072e6 Disable updatable option for collection creation 2023-11-10 09:16:18 +03:00
Serkan Reis
2f2a7c6a76 Display updatable metadata price on collection details 2023-09-21 14:29:21 +03:00
Serkan Reis
c6534d30f5 Update date & time inputs to reflect timezone settings 2023-09-01 15:14:38 +03:00
Serkan Reis
0481032a1f Surface standard & 1/1 collection configuration 2023-07-25 22:27:42 +03:00
Serkan Reis
0f8c9dfe7a Include additional errors 2023-05-03 21:39:06 +03:00
Serkan Reis
9c740d0fb0 Remove Trading Start Time from 1/1 Collections > Collection Details 2023-04-03 22:22:27 +03:00
Serkan Reis
e688f86049 Update the condition for displaying sg721-updatable toggle 2023-04-01 19:13:21 +03:00
Serkan Reis
1d1c35135f Fetch minter creation fees prior to collection creation 2023-04-01 16:45:49 +03:00
Serkan Reis
04be47c18a Temporarily disable sg721-updatable toggle for collection creation 2023-03-31 15:01:27 +03:00
Serkan Reis
cd0c3f1d8d Conditionally disable sg721-updatable switch 2023-03-27 12:06:02 +03:00
Serkan Reis
6da52258b2 Standard collection creation now includes optional payment address input 2023-03-18 16:11:40 +03:00
Serkan Reis
4442c7c4f7 Adjust tooltip activation area for Updatable Metadata toggle 2023-03-05 19:14:48 +03:00
Serkan Reis
34598997e2 Added toasts for Updatable Token Metadata toggle 2023-03-05 18:41:08 +03:00
Serkan Reis
4a8c199c53 Incorporate metadata updatability into the collection creation process 2023-02-26 12:36:34 +03:00
Serkan Reis
a6abf4a2fc Implement manual metadata input functionality for 1/1 minting 2022-12-26 16:17:09 +03:00
Serkan Reis
fdec20798e Remove maxWidth for error messages 2022-11-02 10:53:17 +03:00
Serkan Reis
eac77b006d Update trading start time subtitle on collection creation page 2022-10-24 19:03:23 +03:00
Serkan Reis
8a07a182e5 Add update_collection_info() to collection actions 2022-10-24 12:09:43 +03:00
Serkan Reis
b451ac46bf Fix: external_link related problem when creating with an existing base token uri 2022-10-21 07:14:49 +03:00
name-user1
039b8b424b
Launchpad V2 sync (#34)
* V2 Sync

* v2 sync

* Launchpad V2 sync

* Update trading start time description

* Add explicit_content to CollectionDetails update dependencies

* Minor UI changes

* Update MintPriceMessage interface

* Add symbolState.value to CollectionDetails update dependencies

* Add external_link to Collection Details

* Remove the tab Instantiate from the minter contract dashboard

* Add price check for update_minting_price

* Implement dynamic per address limit check

* Add checks for trading start time

* Update Minter Contract Dashboard Instantiate Tab - 1

* Update Minter Contract Dashboard Instantiate Tab - 2

* Remove Instantiate tab from SG721 Contract Dashboard

* Update whitelist contract helpers

* Update whitelist instantiate fee wrt member limit

Co-authored-by: name-user1 <eray@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
2022-10-20 19:02:52 -06:00
Arda Nakışçı
9dc19a99ab
Merge development to main (#43)
* UI changes & improvements (#41)

* Remove show advanced options button, add symbol input

* Add checks for minting time constraints

* Royalty share input placeholder update

* Update input subtitles & error messages

* Token price subtitles now include minimum token price

* Ensure the files to be uploaded are in numerical order starting from 1

* Add collection creation confirmation modal

* Make some changes

Co-authored-by: findolor <anakisci@gmail.com>

* Airdrop feature added to collection actions (#42)

Co-authored-by: name-user1 <eray@deuslabs.fi>

Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: name-user1 <101495985+name-user1@users.noreply.github.com>
Co-authored-by: name-user1 <eray@deuslabs.fi>
2022-09-01 09:27:23 +03:00
Serkan Reis
1624f0c332
Use existing base token URI for collection creation (#36)
* Use existing base token URI for collection creation

* Cover image preview when using existing base token URI option

* Fix cover image preview border for non-square images

* check baseTokenURI and coverImageUrl validity

* Fix typo

* Cover image validity condition update

* Remove unnecessary conditionals

* Display correct collection creation results when using an existing base token URI

* Fix: base token URI not being displayed correctly for new uploads

* Post-review update

* Remove extra props

Co-authored-by: findolor <anakisci@gmail.com>
2022-08-16 10:04:33 +03:00
Arda Nakışçı
4ba58eca6d
Refactoring collection creation logic (#20)
* Split collection info component

* Fix texts

* Refactor components

* Create upload details component

* Add on change method to collection details

* Add on change method to minting details

* Add on change method to whitelist details

* Add on change method to royalty details

* Update create page name

* Refactor code for collection creation logic
2022-08-04 12:16:42 +03:00