Skip to content

Auto add contacts#491

Merged
abh3po merged 12 commits intomainfrom
auto-add-contacts
Nov 20, 2025
Merged

Auto add contacts#491
abh3po merged 12 commits intomainfrom
auto-add-contacts

Conversation

@abh3po
Copy link
Copy Markdown
Collaborator

@abh3po abh3po commented Sep 18, 2025

  • Add Warning for External Users.
  • Add Warning for Flash users not in contact
  • Auto Add Users as contact on confirm payment screen

@abh3po abh3po requested review from Nodirbek75 and islandbitcoin and removed request for Nodirbek75 September 18, 2025 13:01
Copy link
Copy Markdown
Contributor

@Nodirbek75 Nodirbek75 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Contact is currently saved on the details screen, but I think it should only be saved once the payment successfully goes through.
  • Next button is not working when I send to external wallet lnurl address
  • Getting confirmation modal even I sent to lightning/onchain address
Simulator Screenshot - iPhone 16 Pro - 2025-09-22 at 11 35 30 Simulator Screenshot - iPhone 16 Pro - 2025-09-22 at 11 36 52

Comment thread app/i18n/i18n-types.ts
Comment on lines -7244 to +7278
onchainMinAmountInvoiceError: (arg: { amount: number | string }) => LocalizedString
onchainMinAmountInvoiceError: (arg: { amount: number }) => LocalizedString
/**
* The amount on the invoice is less than minimum amount {amount}
*/
minAmountInvoiceError: (arg: { amount: number | string }) => LocalizedString
minAmountInvoiceError: (arg: { amount: number }) => LocalizedString
/**
* The amount on the invoice is greater than maximum amount {amount}
*/
maxAmountInvoiceError: (arg: { amount: number | string }) => LocalizedString
maxAmountInvoiceError: (arg: { amount: number }) => LocalizedString
/**
* The conversion amount is less than minimum required amount {amount}
*/
minAmountConvertError: (arg: { amount: number | string }) => LocalizedString
minAmountConvertError: (arg: { amount: number }) => LocalizedString
/**
* The conversion amount is greater than maximum amount {amount}
*/
maxAmountConvertError: (arg: { amount: number | string }) => LocalizedString
maxAmountConvertError: (arg: { amount: number }) => LocalizedString
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to put back string type

@abh3po abh3po requested a review from Nodirbek75 September 22, 2025 10:59
Copy link
Copy Markdown
Contributor

@islandbitcoin islandbitcoin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

islandbitcoin

This comment was marked as duplicate.

Copy link
Copy Markdown
Contributor

@Nodirbek75 Nodirbek75 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirm destination modal is not popping up. getContactPubkeys method returning null.

@islandbitcoin islandbitcoin added the enhancement New feature or request label Oct 27, 2025
@abh3po abh3po requested a review from Nodirbek75 November 13, 2025 12:46
@islandbitcoin islandbitcoin self-requested a review November 17, 2025 21:40
@Nodirbek75 Nodirbek75 closed this Nov 19, 2025
@Nodirbek75 Nodirbek75 reopened this Nov 19, 2025
@abh3po abh3po merged commit 1e54dbb into main Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants