Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web): bridge UI improvements #164

Merged
merged 67 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
6990bcf
infinite scroll + used new alchemy / ark project endpoints
YohanTz Jan 29, 2024
be6a496
infinite scroll refacto + lots of things
YohanTz Jan 31, 2024
e544de2
cleaned types
YohanTz Feb 1, 2024
2f8093e
bridge both sides is back
YohanTz Feb 1, 2024
560f914
bumped wagmi + fix bug switch network
YohanTz Feb 1, 2024
c44f50e
ui
YohanTz Feb 5, 2024
f5ecbdb
fetch nfts from cart
YohanTz Feb 6, 2024
1332fbc
removed console.logs
YohanTz Feb 6, 2024
526bcbb
tried to fix build
YohanTz Feb 7, 2024
d6cb09b
another atempt
YohanTz Feb 7, 2024
cc610b4
approve tests
YohanTz Feb 8, 2024
fd41aac
fix(package): use yarn
kwiss Feb 8, 2024
cd895b3
Merge branch 'yohan/bridge-release' of github.com:TheArkProjekt/Stark…
YohanTz Feb 8, 2024
815be7b
fix(web): build
YohanTz Feb 8, 2024
9bd0e87
finished the lounge whole flow
YohanTz Feb 11, 2024
1a7878e
everai UI + Lounge + many things
YohanTz Feb 15, 2024
517c504
ui
YohanTz Feb 16, 2024
545bbaa
ui
YohanTz Feb 16, 2024
3eacb9a
fix build
YohanTz Feb 16, 2024
29dc0fc
updated colors
YohanTz Feb 16, 2024
0deb45e
updated colors
YohanTz Feb 16, 2024
08bb0a3
fix build
YohanTz Feb 16, 2024
b605726
added success modal, and ux things
YohanTz Feb 18, 2024
21ad380
changed hooks
YohanTz Feb 19, 2024
b2d2bfd
changed spacing
YohanTz Feb 19, 2024
87428b7
fix build
YohanTz Feb 19, 2024
845ed9a
fix build
YohanTz Feb 19, 2024
e5f76c6
updates
YohanTz Feb 19, 2024
ebcc2ab
icons update
YohanTz Feb 19, 2024
725b35d
updated icons
YohanTz Feb 19, 2024
b30bfba
removed test link
YohanTz Feb 19, 2024
8ce3c86
removed redirection
YohanTz Feb 19, 2024
08d656f
refacto / starknet multicall / ui
YohanTz Feb 21, 2024
1d904c5
supported every connectors on ethereum side + ui modifications + cong…
YohanTz Feb 28, 2024
f074b87
fix build
YohanTz Feb 28, 2024
78ea066
removed unused hook
YohanTz Feb 28, 2024
75686a2
changed not connected state modal
YohanTz Feb 28, 2024
1e4c906
modal changes
YohanTz Feb 28, 2024
530c373
qa fixes
YohanTz Feb 29, 2024
71889af
colors changes
YohanTz Mar 1, 2024
84083fc
qa fixes
YohanTz Mar 5, 2024
4e5abd8
fix: collapsible animation
YohanTz Mar 5, 2024
d4653f7
fix build
YohanTz Mar 5, 2024
af0e314
smoother animation + wording
YohanTz Mar 5, 2024
75f88e8
animations / redesign / refacto
YohanTz Mar 8, 2024
cbf505d
Merge branch 'yohan/bridge-release' of github.com:TheArkProjekt/Stark…
YohanTz Mar 8, 2024
919dc07
updated logo + bridge request logic
YohanTz Mar 8, 2024
fae4b06
spacing changes
YohanTz Mar 8, 2024
5af678d
Merge branch 'yohan/bridge-release' of github.com:TheArkProjekt/Stark…
YohanTz Mar 8, 2024
2169af2
design qa
YohanTz Mar 11, 2024
84ead99
Merge branch 'yohan/bridge-release' of github.com:TheArkProjekt/Stark…
YohanTz Mar 11, 2024
0c10ed9
removed unused line
YohanTz Mar 11, 2024
50a287d
qa live fixes
YohanTz Mar 11, 2024
60d2b85
fix build
YohanTz Mar 11, 2024
d0c9377
fix build
YohanTz Mar 11, 2024
fe5de0e
supported video nfts
YohanTz Mar 11, 2024
543c6c9
fix build
YohanTz Mar 11, 2024
d7896d7
added faq page
YohanTz Mar 12, 2024
e862417
new modal flow
YohanTz Mar 13, 2024
ec15a4f
fixed modal bug
YohanTz Mar 13, 2024
1ba4588
legal notice + new animation
YohanTz Mar 13, 2024
1821292
show both sides on past transfers in the portfolio + new empty states…
YohanTz Mar 14, 2024
48c3672
fix build
YohanTz Mar 14, 2024
03a3670
new pages + some fixes
YohanTz Mar 15, 2024
9f28c38
close starknet modal on connect
YohanTz Mar 15, 2024
1b5a613
main net
YohanTz Apr 3, 2024
dfe5b85
fix build
YohanTz Apr 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading