Skip to content

Conversation

@Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Sep 19, 2025

image image

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

cursor[bot]

This comment was marked as outdated.

Copy link
Contributor

@swansontec swansontec left a comment

Choose a reason for hiding this comment

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

A few little cleanups here. We can do another round of review, or you can just fix & merge.

if (this.state.minimumPopupModalState[pluginId]) {
if (this.state.minimumPopupModalState[pluginId] === 'NOT_YET_SHOWN') {
const popupState = this.state.minimumPopupModalState[pluginId]
if (popupState != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Since the popupState === 'NOT_YET_SHOWN' test implies that popupState != null, you can just delete this line altogether.

<EdgeText>{fioToAddress + '\n'}</EdgeText>
)}
<EdgeText numberOfLines={3}>{recipientAddress}</EdgeText>
{/* TODO: Make EdgeText component support this use case */}
Copy link
Contributor

@swansontec swansontec Sep 19, 2025

Choose a reason for hiding this comment

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

Optional: We do have a component for this use-case, ParagraphText. It gets rid of the whole numberOfLines locking, and simply allows the text to flow as needed. But I see that your solution works too.

@Jon-edge Jon-edge force-pushed the jon/fix/unified-address-scale branch 3 times, most recently from 00d0a0f to 7dddb18 Compare September 19, 2025 20:51
@Jon-edge Jon-edge enabled auto-merge September 19, 2025 20:51
@swansontec swansontec force-pushed the jon/fix/unified-address-scale branch from 7dddb18 to d8b798c Compare September 19, 2025 21:52
@Jon-edge Jon-edge force-pushed the jon/fix/unified-address-scale branch from d8b798c to 183d125 Compare September 19, 2025 22:21
@Jon-edge Jon-edge merged commit aaf90be into develop Sep 19, 2025
3 checks passed
@Jon-edge Jon-edge deleted the jon/fix/unified-address-scale branch September 19, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants