Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Conversation

@katspaugh
Copy link
Member

What it solves

Resolves #3255

How this PR fixes it

If present, adds a reverse ENS name to the connected wallet popup.

How to test it

  • Connect with an address that has a primary ENS name
  • Connect with an address that doesn't

Screenshots

Screenshot 2022-02-02 at 11 35 31

@katspaugh katspaugh requested a review from usame-algan February 2, 2022 10:39
@github-actions
Copy link

github-actions bot commented Feb 2, 2022

CLA Assistant Lite All Contributors have signed the CLA.

@github-actions
Copy link

github-actions bot commented Feb 2, 2022

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

@coveralls
Copy link

coveralls commented Feb 2, 2022

Pull Request Test Coverage Report for Build 1783510560

  • 1 of 5 (20.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 33.623%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/AppLayout/Header/components/ProviderInfo/ProviderAccessible.tsx 0 1 0.0%
src/components/AppLayout/Header/index.tsx 0 1 0.0%
src/logic/wallets/store/selectors/index.ts 1 3 33.33%
Totals Coverage Status
Change from base Build 1778993006: -0.02%
Covered Lines: 3168
Relevant Lines: 8454

💛 - Coveralls

@github-actions
Copy link

github-actions bot commented Feb 2, 2022

Deployment links

🟠 Rinkeby Mainnet 🟣 Polygon 🟡 BSC Arbitrum 🟢 Gnosis Chain

@github-actions
Copy link

github-actions bot commented Feb 2, 2022

E2E Tests Failed
Check the results here: https://github.com/gnosis/safe-react-e2e-tests/actions/runs/1783545302

Failed tests:

  • ❌ Read-only transaction creation and review Read-only transaction creation and review

Copy link
Contributor

@iamacook iamacook left a comment

Choose a reason for hiding this comment

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

Very sleek!

<KeyRing circleSize={75} dotRight={25} dotSize={25} dotTop={50} hideDot keySize={30} mode="warning" />
)}
</Row>
<Block className={classes.ens} justify="center">
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this should be conditional?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch!

Copy link
Contributor

@usame-algan usame-algan left a comment

Choose a reason for hiding this comment

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

Really cool! 👍

@francovenica
Copy link
Contributor

Looks good to me:
With ENS:
image

No ENS: (nothing broke)
image

@katspaugh katspaugh merged commit 6360b9f into dev Feb 7, 2022
@katspaugh katspaugh deleted the ens-popup branch February 7, 2022 13:46
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display reverse ENS lookup in the wallet connection component

6 participants