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

fix(staking): implement a bunch of staking app fixes #1956

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

cprussin
Copy link
Collaborator

  • Improve layout of initial landing page after connecting wallet
  • Show options to reverse sort on mobile
  • Fix paginator
  • Fix sort by pool utilization
  • Clean up mid-screen sizes (less dead empty space)
  • Use a red instead of fuchsia for over utilized pools
  • Clean up middleware implementation
  • Don't apply middleware to static files

Copy link

vercel bot commented Sep 23, 2024

@cprussin is attempting to deploy a commit to the pyth-web Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Sep 23, 2024

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

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 5:06pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 5:06pm
staking-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 23, 2024 5:06pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
xc-admin-frontend ⬜️ Ignored (Inspect) Visit Preview Sep 23, 2024 5:06pm

return 0;
} else if (a.poolCapacity === 0n) {
return 1;
} else if (b.poolCapacity === 9n) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be 0n

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh whoops typo, good catch thank you

- Improve layout of initial landing page after connecting wallet
- Show options to reverse sort on mobile
- Fix paginator
- Fix sort by pool utilization
- Clean up mid-screen sizes (less dead empty space)
- Use a red instead of fuchsia for over utilized pools
- Clean up middleware implementation
- Don't apply middleware to static files
@cprussin cprussin merged commit adb6b8b into pyth-network:main Sep 23, 2024
6 of 7 checks passed
@cprussin cprussin deleted the staking-fixes branch September 23, 2024 17:13
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