Skip to content

Commit

Permalink
feat(web): bridge UI improvements (#164)
Browse files Browse the repository at this point in the history
* infinite scroll + used new alchemy / ark project endpoints

* infinite scroll refacto + lots of things

* cleaned types

* bridge both sides is back

* bumped wagmi + fix bug switch network

* ui

* fetch nfts from cart

* removed console.logs

* tried to fix build

* another atempt

* approve tests

* fix(package): use yarn

* fix(web): build

* finished the lounge whole flow

* everai UI + Lounge + many things

* ui

* ui

* fix build

* updated colors

* updated colors

* fix build

* added success modal, and ux things

* changed hooks

* changed spacing

* fix build

* fix build

* updates

* icons update

* updated icons

* removed test link

* removed redirection

* refacto / starknet multicall / ui

* supported every connectors on ethereum side + ui modifications + congrats modal etc

* fix build

* removed unused hook

* changed not connected state modal

* modal changes

* qa fixes

* colors changes

* qa fixes

* fix: collapsible animation

* fix build

* smoother animation + wording

* animations / redesign / refacto

* updated logo + bridge request logic

* spacing changes

* design qa

* removed unused line

* qa live fixes

* fix build

* fix build

* supported video nfts

* fix build

* added faq page

* new modal flow

* fixed modal bug

* legal notice + new animation

* show both sides on past transfers in the portfolio + new empty states + dark mode bug fix

* fix build

* new pages + some fixes

* close starknet modal on connect

* main net

* fix build

---------

Co-authored-by: kwiss <[email protected]>
  • Loading branch information
2 people authored and remiroyc committed Apr 3, 2024
1 parent e409873 commit de82d7b
Show file tree
Hide file tree
Showing 202 changed files with 23,742 additions and 9,506 deletions.
21 changes: 11 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,38 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "1.7.10",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^4.14.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toolbar": "^1.0.4",
"@starknet-react/core": "^1.0.2",
"@starknet-react/chains": "^0.1.6",
"@starknet-react/core": "^2.2.4",
"@t3-oss/env-nextjs": "^0.3.1",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"alchemy-sdk": "^2.8.3",
"design-system": "*",
"clsx": "^2.1.0",
"design-system": "workspace:*",
"framer-motion": "^11.0.3",
"get-starknet-core": "^3.2.0",
"next": "^13.4.2",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"starknet": "^5.19.5",
"starknet": "^5.25.5",
"superjson": "1.12.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1",
"viem": "^1.10.7",
"wagmi": "^1.4.1",
"viem": "^2.7.6",
"wagmi": "^2.5.5",
"zod": "^3.21.4"
},
"devDependencies": {
Expand All @@ -52,8 +54,7 @@
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"tailwind-config": "*",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
},
Expand Down
Binary file modified apps/web/public/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions apps/web/public/icons/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions apps/web/public/logos/arkproject.svg

This file was deleted.

88 changes: 88 additions & 0 deletions apps/web/public/logos/dark/element.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/logos/dark/flex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/logos/dark/pyramid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit de82d7b

Please sign in to comment.