Commit Graph

6 Commits

Author SHA1 Message Date
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
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
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
Felipe Mendes 2a9378fa52
feat: explore pagination view and loading skeletons (#202)
* feat: add skeleton styles

* feat: add nfa card skeleton

* refactor: fetch nfas with single list

* refactor: fetching nfa list backwards until no more data

* feat: add end of scroll fetch

* fix: nfa card skeleton sizing

* feat: add threshold to scroll end hook
2023-04-04 10:12:33 -03:00
Felipe Mendes a2b8c4f7fd
feat: UI create card list component (#200)
* feat: add nfa card base structure

* feat: add needed data on lastNFAsPaginated query

* fix: nfa preview for multiple colors at the same time

* feat: setup nfa card style

* feat: apply NFAcard in NFAList
2023-04-03 11:26:42 -03:00