Go to file
Camila Sosa Morales 09d24f9723
feat: mint site view (#15)
* wip: add routes

* refactor: add config for hot reload con vite.config.js

* wip: added chakra-ui. start with the form

* feat: add formik for form validation

* feat: added validation for addresses

* feat: add success/failure message. add onSubmit handler

* feat: add setSubmitting false

* feat: update metadata fields

* wip: add mocked function

* feat: mocked onSubmit funciton

* Apply suggestions from code review

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>

* Apply suggestions from code review

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>

* refactor: PR review changes

* feat: add validation for image urls. remove controller address

* reafctor: refactor fields validation

* refactor: create input field component

* style: add responsive styles. change bg color and font. change back button

* refactor: apply PR comments

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2022-12-13 09:32:55 -03:00
contracts feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
deploy feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
deployments/mumbai feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
lib feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
scripts feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
test feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
ui feat: mint site view (#15) 2022-12-13 09:32:55 -03:00
.env.example feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
.gitignore feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
.gitmodules feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
.prettierrc refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
LICENSE Initial commit 2022-09-27 16:57:59 -03:00
foundry.toml feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
hardhat.config.ts feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
package.json feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
remappings.txt feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
yarn.lock feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00