Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
322950a
Update auth endpoints to /v1/headless/auth/wallet paths
Jon-edge Nov 26, 2025
85d9eb3
Update customer request/response schema and add getKycLink endpoint
Jon-edge Nov 26, 2025
b84ab88
Update KYC status values to new Infinite format
Jon-edge Nov 26, 2025
5719540
Update customer accounts metadata field name
Jon-edge Nov 26, 2025
25ea8d3
Remove TOS workflow, types, API method, and locale strings
Jon-edge Nov 26, 2025
3be8a8f
Fix types
Jon-edge Dec 30, 2025
917e94d
Error handling improvements
Jon-edge Dec 30, 2025
2cbfc74
Fix KYC deeplink
Jon-edge Dec 30, 2025
96c7b3e
Email OTP support
Jon-edge Dec 31, 2025
a6e9fe9
fixup! Email OTP support For already-KYC'ed emails
Jon-edge Jan 9, 2026
1c0ff1f
fixup! Email OTP support For already-KYC'ed emails
Jon-edge Jan 9, 2026
32e6cb5
fixup! Email OTP support For already-KYC'ed emails
Jon-edge Jan 9, 2026
18ffc80
Change `RampKycFormScene` button
Jon-edge Dec 31, 2025
1ce90c0
Fix `RampConfirmationScene` UI
Jon-edge Jan 1, 2026
4252113
Fix `RampBankFormScene` UI & UX
Jon-edge Jan 1, 2026
2fb5f36
fixup! Fix `RampBankFormScene` UI & UX
Jon-edge Jan 9, 2026
c5797d9
fixup! Fix `RampBankFormScene` UI & UX
Jon-edge Jan 9, 2026
008cd42
fixup! Fix `RampBankFormScene` UI & UX
Jon-edge Jan 9, 2026
9176678
Fix `RampBankRoutingDetailsScene` UI & UX
Jon-edge Jan 1, 2026
db1fc7d
fixup! Fix `RampBankRoutingDetailsScene` UI & UX
Jon-edge Jan 9, 2026
fc6e470
Remove unused types
Jon-edge Jan 7, 2026
1e93f05
Prepopulate Infinite KYC form (as much as possible)
Jon-edge Jan 8, 2026
a069acd
Dev mode `ErrorCard`
Jon-edge Jan 9, 2026
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
## 4.42.0 (staging)

- added: Zcash buy/sell support with Banxa
- changed: ramps: Infinite buy support according to new API
- changed: Optimize login performance.
- changed: Update Monero LWS server name to "Edge LWS"
- fixed: ramps: Various Infinite UI/UX issues

## 4.41.1 (2025-12-29)

Expand Down
190 changes: 130 additions & 60 deletions src/__tests__/components/__snapshots__/Row.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -427,19 +427,26 @@ exports[`RowUi4 renders correctly with flex: 1 children 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down Expand Up @@ -561,19 +568,26 @@ exports[`RowUi4 renders correctly with flex: 1 children 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down Expand Up @@ -695,19 +709,26 @@ exports[`RowUi4 renders correctly with flex: 1 children 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "simple-line-icons",
"fontStyle": "normal",
Expand Down Expand Up @@ -829,19 +850,26 @@ exports[`RowUi4 renders correctly with flex: 1 children 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down Expand Up @@ -1298,19 +1326,26 @@ exports[`RowUi4 renders correctly with multiple rows in a flex: 1 View 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down Expand Up @@ -1448,19 +1483,26 @@ exports[`RowUi4 renders correctly with multiple rows in a flex: 1 View 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "simple-line-icons",
"fontStyle": "normal",
Expand Down Expand Up @@ -1755,19 +1797,26 @@ exports[`RowUi4 renders correctly with multiple rows in a flex: 1 View 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down Expand Up @@ -2279,19 +2328,26 @@ exports[`RowUi4 should render a row with a right button 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down Expand Up @@ -2428,19 +2484,26 @@ exports[`RowUi4 should render a row with a right button 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "simple-line-icons",
"fontStyle": "normal",
Expand Down Expand Up @@ -2733,19 +2796,26 @@ exports[`RowUi4 should render a row with a right button 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,26 @@ exports[`AdvancedDetailsCard should render with loading props 1`] = `
}
>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
selectable={false}
style={
[
{
"color": undefined,
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
"fontSize": 12,
},
[
{
"color": "#FFFFFF",
"fontSize": 22,
},
{
"color": "#00f1a2",
"marginLeft": 11,
"textAlign": "center",
},
],
{
"fontFamily": "FontAwesome",
"fontStyle": "normal",
Expand Down
Loading
Loading