non-fungible-apps/ui
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
..
src feat: mint site view (#15) 2022-12-13 09:32:55 -03:00
.eslintignore feat: boilerplate for UI (#14) 2022-12-01 10:25:30 -03:00
.eslintrc.js feat: boilerplate for UI (#14) 2022-12-01 10:25:30 -03:00
.gitignore UI 11: refactor vite.config.json (#20) 2022-12-05 15:15:21 -03:00
.prettierrc feat: boilerplate for UI (#14) 2022-12-01 10:25:30 -03:00
index.html feat: boilerplate for UI (#14) 2022-12-01 10:25:30 -03:00
package.json feat: mint site view (#15) 2022-12-13 09:32:55 -03:00
tsconfig.json UI 11: refactor vite.config.json (#20) 2022-12-05 15:15:21 -03:00
vite.config.ts UI 11: refactor vite.config.json (#20) 2022-12-05 15:15:21 -03:00
yarn.lock feat: mint site view (#15) 2022-12-13 09:32:55 -03:00