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

Add pass and subcription to /create-profile #1453

Draft
wants to merge 102 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
cf22401
feat: add marketing pages
dominik-stumpf Jul 17, 2024
8b0aa82
chore: strip layout and Header
dominik-stumpf Jul 17, 2024
d37f5f3
feat: add GuilPassInvite
dominik-stumpf Jul 17, 2024
6a35625
feat: add GuildPassInvite
dominik-stumpf Jul 17, 2024
a1bf2fc
feat: add threejs
dominik-stumpf Jul 17, 2024
a28c323
chore: fine tune carousel
dominik-stumpf Jul 18, 2024
f069fc0
feat: add CarouselDotButton
dominik-stumpf Jul 18, 2024
24b3aa7
chore: rename hook
dominik-stumpf Jul 18, 2024
c347414
fix: update CarouselDotButton type
dominik-stumpf Jul 18, 2024
c70bcb1
chore: remove margin bottom from canvas
dominik-stumpf Jul 18, 2024
6672c59
chore: ignore unknown error
dominik-stumpf Jul 18, 2024
24cc8ce
chore: add tooltip provider to layout
dominik-stumpf Jul 18, 2024
f524ec3
chore: attempt to merge picker and checkout card
dominik-stumpf Jul 18, 2024
bb3ea34
fix: correctly update the picked pass
dominik-stumpf Jul 18, 2024
e522890
chore: finish picker view
dominik-stumpf Jul 18, 2024
d2f4854
chore: add bold to chosen pass
dominik-stumpf Jul 18, 2024
d67f701
feat: rename modals, add start profile
dominik-stumpf Jul 18, 2024
6a440f4
chore: resize icon, add input inside label
dominik-stumpf Jul 18, 2024
7b3d865
chore: add manual control over progression
dominik-stumpf Jul 18, 2024
7280818
chore: spacing fix
dominik-stumpf Jul 18, 2024
dad44b0
chore: adjust StartProfile spacing
dominik-stumpf Jul 18, 2024
5141206
chore(css): adjust to design
dominik-stumpf Jul 19, 2024
110435e
chore: change button to ghost
dominik-stumpf Jul 19, 2024
1792234
fix: disallow empty changes on toggle button
dominik-stumpf Jul 19, 2024
64e93e8
chore: change avatar bg
dominik-stumpf Jul 19, 2024
bdb073f
feat: add keyboard navigation
dominik-stumpf Jul 19, 2024
cf6ba5d
chore: update to external changes
dominik-stumpf Jul 19, 2024
6d7139d
Merge branch 'main' into profiles-page
BrickheadJohnny Jul 23, 2024
f17e5f5
upgrade package-lock
BrickheadJohnny Jul 23, 2024
3ed2048
fix: change banner color in dark mode
BrickheadJohnny Jul 23, 2024
e7b5e2c
cleanup: remove unused atom
BrickheadJohnny Jul 23, 2024
70907ee
cleanup(Carousel): remove `* as React` imports for consistency
BrickheadJohnny Jul 23, 2024
334d539
fix: adjust card sizes
BrickheadJohnny Jul 23, 2024
a754b70
feat: add purcase success effect
dominik-stumpf Jul 23, 2024
9bad238
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
BrickheadJohnny Jul 23, 2024
da0013a
chore: remove focus from button
dominik-stumpf Jul 23, 2024
7fb4166
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Jul 23, 2024
fed6948
chore: remove hover effect on selected pass
dominik-stumpf Jul 23, 2024
f58c27e
fix: make text selectable
dominik-stumpf Jul 23, 2024
cbcaf64
Merge branch 'main' of github.com:guildxyz/guild.xyz into profiles-page
dominik-stumpf Jul 23, 2024
51f9e3c
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Jul 23, 2024
b08037a
fix: remove shadon, update Layout
dominik-stumpf Jul 23, 2024
27aafce
chore: fix invalid tailwind class
dominik-stumpf Jul 23, 2024
bfbceb3
chore: add missed cn call to Layout
dominik-stumpf Jul 23, 2024
a0b5c65
chore: add basic logic to driver
dominik-stumpf Jul 23, 2024
e949913
chore: disable autoplay on dot button click
dominik-stumpf Jul 23, 2024
0005093
feat: add driver logic
dominik-stumpf Jul 23, 2024
6a14b6b
chore: rename data to chainData
dominik-stumpf Jul 23, 2024
6fa509e
fix: spread prev value too
dominik-stumpf Jul 23, 2024
e8e0ece
Merge branch 'main' into profiles-page
BrickheadJohnny Jul 24, 2024
f51c5b5
fix(ChoosePass): disable autoplay & start from the 2nd slide
BrickheadJohnny Jul 24, 2024
13bd101
fix: rename type
dominik-stumpf Jul 24, 2024
a19fbe3
feat: add emoji images
dominik-stumpf Jul 24, 2024
52576e3
revert: add layout and header back
dominik-stumpf Jul 24, 2024
378416c
chore: remove accidental line terminator
dominik-stumpf Jul 24, 2024
ac413d1
Merge branch 'main' of github.com:guildxyz/guild.xyz into profiles-page
dominik-stumpf Jul 24, 2024
4ffc831
wip: prepare components for animations
BrickheadJohnny Jul 24, 2024
ff00865
feat: add farcaster button
dominik-stumpf Jul 24, 2024
1aa6f41
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Jul 24, 2024
30f4c24
chore: reposition driver buttons
dominik-stumpf Jul 24, 2024
a993155
feat: add destructive to button and required to label
dominik-stumpf Jul 24, 2024
cfbf8f1
Merge branch 'main' of github.com:guildxyz/guild.xyz into profiles-page
dominik-stumpf Jul 30, 2024
ca56779
feat: add container to StartProfile (#1411)
dominik-stumpf Jul 30, 2024
b0e35b0
chore: rename handle to username
dominik-stumpf Jul 30, 2024
53349cc
Merge branch 'main' of github.com:guildxyz/guild.xyz into profiles-page
dominik-stumpf Jul 31, 2024
7484737
chore: replace local profile types
dominik-stumpf Jul 31, 2024
01a20d6
refactor: move profileSchema into validations
dominik-stumpf Jul 31, 2024
435d77b
Merge branch 'main' into profiles-page
BrickheadJohnny Aug 1, 2024
eaf52fc
chore: remove walletselectormodal popup
dominik-stumpf Aug 1, 2024
bbef553
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Aug 1, 2024
28793dc
fix(turbopack): avoid server relative imports
dominik-stumpf Aug 2, 2024
be04c06
fix: add absolute path to confetti sfx
dominik-stumpf Aug 5, 2024
2da0af7
fix: align carousel dots to center
dovalid Aug 8, 2024
289141f
UI(Benefits): sizing & whitespace refinements
dovalid Aug 8, 2024
1e35673
fix(ConnectFarcasterButton): icon alignment
dovalid Aug 8, 2024
d3fc882
chore: fix types and farcaster image
dominik-stumpf Aug 8, 2024
15648ac
Merge branch 'main' into profiles-page
dovalid Aug 12, 2024
e3ed34e
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Aug 12, 2024
e099066
Merge branch 'main' of github.com:guildxyz/guild.xyz into profiles-page
dominik-stumpf Aug 15, 2024
cd4e136
Merge branch 'main' into profiles-page
dovalid Aug 15, 2024
b79f500
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Aug 16, 2024
7207684
refactor: use backend schemas
dominik-stumpf Aug 16, 2024
91e4c66
feat: add models to `/create-profile` scenes (#1441)
dominik-stumpf Aug 16, 2024
2f59308
Implement `/profile` presentation and container (#1403)
dominik-stumpf Aug 16, 2024
0d6a17b
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Aug 16, 2024
00ab79c
chore: merge main and resolve conflicts
dominik-stumpf Aug 21, 2024
3f5ab52
chore: remove old activity endpoint
dominik-stumpf Aug 21, 2024
8314f44
chore: extract OperatedGuildCard
dominik-stumpf Aug 21, 2024
5c97d88
Remake `/create-profile` driver with referrer (#1445)
dominik-stumpf Aug 22, 2024
ce679a7
feat: add empty cards for contribution (#1447)
dominik-stumpf Aug 22, 2024
9335952
CardWithGuildLabel: handle light colors
dovalid Aug 22, 2024
e87bd28
refactor: extract ProfileHero component
dovalid Aug 22, 2024
1db959e
UI: make hero section the same in light mode as in dark mode
dovalid Aug 22, 2024
1026778
fix: prevent NaN on contribution card
dominik-stumpf Aug 22, 2024
3daa087
fix(ProfileHero): referredUsers fallback
dovalid Aug 23, 2024
3bb41d5
automatic banner height with css, smaller edit btn on mobile, whitesp…
dovalid Aug 23, 2024
08490e6
Merge branch 'profiles-page' of github.com:guildxyz/guild.xyz into pr…
dominik-stumpf Aug 23, 2024
ab32a8b
feat: implement account modal for profile (#1429)
dominik-stumpf Aug 23, 2024
12642b5
chore: update useDeleteProfile redirect
dominik-stumpf Aug 23, 2024
887722b
chore: remove subscription logic
dominik-stumpf Aug 23, 2024
a0cb869
chore: truncate and fallback account usernames
dominik-stumpf Aug 23, 2024
0f08f20
Revert "chore: remove subscription logic"
dominik-stumpf Aug 23, 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
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
NEXT_PUBLIC_API=https://api.guild.xyz/v1
NEXT_PUBLIC_DISCORD_CLIENT_ID=868172385000509460
NEXT_PUBLIC_API=https://api.dev.guild-api.xyz/v1
NEXT_PUBLIC_DISCORD_CLIENT_ID=1118173473676722258
NEXT_PUBLIC_IPFS_GATEWAY=https://guild-xyz.mypinata.cloud/ipfs/
NEXT_PUBLIC_PINATA_API=https://api.pinata.cloud
NEXT_PUBLIC_BALANCY_API=https://balancy.guild.xyz/api
NEXT_PUBLIC_TG_BOT_USERNAME=guildxyz_bot
NEXT_PUBLIC_GOOGLE_CLIENT_ID=639132320574-9v9b8d9mq7rjctmjmolsjeklkl2rlcsh.apps.googleusercontent.com
NEXT_PUBLIC_GOOGLE_SERVICE_ACCOUNT_EMAIL=guild-xyz@guildxyz.iam.gserviceaccount.com
NEXT_PUBLIC_TG_BOT_USERNAME=Guildxyz_dev_gcp_bot
NEXT_PUBLIC_GOOGLE_CLIENT_ID=829004986756-f5b265m0hscpaa0ah9cgqht02o8qea15.apps.googleusercontent.com
NEXT_PUBLIC_GOOGLE_SERVICE_ACCOUNT_EMAIL=bvz-test-service-account@bvz-test-project.iam.gserviceaccount.com
NEXT_PUBLIC_POSTHOG_KEY=phc_Pu6Xv72B95fHVTAKT5Xs2FPgNxrsNP4LecBqPiVAAxi
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=d851f25304d67fc8e2dd3b354223e4fa
NEXT_PUBLIC_EDGE_CONFIG_ID=ecfg_buc5l6124c4koymyvseasbd1k3hs
NEXT_PUBLIC_EDGE_CONFIG_READ_ACCESS_TOKEN=8b337e65-3aa6-4949-97b8-c7eab7151128
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=6LcQm4onAAAAAOcoqkw9A5txg5SbuddONchMZKrF
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=6LcMe3knAAAAAJjUyeMh1LbUcrh5k0aG0fJIZaJR
NEXT_PUBLIC_POLYGONID_API=https://guild-privacy.s.guild.xyz
NEXT_PUBLIC_BUGSNAG_KEY=4bd5799ac2cb4a34887513b80b845554
NEXT_PUBLIC_BUGSNAG_KEY=4bd5799ac2cb4a34887513b80b845554
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ const nextConfig = {
{
hostname: "og.link3.to",
},
{
hostname: "imagedelivery.net"
}
],
contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
},
Expand Down
Loading
Loading