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

Feat/sofi landing #6170

Merged
merged 43 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1d8681b
feat(sofi): add header logo
TheLeoB Oct 24, 2023
d7b720b
feat(sofi): signup landing and success page
TheLeoB Oct 24, 2023
22c0f39
feat(sofi): add landing page
TheLeoB Oct 25, 2023
b08e4c9
feat(sofi): mobile view design
TheLeoB Oct 25, 2023
0ae94a1
feat(sofi): mobile success screens
TheLeoB Oct 26, 2023
0a02ca1
feat(sofi): add ssn and success screen
TheLeoB Oct 28, 2023
74f33fd
feat(sofi): migrated balances modal and table
TheLeoB Nov 1, 2023
c2b1b5d
feat(sofi): migrated balances modal and table
TheLeoB Nov 1, 2023
c720ced
feat(sofi): add api calls
TheLeoB Nov 6, 2023
554e6dc
feat(sofi): state work for sofi user data
TheLeoB Nov 8, 2023
6daac5b
feat(sofi): verify ssn for signup
TheLeoB Nov 8, 2023
581940e
feat(sofi): migrate user action
TheLeoB Nov 8, 2023
2db3fcc
feat(sofi): add login flow
TheLeoB Nov 8, 2023
f4583c7
feat(sofi): add a few comments for todos
TheLeoB Nov 10, 2023
7c019d7
feat(sofi): add loading states
TheLeoB Nov 16, 2023
1c9593d
feat(sofi): save sofi data to state
TheLeoB Nov 16, 2023
8b7718b
feat(sofi): associate user
TheLeoB Nov 17, 2023
9545882
feat(sofi): debugging and cleanup
TheLeoB Nov 29, 2023
c06e0f1
feat(sofi): fix response from migrate and associate
TheLeoB Dec 1, 2023
2a556d5
feat(sofi): loading states
TheLeoB Dec 2, 2023
b3b99f7
feat(sofi): get data in signup form
TheLeoB Dec 4, 2023
43d4a1f
feat(sofi): merge dev plus bakkt tos
TheLeoB Dec 4, 2023
d3c299f
feat(sofi): get bakkt region at login
TheLeoB Dec 5, 2023
75d4343
feat(sofi): add test to version
TheLeoB Dec 5, 2023
47b2644
feat(sofi): handle associate user error
TheLeoB Dec 6, 2023
c2c1965
feat(sofi): append US if missing from state code
TheLeoB Dec 6, 2023
87bbc63
feat(sofi): if no token in url redirect to regular login
TheLeoB Dec 7, 2023
f533c2c
feat(sofi): temporarily handle undefined email
TheLeoB Dec 7, 2023
f6acdd2
feat(sofi): fix signup
TheLeoB Dec 8, 2023
9e05301
feat(migrate-balances): update migrate balances
jjBlockchain Dec 8, 2023
af25d09
feat(sofi): migrated balances
TheLeoB Dec 8, 2023
aa8c2e7
feat(sofi): migration status pending banner and modal
TheLeoB Dec 11, 2023
dd23165
feat(sofi): fix balances modal to commit
TheLeoB Dec 11, 2023
a28bc57
feat(sofi): set balances
TheLeoB Dec 11, 2023
700bce1
feat(sofi): dont poll if not migration status
TheLeoB Dec 11, 2023
bce7fb4
feat(sofi): add sofi pending check to goals saga
TheLeoB Dec 11, 2023
389b87b
feat(sofi): gwt balances from migration endpoint
TheLeoB Dec 12, 2023
b6a0816
feat(sofi): add back redirect
TheLeoB Dec 12, 2023
26a8ef6
Merge branch 'development' into feat/sofi-landing
TheLeoB Dec 12, 2023
8b5897f
feat(sofi): remove balance modal from showing
TheLeoB Dec 12, 2023
a34e23d
feat(sofi): remove debugger
TheLeoB Dec 12, 2023
1603061
feat(sofi): associate if bakkt login
TheLeoB Dec 12, 2023
6bd05f5
Update package.json
TheLeoB Dec 12, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-v4",
"version": "4.94.19",
"version": "4.95.0",
"license": "AGPL-3.0-or-later",
"private": true,
"author": {
Expand Down
12 changes: 12 additions & 0 deletions packages/blockchain-info-components/src/Images/Images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import barChart from './img/bar-chart.svg'
import blockchainIcon from './img/bc-icon.svg'
import blockchainLogo from './img/bc-logo.svg'
import blockchainLogoCircle from './img/bc-logo-circle.svg'
import blockchainSofiLogo from './img/bc-sofi-logo.svg'
import bgBannerPattern from './img/bg-banner-pattern.svg'
import bgBannerPatternLg from './img/bg-banner-pattern-lg.svg'
import bgModalGradient from './img/bg-modal-gradient.svg'
Expand Down Expand Up @@ -120,6 +121,7 @@ import googlePay from './img/google-pay-icon.svg'
import googlePlayBadge from './img/google-play-badge.svg'
import greyVerified from './img/grey-verified.svg'
import identification from './img/identification.svg'
import identifcationCircle from './img/identification-circle.svg'
import identityVerification from './img/identity-verification.svg'
import instagram from './img/instagram.svg'
import interest from './img/interest.svg'
Expand All @@ -128,6 +130,7 @@ import latamSignupPhone from './img/latam-signup-phone.svg'
import lockOpen from './img/lock-open.svg'
import logoLoader from './img/logo-loader.gif'
import mastercardLogo from './img/mastercard-logo.svg'
import mobile from './img/mobile.svg'
import money from './img/money.png'
import nft from './img/nft.png'
import nftcollections from './img/nfts/collections.png'
Expand All @@ -144,6 +147,7 @@ import nftNothingHere from './img/nfts/nft-nothing-here.svg'
import nftPurchase from './img/nfts/nft-purchase.svg'
import nftnouns from './img/nfts/nouns.png'
import nftpainthyperlink from './img/nfts/paint-hyperlink.png'
import offline from './img/offline.svg'
import opensea from './img/opensea.png'
import percentLightBlueCircle from './img/percent-light-blue-circle.svg'
import percentWhiteCircle from './img/percent-white-circle.svg'
Expand All @@ -164,6 +168,8 @@ import send from './img/send.svg'
import sendCrypto from './img/send-crypto.svg'
import sendNoFundsPromo from './img/send-no-funds-promo.svg'
import smartphone from './img/smartphone.png'
import sofiBlockchainMigration from './img/sofi-blockchain-migration.svg'
import sofiMigrationPending from './img/sofi-migration-pending.svg'
import sourceOfWealth from './img/source-of-wealth.svg'
import ssBcLogo from './img/ss-bc-logo.svg'
import subtractCheckCircle from './img/subtract-check-circle.png'
Expand Down Expand Up @@ -239,6 +245,7 @@ const Images = {
'blockchain-logo': blockchainLogo,
'blockchain-logo-circle': blockchainLogoCircle,
'blockchain-silver': blockchainSilver,
'blockchain-sofi-logo': blockchainSofiLogo,
'blue-verified': blueVerified,
'btc-clock': btcClock,
'btc-graph': btcGraph,
Expand Down Expand Up @@ -304,6 +311,7 @@ const Images = {
'google-play-badge': googlePlayBadge,
'grey-verified': greyVerified,
identification,
'identification-circle': identifcationCircle,
'identity-verification': identityVerification,
instagram,
interest,
Expand All @@ -313,6 +321,7 @@ const Images = {
'lock-open': lockOpen,
'logo-loader': logoLoader,
'mastercard-logo': mastercardLogo,
mobile,
money,
nft,
'nft-collections': nftcollections,
Expand All @@ -323,6 +332,7 @@ const Images = {
'nft-nouns': nftnouns,
'nft-paint-hyperlink': nftpainthyperlink,
'nft-purchase': nftPurchase,
offline,
'onboarding-active-rewards': onboardingActiveRewards,
'onboarding-earn': onboardingEarn,
'onboarding-passive-rewards': onboardingPassiveRewards,
Expand Down Expand Up @@ -353,6 +363,8 @@ const Images = {
'send-no-funds': sendNoFundsPromo,
'sesocio-to-blockchain-logo': ssBcLogo,
smartphone,
'sofi-blockchain-migration': sofiBlockchainMigration,
'sofi-migration-pending': sofiMigrationPending,
'source-of-wealth': sourceOfWealth,
'subtract-check-circle': subtractCheckCircle,
swap,
Expand Down
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.
Loading
Loading