Camila Sosa Morales
04dc4a95c7
chore: mint form ( #115 )
...
* wip: form for mint
* style: change bgcolor for disabled button
* fix: add key to list items
* styles: add some spacings and border radius
* refactor: change type file and move file validation to form
* feat: add minted nft card. add wallet step
* refactor: add mint card header to not repeat code
* styles: add border radius to svg
* styles: fix styles on mint view
* style: fix height mint view
* fix: fix save repository config
* chore: changes based on PR review
2023-02-10 17:49:30 -05:00
Camila Sosa Morales
0af0da7477
feat: mint step 1 UI layout connect with GitHub ( #113 )
...
* feat: add gh steps
* fix: fix import as change the component name
* chore: add context for mint view
* fix: fix styles for dropdown
* chore: add dropdown on github components
* styles: fix styles for github repository config card
* fix: apply PR review comments
* style: reuse no results component
2023-02-09 10:21:48 -05:00
Camila Sosa Morales
3901033f81
styles: fix styles icon button ( #98 )
...
* chore: rename files
* styles: fix styles icon button
* chore: remove commented lines
2023-02-06 16:37:35 -05:00
Camila Sosa Morales
325fdb8361
feature: stepper component ( #91 )
2023-01-30 20:46:13 -05:00
Camila Sosa Morales
4e9023ce3f
chore: input component ( #84 )
2023-01-30 12:10:47 -05:00
Felipe Mendes
2b030f60b0
feat: svg preview test screen ( #88 )
...
* feat: add svg test screen
* chore: add svg test comments
2023-01-27 07:50:43 -03:00
Camila Sosa Morales
0553bef914
chore: remove chakra ( #86 )
...
* refactor: remove chakra
* refactor: remove stitches folder
2023-01-26 16:02:08 -05:00
Camila Sosa Morales
66e041f63f
refactor: UI improvements ( #67 )
...
* feat: add pointer on SiteCard
* fix: don`t show ens when it`s empty
* style: add icons on wallet button
* styles: align home button on same splace in all views
* style: add tooltip on attributes card
* chore: install react-icons
* feat: add paste feature on owner address field
* style: add icon of connected wallet
* style: add icon metamask
* fix: fix error message on owner address field
* chore: remove console.log
* style: add colors theme
* refactor: refactor icons. Create icon component
* refactor: remove function from component
* fix: fix husky precommit to add jsx and tsx files
* refactor: add metamask icon
* fix: fix import
* chore: remove metamask svg from assets
2023-01-11 16:34:05 -05:00
Camila Sosa Morales
99155edf2f
fix: broken json ( #66 )
...
* fix: fix broken json error. saving the description correctly
* fix: fix pr review comments
* fix: fix text display when theres no breakline
* fix: fix break lines text on details view. Move the \n replacing to the lib
2023-01-09 17:01:38 -05:00
Camila Sosa Morales
23dc080c7a
fix: refetching queries ( #65 )
...
* fix: fix refetcing data on focused
* fix: add key to SiteCard items
2023-01-09 13:03:39 -05:00
Felipe Mendes
8b88cf2881
feat: UI metamask integration ( #41 )
...
* feat: add redux and metamask slice
* refactor: move from metamask to generic wallet using ethers
* feat: add wallet button base
* feat: add getContract function and mint functionality
* refactor: move functions to ethereum file
* feat: wallet menus and disconnect function
* refactor: Ethereum object typings
* feat: add FleekERC721 contract interaction abstraction
* refactor: remove token detail fetch mock using
* refactor: add ethereum mint function to mint site component
* feat: add wallet initialize
* wip: add signature for lastTokenId function
* feat: integrate list of tokens
* refactor: mint params construct
* fix: global window.ethereum type definition
* fix: remove console log
* fix: remove todo comment
* fix: list view items displaying
2022-12-20 14:24:41 -03:00
Camila Sosa Morales
27359bd45f
feat: add toast hook ( #44 )
...
* feat: add toast hook
* refactor: changes on useToast based on PR comments
* reactor: refactor on useToast
2022-12-16 16:51:35 -03:00
Felipe Mendes
4836dd0436
chore: precommit hooks ( #18 )
...
* chore: add husky and lint-staged
* chore: add postinstall script
* chore: add prepush test hook
* chore: add skip tests flag
* chore: remove skip tests flag
* chore: fix format command to verify json files
2022-12-16 14:57:49 -03:00
Camila Sosa Morales
d96175fa3f
feat: list minted sites ( #42 )
...
* feat: add mintes sites list view
* wip: add card but need styles
* style: add style to site card component
* style: add style to site card
* fix: fix onClick propagation
* chore: remove unused param
* Apply suggestions from code review
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* Update list.tsx
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2022-12-16 11:27:39 -03:00
Camila Sosa Morales
6451208871
feat: minted site detail ( #36 )
...
* feat: add detail view. add home button component. add loading component
* feat: add tile info component
* style: change bg color and front family
* refactor: remove old file
* style: new style for detail view
* chore: fix comments
* refactor: change SiteNFTDetail type
* refactor: PR comments changes
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2022-12-14 18:28:15 -03:00
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