feat: general invite link per stack + remove member - #161
Open
brendaasfjnso wants to merge 1 commit into
Open
Conversation
…nk per stack - Stack creation modal now shows ONE shareable invite link instead of N-1 individual links - New /api/stacks/invite/claim endpoint serves available nonces to general link visitors - Join page handles general links (no nonce/signature in URL) by claiming from API - Added "Remove" button beside each member on the stack page (owner only, pre-launch) - Remove triggers decommission with a confirmation warning modal - Updated UX copy to highlight link sharing and member management before launch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for app-stacks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/api/stacks/invite/claimendpoint.Changed files
src/components/modal/modals/stack-result.tsx— Single invite link generation + updated copysrc/app/api/stacks/invite/claim/route.ts— New API to claim available nonce for general linkssrc/app/stacks/join/_components/accept-invite.tsx— Handles general links without nonce/signaturesrc/app/stacks/join/page.tsx— Detects general vs direct invite linkssrc/app/stacks/[id]/_components/members-info.tsx— Remove button per membersrc/app/stacks/[id]/_components/members.tsx— General invite link display + isOwner propsrc/components/modal/modals/remove-member-warning.tsx— Confirmation modal for removalsrc/components/modal/context.tsx+presenter.tsx— REMOVE_MEMBER_WARNING modal typeTest plan
🤖 Generated with Claude Code