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

Improvements finish filtering#226 #228

Merged
merged 6 commits into from
Jul 31, 2024

Conversation

lovelgeorge99
Copy link
Collaborator

  1. made copy changes in the ranking scrren
  2. added confetti after submit vote
  3. The projects are not grays in ranking edit screen
2024-07-25.13-09-46.mp4

Copy link

vercel bot commented Jul 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pairwise-rpgf-4 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2024 3:01am

Copy link
Collaborator

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);
Copy link
Collaborator

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.

@mmahdigh mmahdigh merged commit 47a255a into staging Jul 31, 2024
2 checks passed
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.

2 participants