Skip to content

Commit 8764383

Browse files
committed
Merge remote-tracking branch 'Dashboard/main' into Joe--Fhenix-Nitrogen-update
2 parents 77d03c9 + 1556615 commit 8764383

File tree

265 files changed

+6356
-4994
lines changed

Some content is hidden

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

265 files changed

+6356
-4994
lines changed

.changeset/cyan-shrimps-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Update implementations

.changeset/metal-mails-ring.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
- Add onClose callback to Connect Details modal
6+
7+
```tsx
8+
<ConnectButton
9+
detailsModal={{
10+
onClose: (screen: string) => {
11+
// The last screen name that was being shown when user closed the modal
12+
console.log({ screen });
13+
}
14+
}}
15+
/>
16+
```
17+
18+
- Small fix for ChainIcon: Always resolve IPFS URI
19+
20+
- Improve test coverage

.changeset/tricky-pears-check.md

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

apps/dashboard/framer-rewrites.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ module.exports = [
3838
"/community/startup-program",
3939
// -- grants --
4040
"/grant/superchain",
41+
// -- templates --
42+
"/templates",
43+
"/templates/:template_slug",
4144
];

apps/dashboard/knip.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
33
"next": true,
4-
"ignore": ["src/@/components/ui/**"],
4+
"ignore": [
5+
"src/@/components/ui/**",
6+
"src/components/notices/AnnouncementBanner.tsx"
7+
],
58
"project": ["src/**"],
69
"ignoreBinaries": ["only-allow", "biome"],
710
"ignoreDependencies": ["@storybook/blocks", "@thirdweb-dev/service-utils"]

apps/dashboard/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
6+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

apps/dashboard/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@marsidev/react-turnstile": "^1.1.0",
3232
"@n8tb1t/use-scroll-position": "^2.0.3",
3333
"@radix-ui/react-accordion": "^1.2.2",
34-
"@radix-ui/react-alert-dialog": "^1.1.3",
34+
"@radix-ui/react-alert-dialog": "^1.1.4",
3535
"@radix-ui/react-avatar": "^1.1.2",
3636
"@radix-ui/react-checkbox": "^1.1.3",
3737
"@radix-ui/react-dialog": "1.1.3",
@@ -73,6 +73,8 @@
7373
"next-seo": "^6.5.0",
7474
"next-themes": "^0.4.4",
7575
"nextjs-toploader": "^1.6.12",
76+
"openapi-types": "^12.1.3",
77+
"p-limit": "^6.2.0",
7678
"papaparse": "^5.4.1",
7779
"pluralize": "^8.0.0",
7880
"posthog-js": "1.67.1",
@@ -93,7 +95,7 @@
9395
"sonner": "^1.7.1",
9496
"spdx-correct": "^3.2.0",
9597
"swagger-ui-react": "^5.18.2",
96-
"tailwind-merge": "^2.5.5",
98+
"tailwind-merge": "^2.6.0",
9799
"tailwindcss-animate": "^1.0.7",
98100
"thirdweb": "workspace:*",
99101
"tiny-invariant": "^1.3.3",
@@ -120,7 +122,7 @@
120122
"@types/papaparse": "^5.3.15",
121123
"@types/pluralize": "^0.0.33",
122124
"@types/qrcode": "^1.5.5",
123-
"@types/react": "19.0.1",
125+
"@types/react": "19.0.2",
124126
"@types/react-dom": "19.0.2",
125127
"@types/react-table": "^7.7.20",
126128
"@types/spdx-correct": "^3.1.3",
-35.3 KB
Binary file not shown.
-43.8 KB
Binary file not shown.
-943 KB
Binary file not shown.

0 commit comments

Comments
 (0)