-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improvements finish filtering#226 #228
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use src/app/categories/[categoryId]/pairwise-ranking/vote-submitted/page.tsx
for this one too. They are fairly identical. Use a prop for the difference in the on-click behavior of the continue button.
); | ||
} catch (e) { | ||
console.error('error on sending tx:', e); | ||
} finally { | ||
setAttestUnderway(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing this, if for any reason, the attestation doesn't go through and faces an error, users are going to be stuck with the Submitting vote
modal thinking that it's still in progress under the hood.
2024-07-25.13-09-46.mp4