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>
This commit is contained in:
Arda Nakışçı
2022-09-01 09:27:23 +03:00
committed by GitHub
co-authored by name-user1 Serkan Reis name-user1
parent 00960f429e
commit 9dc19a99ab
12 changed files with 234 additions and 77 deletions
+1 -2
View File
@@ -22,6 +22,7 @@
"@fontsource/roboto": "^4",
"@headlessui/react": "^1",
"@keplr-wallet/cosmos": "^0.9.16",
"@pinata/sdk": "^1.1.26",
"@popperjs/core": "^2",
"@svgr/webpack": "^6",
"@tailwindcss/forms": "^0",
@@ -34,7 +35,6 @@
"next": "^12",
"next-seo": "^4",
"nft.storage": "^6.3.0",
"@pinata/sdk": "^1.1.26",
"react": "^18",
"react-datetime-picker": "^3",
"react-dom": "^18",
@@ -44,7 +44,6 @@
"react-popper": "^2",
"react-query": "^3",
"react-tracked": "^1",
"react-collapsed": "^3",
"scheduler": "^0",
"zustand": "^3"
},