Skip to content

Commit 1694462

Browse files
authored
Merge pull request #366 from LIT-Protocol/feat/farcaster-dashboard
feat(dashboard): dashboard ui overhaul
2 parents c5a53ab + ada2343 commit 1694462

File tree

253 files changed

+27033
-13807
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+27033
-13807
lines changed

packages/apps/app-dashboard/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ VITE_LIT_FEATURE_ENV=
2222
VITE_DASHBOARD_URL=http://localhost:5173
2323

2424
VITE_ENV=development
25+
26+
VITE_FEATURED_APP_IDS=

packages/apps/app-dashboard/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
<!-- Preload hero image for better LCP -->
77
<link rel="preload" as="image" href="/vincent-main-logo.png" fetchpriority="high">
8-
8+
9+
<!-- Fonts -->
10+
<link rel="stylesheet" href="/fonts/poppins/style.css">
11+
<link rel="stylesheet" href="/fonts/encode-sans-semi-expanded/style.css">
12+
913
<!-- Favicon -->
1014
<link rel="icon" href="/favicon.png" type="image/png" />
1115
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />

packages/apps/app-dashboard/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"@farcaster/miniapp-sdk": "^0.1.10",
1213
"@hookform/resolvers": "^4.1.0",
1314
"@lit-protocol/auth-browser": "^7.2.3",
1415
"@lit-protocol/auth-helpers": "^7.2.3",
@@ -59,6 +60,7 @@
5960
"qr-scanner": "^1.4.2",
6061
"react": "^19.0.0",
6162
"react-dom": "^19.0.0",
63+
"react-globe.gl": "^2.36.0",
6264
"react-helmet-async": "^2.0.5",
6365
"react-hook-form": "^7.54.2",
6466
"react-international-phone": "^4.6.0",
@@ -74,6 +76,8 @@
7476
"tailwind-merge": "^3.2.0",
7577
"tailwindcss": "^4.0.14",
7678
"tailwindcss-animate": "^1.0.7",
79+
"three": "^0.180.0",
80+
"topojson-client": "^3.1.0",
7781
"tslib": "^2.8.1",
7882
"tw-animate-css": "^1.2.5",
7983
"usehooks-ts": "^3.1.1",
@@ -90,6 +94,8 @@
9094
"@types/node": "^20",
9195
"@types/react": "^19.0.10",
9296
"@types/react-dom": "^19.0.4",
97+
"@types/three": "^0.180.0",
98+
"@types/topojson-client": "^3.1.5",
9399
"@types/validator": "^13.15.2",
94100
"@vitejs/plugin-react": "^4.3.4",
95101
"@walletconnect/core": "^2.20.2",

packages/apps/app-dashboard/public/connect-static-left.svg

Lines changed: 0 additions & 434 deletions
This file was deleted.

packages/apps/app-dashboard/public/connect-static-right.svg

Lines changed: 0 additions & 434 deletions
This file was deleted.

0 commit comments

Comments
 (0)