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

Persist pool creation #6

Merged
merged 7 commits into from
Aug 9, 2024
Merged

Persist pool creation #6

merged 7 commits into from
Aug 9, 2024

Conversation

MattPereira
Copy link
Member

@MattPereira MattPereira commented Aug 8, 2024

Summary

  • Persist pool creation state in local storage via zustand's persist middleware
  • Added step field to pool creation state
  • Added useEffect to fortify step progression. Otherwise, if browser misses tanstack's onSuccess, the user could be stuck trying to finalize a pool that's already been finalized
  • Added a back button to step 1
    image
  • After completing step 1, user must complete all steps on the same network
  • Improved tx error handling. shouldnt be any more silent failures

Copy link

vercel bot commented Aug 8, 2024

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

Name Status Preview Comments Updated (UTC)
pool-creator ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 10:55pm

@MattPereira MattPereira marked this pull request as ready for review August 8, 2024 22:47
@danielmkm danielmkm merged commit 2f4466d into main Aug 9, 2024
3 checks passed
@MattPereira MattPereira deleted the persist-pool-creation branch October 3, 2024 20:00
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