Commit Graph

171 Commits

Author SHA1 Message Date
Serkan Reis
7f31500253 Update sidebar & add my collections 2022-09-23 11:37:55 +03:00
name-user1
6d0bacad1f Using contract addresses together 2022-09-22 17:04:44 +03:00
name-user1
015ec869cd Single collection actions page 2022-09-22 16:23:16 +03:00
Serkan Reis
98d2b89b29
Merge pull request #13 from public-awesome/sidebar-image-fix
Fix sidebar image display
2022-09-19 11:42:37 +03:00
findolor
e670d36a54 Fix sidebar image display 2022-09-19 11:41:40 +03:00
Serkan Reis
9ae16407b7
Updated look for collection creation tabs (#12)
* Updated look for collection creation tabs

* Update on-hover behavior for tabs

* Update on-hover behavior for tabs - 2

* Add some separation between the tabs
2022-09-19 11:14:30 +03:00
Serkan Reis
ddbdbd35ab
Add launchpad link to collection creation results (#10) 2022-09-15 10:33:08 +03:00
name-user1
e2a802f2b7
UI changes (#9)
* UI changes

* Update sidebar brand image

Co-authored-by: name-user1 <eray@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
2022-09-13 08:19:04 +03:00
Serkan Reis
11298185a0
Update contract address using router on contract execution pages (#7) 2022-09-12 10:25:44 +03:00
Serkan Reis
7d22328543
Include the whitelist contract address in the collection creation info box (#6)
* Add whitelist contract address to the collection creation result box

* Account for the no whitelist option
2022-09-11 20:54:28 +03:00
Serkan Reis
8a172c2db3
Update the checks for asset & metadata filename validity (#5) 2022-09-09 15:13:19 +03:00
Serkan Reis
dedeab8de2
Re-enable user input checks & remove default API keys (#4) 2022-09-08 09:22:27 +03:00
Arda Nakışçı
8c6fc617c1
Merge pull request #3 from public-awesome/sidebar-links-update
Update the sidebar link for submitting an issue
2022-09-07 10:49:39 +03:00
Serkan Reis
edc4caef27 Submit an issue sidebar link update 2022-09-07 10:27:32 +03:00
Arda Nakışçı
1814088326
Merge pull request #2 from public-awesome/code-owners
Change code owners
2022-09-05 09:39:24 +03:00
findolor
657b03914e Change code owners 2022-09-05 09:37:10 +03:00
Arda Nakışçı
e18b6e4366
Merge pull request #1 from public-awesome/create-collection-tx-spinner
Add spinner for Create Collection transactions
2022-09-05 09:28:00 +03:00
Serkan Reis
3b8cd7588c Add spinner for create collection transactions 2022-09-02 21:45:42 +03: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
00960f429e
Add batch transfer to sg721 collection actions (#40) 2022-08-16 13:04:23 +03:00
findolor
3b5f287715 Fix type definitions and add deus labs name 2022-08-16 10:28:18 +03:00
Serkan Reis
aae2b14a01
Add burn & batch burn for sg721 (#39)
* Add burn & batch burn for sg721

* Add batch burn range

* Refactor contract messages logic

Co-authored-by: findolor <anakisci@gmail.com>
2022-08-16 10:18:35 +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
Serkan Reis
c7098cc40c
Update sg721 default query type as "collection_info" (#38)
* Update sg721 default query type as collection_info

* Update Stargaze brand text position on welcome screen

* Fix typo on Sg721 contract Execute page
2022-08-16 09:59:15 +03:00
findolor
81dc8ed867 Refactor for prod build 2022-08-15 11:50:15 +03:00
Serkan Reis
c6b8e10d73 Fix for vertical images 2022-08-11 17:27:01 +03:00
Serkan Reis
3e6a7a0eee Fix vertical video previews 2022-08-11 17:20:59 +03:00
Serkan Reis
f895533ad6
Sequence overlay for asset previews (#37)
* Sequence overlay for asset previews

* Make updates

* Remove extra css

Co-authored-by: findolor <anakisci@gmail.com>
2022-08-11 16:38:33 +03:00
Serkan Reis
cceb2c1d08
Display collection creation results (#35)
* Display collection creation results

* Add links for collection creation details

* Update link appearance
2022-08-10 15:04:18 +03:00
findolor
2c04539894 Fix anchor component imports 2022-08-10 12:42:00 +03:00
Arda Nakışçı
20926b8781
Change some texts and tools related things (#34)
* Change some texts and tools related things

* Add favicon and remove unused components
2022-08-10 12:39:39 +03:00
Arda Nakışçı
e68f2f25eb
Add loading spinner and modal on asset metadata upload (#33) 2022-08-10 12:07:05 +03:00
name-user1
c994411dfb
Batch minting (#30)
* Bach Mint

* Add mint_for for batch minting

* Batch minting with mint to function with given number

* Minor fixes

* Update components/collections/actions/actions.ts

Co-authored-by: name-user1 <eray@deuslabs.fi>
Co-authored-by: Serkan Reis <serkanreis@gmail.com>
Co-authored-by: Arda Nakışçı <anakisci@gmail.com>
2022-08-10 10:25:23 +03:00
Serkan Reis
823b8c04f5
Omit file extensions during metadata file upload (#32)
* Upload metadata files without an extension

* Display success toast on metadata updates
2022-08-10 09:57:20 +03:00
Arda Nakışçı
b9c22ea425
Move assets preview to component (#29) 2022-08-09 16:18:32 +03:00
Serkan Reis
0f0e68a285
Fixes and improvements (#28)
* Update collection creation error messages

* Update minimum unit price

* Update .env.example

* Fix double ustars conversion for whitelist & minter unit_price

* Add minimum unit price for whitelisted addresses

* Fix: Invalid baseTokenURI error during collection instantiation

* Collection cover image URI update

* Minimum unit price update - 2

* Fix: nonfunctional existing whitelist option

* Check matching asset and metadata file arrays before creating a collection

* Mark minting detail inputs as required

* Fix: collection creation with the specified royalty preference

* Fix: whitelistType change problem

* Fix creation logic

* Automate number of tokens input & check per address limit

* Automate number of tokens input & check per address limit - 2

* Metadata files should have .json extensions

* Check royalty percentage

* Upload service related changes now trigger state updates

Co-authored-by: findolor <anakisci@gmail.com>
2022-08-09 14:42:55 +03:00
Serkan Reis
986777b73d
Use "animation_url" in the uploaded metadata for storing media file URIs (#27)
* Remove image and animation_url from metadata modal

* Use animation_url for storing audio and video asset URIs

* Use image and animation_url keys together for audio/video assets

* Delete empty metadata keys

* Post-review update
2022-08-09 12:08:10 +03:00
Serkan Reis
afe2928a9e network.ts update (httpUrl: elgarfar-1 --> elgafar-1) 2022-08-07 12:50:48 +03:00
Serkan Reis
df9ed0c73f
Merge pull request #25 from deus-labs/fix-video-preview-flicker
Fix blinking/flicker on audio and video previews
2022-08-05 14:25:30 +03:00
Serkan Reis
1eb3968678 Fix merge conflicts 2022-08-05 14:24:19 +03:00
Serkan Reis
504b224811
Merge branch 'main' into fix-video-preview-flicker 2022-08-05 14:17:02 +03:00
Arda Nakışçı
927a3af361
Collection creation page styling (#26)
* Refactor whitelist component and add new state

* Implement existing whitelist component

* Refactor other pages for styling
2022-08-05 14:13:27 +03:00
Serkan Reis
3414ec200c Center audio and video previews on asset grid cells 2022-08-05 12:04:50 +03:00
Serkan Reis
49fe1d8da4 fix preview flicker on asset grid 2022-08-05 11:44:47 +03:00
Serkan Reis
1eff11a8c5 Fix preview flicker on metadata modal 2022-08-04 16:33:58 +03:00
name-user1
5b9ce8568c
Sidebar double highlight fix (#24)
Co-authored-by: name-user1 <eray@deuslabs.fi>
2022-08-04 14:23:21 +03:00
Serkan Reis
916beb6d5e
Metadata modal update (#22)
* Add animation_url and youtube_url to metadata modal

* Reset asset and metadata list on upload method change

* Allow the user to add attributes even though the metadata file is missing them

* Add missing attribute check

Co-authored-by: findolor <anakisci@gmail.com>
2022-08-04 14:22:13 +03:00
Arda Nakışçı
c62438d753
Upload details component styling (#23)
* Add styling to upload details

* Refactor image preview
2022-08-04 14:19:25 +03:00
findolor
e89fcddc2f Fix create method 2022-08-04 12:17:37 +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