Skip to content

feat: implement pool invite links and join request page#179

Merged
Sendi0011 merged 2 commits into
JointSave-org:mainfrom
Unclebaffa:feat/pool-invite-link
Jul 21, 2026
Merged

feat: implement pool invite links and join request page#179
Sendi0011 merged 2 commits into
JointSave-org:mainfrom
Unclebaffa:feat/pool-invite-link

Conversation

@Unclebaffa

Copy link
Copy Markdown
Contributor

Summary of Completed Work

  • Creator Share Invite Button: Pool creators now see a "Share Invite Link" button on their pool's detail card in group-details.tsx which copies the invite link to their clipboard and fires a toast.

  • Dynamic Join Route: Created a fully responsive dynamic route at /join/[contractId] in page.tsx that fetches pool specifications from Supabase and on-chain, and handles request states (not connected, already member, pending request, or new requester) gracefully.

  • Graceful Error Handling: Implemented a responsive 404 error page if the contract ID/UUID does not exist.

  • Verification: Verified that all 64 unit tests pass and that the Next.js production build succeeds.

For more details on the changes and test results, please refer to the walkthrough.

Closes #17

@Sendi0011
Sendi0011 self-requested a review July 21, 2026 16:18

@Sendi0011 Sendi0011 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice work @Unclebaffa

@Sendi0011
Sendi0011 merged commit 8ce4b55 into JointSave-org:main Jul 21, 2026
3 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.

[Feature] Add pool share/invite link feature

2 participants