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

[TASK-6407] Merging club_lp into develop, "fixed" lots of conflicts #475

Merged
merged 37 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2a27835
Initial commit of fork
pall3n Aug 29, 2024
6f65931
Added motion to image assets.
pall3n Aug 29, 2024
39e3427
Added last round of motion animations to interface items.
pall3n Aug 30, 2024
5c4f558
Updated lp to improve responsive styling
pall3n Sep 2, 2024
17a0e7e
Added temp mascot gif to hero. Updated background colour to pink and …
pall3n Sep 3, 2024
1af325a
Updated colour scheme and added peanut guy illustration.
pall3n Sep 4, 2024
6ebaec5
Prettified Code!
borcherd Aug 30, 2024
c7f43b9
Added specified clouds to hero animation.
pall3n Sep 5, 2024
bb10cc6
Removed un-used function file
pall3n Sep 5, 2024
a584474
Updated components and pages to integrate the styling from the new cl…
pall3n Sep 16, 2024
6e9daba
Updated the homepage. Added the marquee back in although it is crashi…
pall3n Sep 16, 2024
a026de1
Updated the homepage styling.
pall3n Sep 16, 2024
35a2b87
Added marquee back in.
pall3n Sep 16, 2024
eae2f0e
Prettified Code!
borcherd Sep 5, 2024
fcd4e1a
Added missing ts type. Removed colorMode as it was causing errors on …
pall3n Sep 27, 2024
a74e22b
MERGED and fixed issues
pall3n Sep 27, 2024
699a587
Updated club lp based on content doc
pall3n Sep 30, 2024
aaea6a7
Updated club cta to hide when footer scrolls in. Updated decorative a…
pall3n Oct 1, 2024
13b075f
Prettified Code!
Hugo0 Sep 27, 2024
17a97c8
Fixed build errors with wagmi package.js update
pall3n Oct 2, 2024
cced3ae
Prettified Code!
Hugo0 Oct 2, 2024
2d720e0
Added peanut animation to club hero
pall3n Oct 2, 2024
af0765d
Updated mike image asset responsive positioning
pall3n Oct 4, 2024
c0a3df7
refactor: reshuffle landing club sections
nezz0746 Oct 16, 2024
864bec8
style: add secondary color & apply in feature section
nezz0746 Oct 16, 2024
5079606
style: update secondary color & feature text color
nezz0746 Oct 16, 2024
5d56996
Prettified Code!
nezz0746 Oct 16, 2024
cb3302b
club page bottom section wording
nezz0746 Oct 16, 2024
00ccc7c
style: center "Join now" cta
nezz0746 Oct 16, 2024
c748da1
style: revert footer to old layout with icons
nezz0746 Oct 18, 2024
79848ae
keep target self for footer links
nezz0746 Oct 18, 2024
f67a6f3
fix: use new import headder
jjramirezn Oct 23, 2024
3012dcc
:x
jjramirezn Oct 23, 2024
38b25d2
feat: new landing page and reverted style changes everywhere else. ne…
Hugo0 Oct 24, 2024
2be2ee5
fix: redirect hotfix
Hugo0 Oct 24, 2024
3baa22f
temp: reduce cashout limit to test
panosfilianos Oct 24, 2024
0929cdf
temp: reverting testing change
panosfilianos Oct 24, 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
32 changes: 32 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
export { default as ClaimChainsBadge } from './claim-chains-badge.svg'
export { default as Cloud } from './cloud.svg'
export { default as HR } from './diagonal-lines.svg'
export { default as EasySign } from './easy.svg'
export { default as EasySignTight } from './easy-tight.svg'
export { default as Eyes } from './eyes.svg'
export { default as GoodIdeaSign } from './good-idea.svg'
export { default as HandBag } from './hand-bag.svg'
export { default as HandSnap } from './hand-snap.svg'
export { default as HandThumbs } from './hand-thumbs.svg'
export { default as HandToken } from './hand-token.svg'
export { default as HeyDudeSign } from './hey-dude.svg'
export { default as NewSign } from './new.svg'
export { default as PeaceFingers } from './peace-fingers.svg'
export { default as PeanutsBG } from './peanuts-bg.svg'
export { default as PeanutGuy } from './peanutguy.png'
export { default as SmileFinder } from './smile-finder.svg'
export { default as SmileHigh } from './smile-high.svg'
export { default as SmilePink } from './smile-pink.svg'
export { default as SmileSide } from './smile-side.svg'
export { default as Star } from './star.svg'
export { default as StarBlue } from './star-blue.svg'
export { default as SmileStars } from './smile-stars.svg'
export { default as StopSign } from './stop-sign.svg'
export { default as VibesSign } from './vibes.svg'
export { default as MascotExample } from './mascot-example.gif'

export { default as HandPeace } from './hand-peace.svg'
export { default as HandRad } from './hand-rad.svg'
export { default as HandThumbsUp } from './hand-thumbs-up.svg'
export { default as HandThumbsRight } from './hand-thumbs-right.svg'
export { default as Sparkle } from './sparkle.svg'
10 changes: 0 additions & 10 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ const nextConfig = {
},
async redirects() {
return [
{
source: '/cashout/:path*',
destination: '/maintenance',
permanent: false,
},
{
source: '/cashout',
destination: '/maintenance',
permanent: false,
},
{
source: '/docs',
destination: 'https://docs.peanut.to',
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
"format": "prettier --write .",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@calcom/embed-react": "^1.5.1",
Expand All @@ -27,6 +28,7 @@
"@typeform/embed-react": "^3.20.0",
"@vercel/analytics": "^1.3.1",
"@web3modal/wagmi": "^5.1.9",
"auto-text-size": "^0.2.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"chakra-ui-steps": "^2.1.0",
Expand All @@ -35,10 +37,12 @@
"eslint-config-next": "^14.2.13",
"ethers": "5.7.2",
"framer-motion": "^11.6.0",
"frames.js": "^0.15.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also removing

"fs-extra": "^11.2.0",
"i18n-iso-countries": "^7.12.0",
"install": "^0.13.0",
"libphonenumber-js": "^1.11.8",
"logrocket": "^8.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing

"lokijs": "^1.5.12",
"lottie-react": "^2.4.0",
"multicoin-address-validator": "^0.5.21",
Expand Down Expand Up @@ -67,6 +71,7 @@
"validator": "^13.12.0",
"viem": "^2.21.10",
"wagmi": "2.8.6",
"@wagmi/core": "^2.12.16",
"web3": "^1.10.4"
},
"devDependencies": {
Expand Down
Loading