Commit 5aa7b18
Prod to staging (#1124)
* HOTFIX - IBAN country detection and incorrect bank acc details (#1094)
* Fix: Iban country detection and incorrect bank acc details
* Fix: update IBAN country validation to use correct locale string comparison
* add validations for US and mexican bank accounts
* fix typo
* fix claim flow and create a reusable function for getting 3 letter code
* fix country code mismatch
* fix: show error below input field
* remove unnecessary checks
* remove unnecessary CLABE check
* Prod LP v2.1 (#1098)
* feat: lpv2.1
* fix: gigaclouds, font and exchange widget
* fixes and improvements
* remove duplicate export
* remove unused component
* Fix: Landing page hero section responsiveness issue (#1107)
* fix: hero section responsiveness issue
* fix: stars position
* fix height on desktop
* remove unused code
* fix margins (#1113)
* [TASK-14052] Prod release 105 (#1122)
* feat: handle send link claims to bank account for peanut users (#1078)
* reafactor: create reusable country list component and use it for all the flows
* feat: reusable user accounts components
* feat: handle different cases based on kyc status for bank claim
* fix: account creation
* chore: add docstring to hooks
* chore: better comments for bank flow manager
* fix: kyc modal closing after tos acceptance issue
* fix: remove bank acc caching from withdraw flow
* fix: update confirm claim modal copy
* fix: remove bank acc caching from claim flow
* fix: navheader title
* remove duplicate debounce code and use `useDebounce` hook instead (#1079)
* Landing page v2.1 (#1089)
* lpv2.1 part 1
* Add exchange widget
* add and integrate exchange API
* add yourMoney component bg
* update landing countries svg
* integrate frankfurter API
* fixes and improvements
* decrease hero section height
* allow max 2 decimal places
* Add `/exchange` route
* fix: overlay
* make destination amount editable and bugg fixes
* some fixes & currency improvements
* crucial commit
* fix checkmark, font size and weight
---------
Co-authored-by: Hugo Montenegro <h@hugo0.com>
* [TASK-13186] refactor: use networkName instead of axelarChainName (#1095)
* refactor: use networkName instead of axelarChainName
* fix: types
* fix: onramp currency (#1096)
* fix: stretched favicon (#1099)
* [TASK-13971] fix: scientific notation in eip681 parsing (#1097)
* fix: scientific notation in eip681 parsing
* fix: qr handling tests
* fix: peanut sdk mock
* pull iban hotfix (#1100)
* fix: claim flow bugs (#1102)
* fix: cross chain claim
* fix: full name issue on confirm bank claim view
* fix: back navigation on desktop views
* Fix back button not working on /profile (#1101)
* Fix back button not working
* fix public profile page
* extract internal navigation logic to utility function
* fix: send link claims to us bank accounts (#1108)
* fix: usa bank account claims
* fix: show bank account details in confirm claim view
* Sync Landing page changes (#1111)
* reduce clouds size and update font
* fix: hero section responsiveness issue
* fix: formatting errors
* add currency animation
* fix: us bank claims after kyc for logged in users (#1112)
* fix: trim account form inputs for spaces (#1114)
* [TASK-14107] fix: don't allow claiming on xChain if route is not found (#1115)
* fix: don't allow claiming on xChain if route is not found
* fix(claim): use correct decimals for min receive amount
* feat: handle redirect uri when on unsupported browsers (#1117)
* feat: handle redirect uri when on unsupported browsers
* fix: confirm bank claim ui rows for iban guest claim
* remove animation (#1118)
* fix: formatting
---------
Co-authored-by: Kushagra Sarathe <76868364+kushagrasarathe@users.noreply.github.com>
Co-authored-by: Mohd Zishan <72738005+Zishan-7@users.noreply.github.com>
Co-authored-by: Hugo Montenegro <h@hugo0.com>
---------
Co-authored-by: Mohd Zishan <72738005+Zishan-7@users.noreply.github.com>
Co-authored-by: Kushagra Sarathe <76868364+kushagrasarathe@users.noreply.github.com>
Co-authored-by: Hugo Montenegro <h@hugo0.com>1 parent 432acfc commit 5aa7b18
9 files changed
Lines changed: 18 additions & 10 deletions
File tree
- src
- app
- assets/illustrations
- components
- AddWithdraw
- LandingPage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
14 | | - | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments