-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: coinbase cb1 campaign #11243
base: develop
Are you sure you want to change the base?
feat: coinbase cb1 campaign #11243
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
PR-Codex overview
This PR introduces a new
Cb1Membership
component to display a promotional modal for eligible users. It adds localization keys and updates the state management for user eligibility in theCb1Membership
feature.Detailed summary
LS_CB1
constant inapps/web/src/config/constants/index.ts
.translations.json
with new localization strings.Cb1Membership
component inapps/web/src/components/Cb1/Cb1Membership.tsx
.Cb1Membership
modal in the application layout inapps/web/src/pages/_app.tsx
.useShowCb1Popup
hook inapps/web/src/components/Cb1/useCb1Membership.tsx
to manage eligibility state and local storage.