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

Confirm connection - information notif #10234

Closed
exezbcz opened this issue May 5, 2024 · 1 comment · Fixed by #10319
Closed

Confirm connection - information notif #10234

exezbcz opened this issue May 5, 2024 · 1 comment · Fixed by #10319
Assignees
Labels
A-farcaster issues related to farcaster/warpcast A-profile related to profile section p3 non-core, affecting less than 40% UX first Improvement for UX

Comments

@exezbcz
Copy link
Member

exezbcz commented May 5, 2024

GM

When connecting the profile with farcaster, we should make it seamless

This notification will hopefully help

image

ideally, it should be displayed if the user got to the confirmation tab, but came back without confirming the connection - not sure if it's possible

  • if not, display it after a 4-second delay (the notifications timer only goes down when the user is present on the tab, right?)

Other warning toasts

if (userData?.data?.state !== 'completed') {
  console.error('No user data found')
  return
}
if (userData.data.nonce !== channel.data.nonce) {
  console.error('nonce mismatch')
  return
}
farcasterUserData.value = userData.data
} else {
console.error('URL not found in channel data')
}
  • user warning toast component

ref:

can anyone please rewrite the error codes to more user friendly language?

  • plus add something like "please try again later" or "report issue" if its farcaster thing or koda thing
@exezbcz exezbcz added UX first Improvement for UX p3 non-core, affecting less than 40% A-profile related to profile section A-farcaster issues related to farcaster/warpcast labels May 5, 2024
@exezbcz exezbcz mentioned this issue May 5, 2024
4 tasks
@Victor0355
Copy link

👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-farcaster issues related to farcaster/warpcast A-profile related to profile section p3 non-core, affecting less than 40% UX first Improvement for UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants