Skip to content

Commit 2f093c8

Browse files
Merge pull request #18858 from LedgerHQ/feat/LIVE-30403-remove-recent-address-my-account-lwm
[LWM] feat(lwm): remove recent address and my account features
2 parents 8bc062b + 583dd79 commit 2f093c8

14 files changed

Lines changed: 81 additions & 1106 deletions

.changeset/quick-otters-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": patch
3+
---
4+
5+
Remove address suggestions from the new send flow recipient screen, while keeping the first-seen-address warning

apps/ledger-live-mobile/src/locales/en/common.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4465,15 +4465,11 @@
44654465
"cta": "Paste"
44664466
},
44674467
"editRecipientAccessibilityLabel": "Edit recipient",
4468-
"recent": "Recent",
4469-
"recentDetail": "Recent detail",
4470-
"myAccounts": "My accounts",
4471-
"account": "Account",
44724468
"sendTo": "Send to {{address}}",
44734469
"addressMatched": "Address matched",
44744470
"addressNotFound": "Address not found",
4471+
"account": "Account",
44754472
"alreadyUsed": "Already used · {{date}}",
4476-
"recentSendWillAppear": "Your recent send will appear here",
44774473
"relativeDate": {
44784474
"justNow": "Just now",
44794475
"minutesAgo_one": "1 min ago",
@@ -4483,12 +4479,11 @@
44834479
"daysAgo_one": "1 day ago",
44844480
"daysAgo_other": "{{count}} days ago"
44854481
},
4486-
"remove": "Remove",
4487-
"enterTag": "Enter {{tag}}",
44884482
"firstInteraction": {
44894483
"title": "You’re sending to a new address",
44904484
"description": "Verify that the address is correct. In case of doubt send a small amount first."
44914485
},
4486+
"enterTag": "Enter {{tag}}",
44924487
"sanctioned": {
44934488
"title": "Flagged address",
44944489
"description": "This address has been flagged and Ledger doesn’t allow sending to it",

apps/ledger-live-mobile/src/mvvm/features/Send/screens/Recipient/components/MyAccountsSection.tsx

Lines changed: 0 additions & 57 deletions
This file was deleted.

apps/ledger-live-mobile/src/mvvm/features/Send/screens/Recipient/components/MyAddressItem.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/ledger-live-mobile/src/mvvm/features/Send/screens/Recipient/components/RecentAddress.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

apps/ledger-live-mobile/src/mvvm/features/Send/screens/Recipient/components/RecentAddressBottomSheet.tsx

Lines changed: 0 additions & 56 deletions
This file was deleted.

apps/ledger-live-mobile/src/mvvm/features/Send/screens/Recipient/components/RecentAddressesSection.tsx

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)