Commit Graph

107 Commits

Author SHA1 Message Date
Camila Sosa Morales bab42a5e6e
feat: add ipfs hash in mint form (#267)
* feat: add ipfs hash in mint form

* chore: remove harcoded verifier from mint form
2023-06-14 13:01:44 -03:00
Felipe Mendes 74d4a4eb9c
refactor: UI page layout component nesting and move app context to redux (#265)
* refactor: remove app context to use redux instead

* refactor: gradient overlay to single element

* refactor: app state backgroundColor to overlayColor

* refactor: app page nesting and positioning
2023-05-19 15:57:12 -03:00
Camila Sosa Morales 07db609798
feat: UI remove tailwind (#259)
* chore: remove tailwind from input file component

* feat: remove tailwind from components

* chore: remove styles from index.tsx

* style: remove tailwind

* style: fix global styles

* style: fix menu-item, nfa-row, skeleton detail nfa

* style: fix mint nfa/ create ap align

* Update ui/src/components/core/color-picker/color-picker.tsx

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

* Update ui/src/components/core/color-picker/color-picker.tsx

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

* Update ui/src/components/core/switch/switch.styles.ts

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

* Update ui/src/index.tsx

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

* Update ui/src/views/mint/nfa-step/verify-step/verify-nfa-step.styles.ts

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

* Update ui/src/theme/globals.ts

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

* style: fix styles for switch

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-05-19 11:13:02 -03:00
Camila Sosa Morales 9162a1f92b
fix: fix wallet button (#263)
* fix: refactor connect button wallet to fix warning

* chore: remove unused component
2023-05-18 16:39:57 -03:00
Camila Sosa Morales 6cf32bedb9
feat: UI switch grid list on nfa listing (#261)
* feat: display nfas grid or list

* feat: add list view

* chore: rename component

* style: add margin

* chore: add skeleton for nfa list

* chore: add TODO comment

* Update ui/src/views/explore/explore-list/nfa-list/nfa-list.styles.ts

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

* Update ui/src/views/explore/explore-list/nfa-list/nfa-list.styles.ts

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

* merge develop

* style: responsiveness for explore view

* chore: remove old file

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-05-17 16:10:37 -03:00
Camila Sosa Morales 48755af8c1 style: fix styles PR review 2023-05-16 14:44:15 -03:00
Camila Sosa Morales 540eabf4ff style: fix mobile designs 2023-05-16 12:19:25 -03:00
Camila Sosa Morales 7475a62548
Merge branch 'develop' into feature/sc-838/ui-finish-indexed-nfa-view-after-design-changes 2023-05-11 15:53:28 -03:00
Camila Sosa Morales d004890e88 styles: responsivness on NFA detail page 2023-05-11 12:15:42 -03:00
Camila Sosa Morales afba5e4d61 chore: remove debugger 2023-05-11 11:39:09 -03:00
Camila Sosa Morales ca185c0f36 feat: infinite scroll for hosted NFAs list 2023-05-11 11:38:03 -03:00
Camila Sosa Morales 346d4efc34
fix: fix card header (#257) 2023-05-10 19:22:48 -03:00
Camila Sosa Morales 698238c9b9 chore: re-organize fragments indexed nfa view 2023-05-10 15:32:46 -03:00
Camila Sosa Morales 36223a7620 chore: nfa icon error image 2023-05-10 12:11:21 -03:00
Camila Sosa Morales 349cf57976
feat: UI show the total nfas (#252)
* feat: show total tokens

* Update ui/src/views/explore/explore-list/nfa-search.fragment.tsx

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

* Update ui/src/views/explore/explore-list/nfa-search.fragment.tsx

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

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-05-10 11:44:51 -03:00
Camila Sosa Morales cda25b9a3b
feat: UI refactor card header (#250)
* reactor: refactor card header

* feat: custom card component

* chore: animation on create ap success card

* chore: remove old file

* chore: global responsiveness (#251)

* Update ui/src/components/card/card.tsx

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

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-05-10 11:44:40 -03:00
Camila Sosa Morales d2bad871c3
chore: UI transition when wallet is already connected (#177)
* chore: wallet auto transition when already connected

* chore: display connected address

* chore: skip first step if wallet connected

* chore: remove useeffect from mint stepper
2023-05-10 11:44:19 -03:00
Camila Sosa Morales 130ef2589c style: radial gradient background 2023-05-09 17:21:03 -03:00
Camila Sosa Morales 65e7ec9429 Merge branch 'develop' into feature/sc-838/ui-finish-indexed-nfa-view-after-design-changes 2023-05-09 13:48:14 -03:00
Camila Sosa Morales 74dbac66cd feat: add menu component 2023-05-09 10:52:49 -03:00
Camila Sosa Morales 393c4a316d
feat: NFA detail page subraph integration (#254)
* feat: nfa detail page with data from the subgraph

* Update ui/src/views/indexed-nfa/fragments/aside.fragment.tsx

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

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-05-09 10:31:29 -03:00
Camila Sosa Morales 84659d6392 refactor: aside component NFA detail page 2023-05-05 19:05:09 -03:00
Camila Sosa Morales 829d287b75 feat: set background gradient on nfa detail page 2023-05-05 12:58:44 -03:00
Camila Sosa Morales f685d6800b
feat: UI responsiveness on mint and AP flow (#245)
* wip: make mint flow responsive

* feat: add responsivness

* feat: add button connection

* refactor: remove iconSpacing from button for responsiveness

* styles: text ellipsis variation

* style: ellipsis on combobox
2023-04-28 12:16:24 -03:00
Camila Sosa Morales 0983e28755
styles: fix resolved address (#247) 2023-04-27 11:36:06 -03:00
Camila Sosa Morales ce6fd030e3
fix: UI repo configuration step fix styles (#243)
* feat: create row data component

* chore: remove margin from left icons

* styles: add styles for icon on row data
2023-04-27 11:25:40 -03:00
Camila Sosa Morales 9f48213e28
refactor: remove dropdown component and use combobox instead (#242) 2023-04-27 10:51:25 -03:00
Camila Sosa Morales fd4b7c953c
chore: UI remove tailwind from input component (#241)
* refactor: refactor styles repository selection

* refactor: remove tailwind from input component

* chore: change input group component

* chore: review changes on input component
2023-04-27 10:30:53 -03:00
Felipe Mendes ae8ba51c84
feat: UI work on navbar responsivity (#244)
* feat: add useMediaQuery

* feat: add menu icon

* feat: add navbar responsivity

* feat: add current path indication for navigation

* feat: prevent screen zoom

* refactor: move logo to navbar folder

* refactor: move sidebar to single file

* refactor: set icon names to kebab case

* feat: add alpha color function

* feat: add backdrop filter on navbar
2023-04-26 16:31:39 -03:00
Camila Sosa Morales 737715e1e3
styles: fix dropdown sorting styles (#238) 2023-04-24 18:22:26 -03:00
Felipe Mendes 0354877581
refactor: ui explore view responsivity (#236)
* refactor: clean up nfa search code and add base responsivity

* refactor: clean up nfa list code

* refactor: rename explore header fragment files

* refactor: nfa list items sizing

* feat: add vertical padding for page content

* refactor: make navbar not break the layout
2023-04-24 11:16:47 -03:00
Camila Sosa Morales 21b9660164
feat: UI ap flow (#223)
* chore: AP flow based on designs

* chore: preview ap creation

* style: max-width for explore container

* fix: fix setArgs

* feat: add success step for access point creation

* feat: add dots spinner

* chore: AP flow finished

* chore: release changes

* feat: store ens once the user log in with wallet

* feat: add mocked function for bunny cdn creation

* chore: finish bunny cdn mocked functions

* chore: run eslint

* feat: add domain validator

* style: move animation to stitches keyframes

* chore: set ens only when is not set

* Update ui/src/store/features/bunny-cdn/async-thunk/verify-ap.ts

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

* chore: remove nfa-picker

* chore: get nfa name

* chore: change verify thunk name

* fix: fix verifyPullzone thunk

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-04-21 15:57:20 -03:00
Felipe Mendes 22a6d70e98
feat: UI indexed nfa view (#230)
* wip: indexed nfa base layout

* refactor: split aside and main components to single files

* feat: indexed nfa aside styling

* feat: add main section header and drescription

* feat: add main section traits

* feat: add verification banner in main fragment

* feat: add externla link icon

* feat: add table stylings and frontends section mocked

* feat: add versions table mocked

* feat: add small layer of responsivity

* feat: add indexed nfa view skeleton

* refactor: create fragments folder

* refactor: split out mock and add todo comment

* feat: add icon on verified banner

* refactor: table stylings

* feat: add chevron right icon

* fix: link paths

* chore: add todo comments

* refactor: set initial position for aside container

* refactor: improve spacings

* fix: remove leftover comment
2023-04-20 14:19:53 -03:00
Felipe Mendes 795164b4aa
feat: add verifier input on mint form (#213)
* fix: ethereum tx provider hook typing

* feat: add base code for verifier dropdown select

* feat: fetch verifiers from subgraph

* refactor: use combobox for selecting verifier
2023-04-20 10:31:26 -03:00
Camila Sosa Morales 3da5666f09
style: fix combobox zIndex (#228) 2023-04-17 15:07:28 -03:00
Felipe Mendes 5ae09105c0
feat: UI create functionality to resolve address (#227)
* feat: add ENS slice

* feat: add resolved address hook

* feat: add resolved address component
2023-04-17 14:23:17 -03:00
Felipe Mendes 9934ad1cfd
feat: UI refactor on dropdown for better customization (#216)
* wip: combobox refactor

* refactor: new combobox styling

* refactor: rename new combobox

* wip: refactor combobox factory

* refactor: new combobox single component

* wip: refactor form combobox

* refactor: github branches typing

* refactor: ens field form combobox

* fix: readd removed branch icon

* refactor: replace nfa picker combobox

* refactor: remove old combobox

* refactor: rename combobox factory

* fix: remove leftover combobox code

* refactor: query filter by keys

* fix: create ap form title

* fix: max combobox options height

* feat: add chevron on combobox field

* refactor: optmize elements generation structure

* chore: add todo comments for things thats going to change

* fix: code comment addressed on pr
2023-04-17 11:40:31 -03:00
Camila Sosa Morales f51269b6a3
fix: add alchemy keys missinng (#222)
* fix: add alchemy keys missinng

* style: fix combobox index

* Update ui/src/store/features/github/async-thunk/login.ts

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

* style: remove zindex

* chore: remove duplicate toast

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-04-13 11:44:55 -03:00
Camila Sosa Morales c44efc9c53
style: change mint form fields order (#214) 2023-04-12 15:05:55 -03:00
Camila Sosa Morales 440a80752a
feat: CI/CD xyz (#206)
* feat: add deploy site config

* feat: add CI deploy xyz

* chore: add build ui folder on github workflow

* fix: fix workflow

* fix: fix build UI step

* chore: added remove comment

* feat: depoloy site on xyz when push to develop

* chore: add env varibles

* chore: remove main branch for CI/CD

* chore: change variables for secrets

* chore: make explore landing page
2023-04-12 13:48:55 -03:00
Camila Sosa Morales c4ced2ff93
feat: sorting on explore view (#220)
* chore: add orderBy params on query

* feat: add sorting on explore view
2023-04-12 12:56:38 -03:00
Camila Sosa Morales 361855946a
chore: refactor style combobox (#209)
* refactor: refactor combobox based on designs

* style: combobox with search separated
2023-04-12 11:03:15 -03:00
Camila Sosa Morales 09e50adefc
feat: UI search on nfas list (#211)
* wip: created context for explore view

* feat: add search to context to filter on query

* feat: add search value to query

* feat: add search by name, external URL and ens

* feat: search by name

* chore: remove comments

* chore: rename files explore view (#217)

* chore: rename files explore view

* Update ui/src/views/explore/explore-list/results-search.tsx

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

* chore: rename nfa search fragment

---------

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

* chore: update setPageNumber

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-04-11 17:22:34 -03:00
Camila Sosa Morales e9275ed04f
chore: update graph url (#215) 2023-04-10 18:38:01 -03:00
Shredder 8eb73f1fd9
chore: update config and commands to deploy to goerli (#195)
* chore: update config and commands to deploy to goerli

* feat: bring changes from other deployment branches into this branch. Including sepolia configs.

* chore: update ci to copy .env

* chore: add goerli api to .env.example.

* chore: update on UI readme

* feat: apply the requested changes

* chore: change verify-contract to verify.js and remove the other file

* chore: make the final requested changes on config files and readme.

* fix: missed comma

* docs: add the "setting contract address and abi" section to the README file in the UI directory

---------

Co-authored-by: janison <jsonsivar@gmail.com>
Co-authored-by: Camila Sosa Morales <camisosa@fleek.co>
2023-04-10 11:33:47 -04:00
Felipe Mendes df3e59f8a3
refactor: drip stitches exports (#210) 2023-04-10 11:34:06 -03:00
Camila Sosa Morales 70d1e28cf2
feat: UI add base theme black color to replace (#204)
* chore: add black color to stitches theme

* chore: add list-nfa to index

* Update ui/src/components/nfa-card/nfa-card.styles.ts

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

---------

Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
2023-04-05 15:56:00 -03:00
Camila Sosa Morales a4542d7442
chore: remove unused ref (#203) 2023-04-05 15:55:47 -03:00
Felipe Mendes c1af8df24c
bug: UI colors not showing up on firefox for nfa (#208)
* fix: color logo id without hashtag

* feat: remove image from preview when the load fails

* fix: dripStitches typing

* refactor: move SVGPreview to components folder with NFAPreview name

* fix: ens address variable
2023-04-05 15:52:08 -03:00
Felipe Mendes 0754606089
fix: UI graphql quries (#205)
* fix: graphql codegen rename Transfer entity to fix composition merge

* fix: scroll triggering refetch with query error

* fix: skip getENSNamesDocument when address is undefined
2023-04-04 15:24:43 -03:00