Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom namewrapper aware resolvers block profile editor #914

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

storywithoutend
Copy link
Collaborator

@storywithoutend storywithoutend commented Dec 2, 2024

  • Broke apart ResolverWarningOverlay to make navigation between different views more flexible.
  • useProfileEditorReducer
    • Manages navigating profile editor flows using push pop pattern
    • Includes a initialize function that sets the base view
  • For several views that relied on a callback to update a migration type value, the value was encapsulated inside the component and the value passed through the "next" button onClick callback.
  • There are now the following resolvers available in the e2e test env
    • Outdated resolver
    • Custom outdated resolver
    • Legacy resolver
    • Custom legacy resolver
    • Namewrapper aware resolver
    • Custom Namewrapper aware resolver
  • Bug fix in WrapButton
    • removed condition isNameWrapperAware in shouldMigrate because it causes false negatives for custom name wrapper aware resolvers.
  • Small bug fix in wrapName.spec.ts.
    • 'namewrapper-status' tag is not displayed when user can wrap name, but passes in CI because it appears on initial render.

Copy link

cloudflare-workers-and-pages bot commented Feb 5, 2025

Deploying ens-app-v3 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 737aa3a
Status: ✅  Deploy successful!
Preview URL: https://d488ce22.ens-app-v3.pages.dev
Branch Preview URL: https://fix-custom-resolver-namewrap.ens-app-v3.pages.dev

View logs

Copy link

sonarqubecloud bot commented Feb 9, 2025

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.

1 participant