Skip to content

feat: add mint attestation to thank you page #3662

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

Merged
merged 6 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function LinkManager({ linkProps }: { linkProps: LinkProps }) {
</Button>
) : null}
{/* Applications link is todo: Andrea PR */}
{linkProps.displayType === RoundDisplayType.Current ?? null}
{linkProps.displayType === RoundDisplayType.Current}
{linkProps.displayType === RoundDisplayType.Past ? (
<Button
disabled={!linkProps.enableStats}
Expand Down
3 changes: 3 additions & 0 deletions packages/grant-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@datadog/browser-rum": "^4.19.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethereum-attestation-service/eas-contracts": "1.7.1",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@headlessui/react": "^1.7.4",
Expand Down Expand Up @@ -82,6 +83,7 @@
"graphql-request": "^6.1.0",
"history": "^5.3.0",
"html-react-parser": "^3.0.7",
"html2canvas-pro": "1.5.8",
"https-browserify": "^1.0.0",
"ipfs-core": "^0.14.3",
"ipfs-core-types": "^0.14.0",
Expand All @@ -103,6 +105,7 @@
"react-router": "^6",
"react-router-dom": "6",
"react-tooltip": "^4.5.0",
"react-use": "^17.5.1",
"sleep-promise": "^9.1.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
Expand Down
Empty file modified packages/grant-explorer/src/assets/404.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/404.tsx
100644 → 100755
Empty file.
Empty file modified packages/grant-explorer/src/assets/DonationHistoryBanner.tsx
100644 → 100755
Empty file.
34 changes: 34 additions & 0 deletions packages/grant-explorer/src/assets/alt1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions packages/grant-explorer/src/assets/alt2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions packages/grant-explorer/src/assets/alt3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions packages/grant-explorer/src/assets/alt4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions packages/grant-explorer/src/assets/alt5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions packages/grant-explorer/src/assets/attestation-frame-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/default_banner.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/default_logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/donnation-history-banner.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/explorer-logo-mobile.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/grant-explorer/src/assets/farcaster-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/gitcoinlogo-black.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/gitcoinlogo-white.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/github-logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/hearthand.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/icons/cart-circle.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/icons/checked-circle.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/icons/ethereum-icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/icons/globe-icon.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/icons/milestone-flag.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/landing-banner.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/landing/stock1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified packages/grant-explorer/src/assets/landing/stock10.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock11.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock12.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock13.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock14.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock15.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock16.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock17.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock18.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock19.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock2.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock20.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock21.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock22.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock23.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock24.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock25.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock26.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock27.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock28.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock29.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock3.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock30.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock31.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock32.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock4.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock5.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock6.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock7.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock8.jpg
100644 → 100755
Empty file modified packages/grant-explorer/src/assets/landing/stock9.jpg
100644 → 100755
8 changes: 8 additions & 0 deletions packages/grant-explorer/src/assets/link.svg
Loading